ninja: Entering directory `out/gn' [0/1] Regenerating ninja files [1/152] COPY ../../libcxx/include/__memory/is_sufficiently_aligned.h include/c++/v1/__memory/is_sufficiently_aligned.h [2/152] COPY ../../libcxx/include/__mdspan/aligned_accessor.h include/c++/v1/__mdspan/aligned_accessor.h [3/152] COPY ../../libcxx/include/__mdspan/mdspan.h include/c++/v1/__mdspan/mdspan.h [4/152] COPY ../../libcxx/include/mdspan include/c++/v1/mdspan [5/152] COPY ../../libcxx/include/module.modulemap include/c++/v1/module.modulemap [6/152] COPY ../../libcxx/include/memory include/c++/v1/memory [7/152] COPY ../../libcxx/include/version include/c++/v1/version [8/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.typeinfo.o [9/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.new_helpers.o [10/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_aux_runtime.o [11/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.exception.o [12/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.new.o [13/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.expected.o [14/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.mutex_destructor.o [15/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.condition_variable_destructor.o [16/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_vector.o [17/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_exception_storage.o [18/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.optional.o [19/152] CXX stage2_unix/obj/libcxx/src/cxx_static.any.o [20/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.any.o [21/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.variant.o [22/152] CXX stage2_unix/obj/libcxx/src/cxx_static.exception.o [23/152] CXX stage2_unix/obj/libcxx/src/cxx_static.condition_variable_destructor.o [24/152] CXX stage2_unix/obj/libcxx/src/cxx_static.expected.o [25/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.shared_mutex.o [26/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.new_handler.o [27/152] CXX stage2_unix/obj/libcxx/src/ryu/cxx_shared.f2s.o [28/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_default_handlers.o [29/152] CXX stage2_unix/obj/libcxx/src/ryu/cxx_shared.d2s.o [30/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_handlers.o [31/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.call_once.o [32/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.valarray.o [33/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_guard.o [34/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.mutex.o [35/152] CXX stage2_unix/obj/libcxx/src/cxx_static.call_once.o [36/152] CXX stage2_unix/obj/libcxx/src/ryu/cxx_shared.d2fixed.o [37/152] CXX stage2_unix/obj/libcxx/src/cxx_static.mutex_destructor.o [38/152] CXX stage2_unix/obj/libcxx/src/cxx_static.new_helpers.o [39/152] CXX stage2_unix/obj/libcxx/src/cxx_static.new.o [40/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.bind.o [41/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.error_category.o In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [42/152] CXX stage2_unix/obj/libcxx/src/cxx_static.optional.o [43/152] CXX stage2_unix/obj/libcxx/src/cxx_static.bind.o [44/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.memory_resource.o [45/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.functional.o [46/152] CXX stage2_unix/obj/libcxx/src/cxx_static.error_category.o In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/error_category.cpp:15: In file included from include/c++/v1/system_error:152: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [47/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.stdexcept.o In file included from ../../libcxx/src/stdexcept.cpp:12: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [48/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.system_error.o In file included from ../../libcxx/src/system_error.cpp:19: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [49/152] CXX stage2_unix/obj/libcxx/src/cxx_static.new_handler.o [50/152] CXX stage2_unix/obj/libcxx/src/cxx_static.functional.o [51/152] CXX stage2_unix/obj/libcxx/src/cxx_static.typeinfo.o [52/152] CXX stage2_unix/obj/libcxx/src/cxx_static.mutex.o [53/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.hash.o [54/152] CXX stage2_unix/obj/libcxx/src/cxx_static.shared_mutex.o [55/152] CXX stage2_unix/obj/libcxx/src/ryu/cxx_static.f2s.o [56/152] CXX stage2_unix/obj/libcxx/src/cxx_static.memory_resource.o [57/152] CXX stage2_unix/obj/libcxx/src/ryu/cxx_static.d2s.o [58/152] CXX stage2_unix/obj/libcxx/src/cxx_static.variant.o [59/152] CXX stage2_unix/obj/libcxx/src/cxx_static.hash.o [60/152] CXX stage2_unix/obj/libcxx/src/ryu/cxx_static.d2fixed.o [61/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [62/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.future.o In file included from ../../libcxx/src/future.cpp:9: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [63/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.fstream.o In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [64/152] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_shared.filesystem_error.o In file included from ../../libcxx/src/filesystem/filesystem_error.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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [65/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.ios.o In file included from ../../libcxx/src/ios.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [66/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_vector.o [67/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.charconv.o [68/152] CXX stage2_unix/obj/libcxx/src/cxx_static.valarray.o [69/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.stdlib_exception.o [70/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.stdlib_typeinfo.o [71/152] CXX stage2_unix/obj/libcxx/src/cxx_static.charconv.o [72/152] CXX stage2_unix/obj/libcxx/src/cxx_static.fstream.o In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/fstream.cpp:11: In file included from include/c++/v1/fstream:198: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [73/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.condition_variable.o In file included from ../../libcxx/src/condition_variable.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [74/152] CXX stage2_unix/obj/libcxx/src/cxx_static.stdexcept.o In file included from ../../libcxx/src/stdexcept.cpp:12: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/stdexcept.cpp:12: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [75/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_aux_runtime.o [76/152] CXX stage2_unix/obj/libcxx/src/cxx_static.future.o In file included from ../../libcxx/src/future.cpp:9: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/future.cpp:9: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [77/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.memory.o In file included from ../../libcxx/src/memory.cpp:18: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [78/152] CXX stage2_unix/obj/libcxx/src/cxx_static.barrier.o In file included from ../../libcxx/src/barrier.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [79/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.barrier.o In file included from ../../libcxx/src/barrier.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/barrier.cpp:10: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [80/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.stdlib_typeinfo.o [81/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.stdlib_exception.o [82/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [83/152] CXX stage2_unix/obj/libcxx/src/cxx_static.condition_variable.o In file included from ../../libcxx/src/condition_variable.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/condition_variable.cpp:10: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [84/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_exception_storage.o [85/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [86/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.stdlib_new_delete.o [87/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_handlers.o [88/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_guard.o [89/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.stdlib_new_delete.o [90/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.strstream.o In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [91/152] CXX stage2_unix/obj/libcxx/src/cxx_static.system_error.o In file included from ../../libcxx/src/system_error.cpp:19: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/system_error.cpp:19: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [92/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_personality.o [93/152] CXX stage2_unix/obj/libcxx/src/cxx_static.ios.o In file included from ../../libcxx/src/ios.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.cpp:10: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [94/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [95/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.private_typeinfo.o [96/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.private_typeinfo.o [97/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_personality.o [98/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [99/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.stdlib_stdexcept.o [100/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [101/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_default_handlers.o [102/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.print.o In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [103/152] CXX stage2_unix/obj/libcxx/src/cxx_static.memory.o In file included from ../../libcxx/src/memory.cpp:18: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/memory.cpp:18: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [104/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [105/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_exception.o [106/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.iostream.o In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [107/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_exception.o [108/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.stdlib_stdexcept.o [109/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.ostream.o In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [110/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [111/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [112/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [113/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [114/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [115/152] CXX stage2_unix/obj/libcxx/src/cxx_static.strstream.o In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/strstream.cpp:15: In file included from include/c++/v1/strstream:139: In file included from include/c++/v1/__ostream/basic_ostream.h:21: In file included from include/c++/v1/__ostream/put_character_sequence.h:19: In file included from include/c++/v1/__locale_dir/pad_and_output.h:16: In file included from include/c++/v1/ios:223: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [116/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [117/152] CXX stage2_unix/obj/libcxx/src/cxx_static.iostream.o In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/iostream.cpp:9: In file included from ../../libcxx/src/std_stream.h:14: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [118/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [119/152] CXX stage2_unix/obj/libcxx/src/cxx_static.print.o In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2500:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: include/c++/v1/string:2502:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] include/c++/v1/__string/extern_template_lists.h:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/print.cpp:12: In file included from include/c++/v1/print:46: In file included from include/c++/v1/format:202: In file included from include/c++/v1/__format/container_adaptor.h:20: In file included from include/c++/v1/__format/range_default_formatter.h:23: In file included from include/c++/v1/__format/range_formatter.h:23: In file included from include/c++/v1/__format/format_context.h:17: In file included from include/c++/v1/__format/format_arg_store.h:26: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [120/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.string.o In file included from ../../libcxx/src/string.cpp: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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [121/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [122/152] CXX stage2_unix/obj/libcxx/src/cxx_static.ostream.o In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ostream.cpp:11: In file included from include/c++/v1/fstream:198: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [123/152] CXX stage2_unix/obj/libcxx/src/filesystem/cxx_static.filesystem_error.o In file included from ../../libcxx/src/filesystem/filesystem_error.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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/filesystem/filesystem_error.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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [124/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [125/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [126/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [127/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [128/152] CXX stage2_unix/obj/libcxx/src/cxx_static.string.o In file included from ../../libcxx/src/string.cpp: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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/string.cpp: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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/string.cpp: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [129/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [130/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [131/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.ios.instantiations.o In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [132/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [133/152] CXX stage2_unix/obj/libcxx/src/cxx_static.ios.instantiations.o In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, size_type)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::copy(value_type*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, size_type, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, size_type) const) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*)) \ | ^ In file included from ../../libcxx/src/ios.instantiations.cpp:10: In file included from include/c++/v1/fstream:198: 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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [134/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [135/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [136/152] CXX stage2_unix/obj/libcxx/src/cxx_static.algorithm.o [137/152] CXX stage2_unix/obj/libcxx/src/cxx_shared.algorithm.o [138/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [139/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [140/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_demangle.o [141/152] AR lib/libc++abi.a [142/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [143/152] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_demangle.o [144/152] SOLINK lib/libc++abi.so [145/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [146/152] AR lib/libc++experimental.a [147/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [148/152] SOLINK lib/libc++.so.0 [149/152] ACTION //libcxx/src:cxx_symlink(//llvm/utils/gn/build/toolchain:stage2_unix) [150/152] ACTION //libcxx/src:cxx_linker_script(//llvm/utils/gn/build/toolchain:stage2_unix) [151/152] 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:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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] 2502 | _LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST(_LIBCPP_DECLARE, wchar_t) | ^ include/c++/v1/__string/extern_template_lists.h:33:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 33 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, value_type const*, 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:34:117: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 34 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::rfind(value_type const*, 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:36:131: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 36 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::replace(size_type, size_type, 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:38:128: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 38 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_not_of(value_type const*, 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:40:129: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 40 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_not_of(value_type const*, 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:43:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 43 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__init(value_type const*, 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:45:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 45 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, value_type const*, 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:46:125: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 46 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_first_of(value_type const*, 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:48:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 48 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(value_type const*, 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:50:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 50 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(value_type const*, 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:52:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 52 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::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:56:119: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 56 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::insert(size_type, 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:57:124: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 57 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find_last_of(value_type const*, 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:59:169: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 59 | _Func(_LIBCPP_EXPORTED_FROM_ABI void basic_string<_CharType>::__grow_by_and_replace(size_type, size_type, size_type, size_type, size_type, size_type, 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:67:88: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 67 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(value_type const*) 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:68:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 68 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*) 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:70:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 70 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::assign(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:71:116: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 71 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>::size_type basic_string<_CharType>::find(value_type const*, 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:73:110: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 73 | _Func(_LIBCPP_EXPORTED_FROM_ABI int basic_string<_CharType>::compare(size_type, size_type, value_type const*, 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:75:108: note: expanded from macro '_LIBCPP_STRING_V1_EXTERN_TEMPLATE_LIST' 75 | _Func(_LIBCPP_EXPORTED_FROM_ABI basic_string<_CharType>& basic_string<_CharType>::append(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: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:2999:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2999:78: note: insert '_Nullable' if the pointer may be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2999:78: note: insert '_Nonnull' if the pointer should never be null 2999 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3005:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:3005:67: note: insert '_Nullable' if the pointer may be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3005:67: note: insert '_Nonnull' if the pointer should never be null 3005 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3015:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3015:67: note: insert '_Nullable' if the pointer may be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3015:67: note: insert '_Nonnull' if the pointer should never be null 3015 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3107:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3107:67: note: insert '_Nullable' if the pointer may be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3107:67: note: insert '_Nonnull' if the pointer should never be null 3107 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3116:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3116:84: note: insert '_Nullable' if the pointer may be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3116:84: note: insert '_Nonnull' if the pointer should never be null 3116 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3198:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3198:84: note: insert '_Nullable' if the pointer may be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3198:84: note: insert '_Nonnull' if the pointer should never be null 3198 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3231:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3231:54: note: insert '_Nullable' if the pointer may be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3231:54: note: insert '_Nonnull' if the pointer should never be null 3231 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3311:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3311:101: note: insert '_Nullable' if the pointer may be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3311:101: note: insert '_Nonnull' if the pointer should never be null 3311 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3496:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3496:59: note: insert '_Nullable' if the pointer may be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3496:59: note: insert '_Nonnull' if the pointer should never be null 3496 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3533:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3533:55: note: insert '_Nullable' if the pointer may be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3533:55: note: insert '_Nonnull' if the pointer should never be null 3533 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3576:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3576:80: note: insert '_Nullable' if the pointer may be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3576:80: note: insert '_Nonnull' if the pointer should never be null 3576 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3609:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3609:81: note: insert '_Nullable' if the pointer may be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3609:81: note: insert '_Nonnull' if the pointer should never be null 3609 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3741:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3741:23: note: insert '_Nullable' if the pointer may be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3741:23: note: insert '_Nonnull' if the pointer should never be null 3741 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3746:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3746 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3746:59: note: insert '_Nullable' if the pointer may be null 3746 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3746:59: note: insert '_Nonnull' if the pointer should never be null 3746 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3757:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3757:79: note: insert '_Nullable' if the pointer may be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3757:79: note: insert '_Nonnull' if the pointer should never be null 3757 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3807:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3807:23: note: insert '_Nullable' if the pointer may be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3807:23: note: insert '_Nonnull' if the pointer should never be null 3807 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3820:74: note: insert '_Nullable' if the pointer may be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3820:74: note: insert '_Nonnull' if the pointer should never be null 3820 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3860:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3860:63: note: insert '_Nullable' if the pointer may be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3860:63: note: insert '_Nonnull' if the pointer should never be null 3860 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3861:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3861:64: note: insert '_Nullable' if the pointer may be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3861:64: note: insert '_Nonnull' if the pointer should never be null 3861 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3862:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3862:74: note: insert '_Nullable' if the pointer may be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3862:74: note: insert '_Nonnull' if the pointer should never be null 3862 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3863:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3863:70: note: insert '_Nullable' if the pointer may be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3863:70: note: insert '_Nonnull' if the pointer should never be null 3863 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3864:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3864:80: note: insert '_Nullable' if the pointer may be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3864:80: note: insert '_Nonnull' if the pointer should never be null 3864 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3866:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3866:65: note: insert '_Nullable' if the pointer may be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3866:65: note: insert '_Nonnull' if the pointer should never be null 3866 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3867:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3867:66: note: insert '_Nullable' if the pointer may be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3867:66: note: insert '_Nonnull' if the pointer should never be null 3867 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3868:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3868:72: note: insert '_Nullable' if the pointer may be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3868:72: note: insert '_Nonnull' if the pointer should never be null 3868 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3881:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3881:64: note: insert '_Nullable' if the pointer may be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3881:64: note: insert '_Nonnull' if the pointer should never be null 3881 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3882:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3882:65: note: insert '_Nullable' if the pointer may be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3882:65: note: insert '_Nonnull' if the pointer should never be null 3882 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3883:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3883:75: note: insert '_Nullable' if the pointer may be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3883:75: note: insert '_Nonnull' if the pointer should never be null 3883 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3884:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3884:71: note: insert '_Nullable' if the pointer may be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3884:71: note: insert '_Nonnull' if the pointer should never be null 3884 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3885:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3885:81: note: insert '_Nullable' if the pointer may be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3885:81: note: insert '_Nonnull' if the pointer should never be null 3885 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3887:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3887:66: note: insert '_Nullable' if the pointer may be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3887:66: note: insert '_Nonnull' if the pointer should never be null 3887 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3888:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3888:67: note: insert '_Nullable' if the pointer may be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3888:67: note: insert '_Nonnull' if the pointer should never be null 3888 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3889:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3889:73: note: insert '_Nullable' if the pointer may be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3889:73: note: insert '_Nonnull' if the pointer should never be null 3889 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3980:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3980 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:3980:23: note: insert '_Nullable' if the pointer may be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3980:23: note: insert '_Nonnull' if the pointer should never be null 3980 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3986:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:3986:26: note: insert '_Nullable' if the pointer may be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3986:26: note: insert '_Nonnull' if the pointer should never be null 3986 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3992:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:3992:87: note: insert '_Nullable' if the pointer may be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3992:87: note: insert '_Nonnull' if the pointer should never be null 3992 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:3998:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:3998:27: note: insert '_Nullable' if the pointer may be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:3998:27: note: insert '_Nonnull' if the pointer should never be null 3998 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4003:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4003:27: note: insert '_Nullable' if the pointer may be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4003:27: note: insert '_Nonnull' if the pointer should never be null 4003 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [152/152] AR lib/libc++.a