INFO:2025-03-13T18:07:28Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD e93e0dd10cda..4baf1c03fa94 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 2 commits, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 4baf1c03fa94 [libc++] Optimize ranges::rotate for vector::iterator (#121168) INFO:2025-03-13T18:07:31Z:root:syncing... Deleted branch merge (was e93e0dd10cda). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. INFO:2025-03-13T18:07:31Z:root:building ninja: Entering directory `out/gn' [1/126] COPY ../../libcxx/include/__bit_reference include/c++/v1/__bit_reference [2/126] COPY ../../libcxx/include/__algorithm/rotate.h include/c++/v1/__algorithm/rotate.h [3/126] COPY ../../libcxx/include/__vector/vector_bool.h include/c++/v1/__vector/vector_bool.h [4/126] COPY ../../libcxx/include/__fwd/bit_reference.h include/c++/v1/__fwd/bit_reference.h [5/126] STAMP obj/libcxx/include/copy_headers.stamp [6/126] STAMP obj/libcxx/include/include.stamp [7/126] STAMP stage2_unix/obj/libcxx/src/cxx_experimental.inputdeps.stamp [8/126] STAMP stage2_unix/obj/libcxx/src/cxx_shared.inputdeps.stamp [9/126] STAMP stage2_unix/obj/libcxx/include/include.stamp [10/126] STAMP stage2_unix/obj/libcxxabi/src/cxxabi_static.inputdeps.stamp [11/126] STAMP stage2_unix/obj/libcxx/src/cxx_static.inputdeps.stamp [12/126] STAMP stage2_unix/obj/libcxxabi/src/cxxabi_shared.inputdeps.stamp [13/126] CXX stage2_unix/obj/libcxx/src/ryu/cxx_shared.f2s.o [14/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.new_handler.o [15/126] CXX stage2_unix/obj/libcxx/src/ryu/cxx_shared.d2s.o [16/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_handlers.o [17/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_default_handlers.o [18/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.stdlib_stdexcept.o [19/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.stdlib_stdexcept.o [20/126] CXX stage2_unix/obj/libcxx/src/cxx_static.call_once.o [21/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.call_once.o [22/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_exception.o [23/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.mutex.o [24/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.valarray.o [25/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_guard.o [26/126] CXX stage2_unix/obj/libcxx/src/ryu/cxx_shared.d2fixed.o [27/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.bind.o [28/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.functional.o [29/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [30/126] CXX stage2_unix/obj/libcxx/src/cxx_static.bind.o [31/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [32/126] CXX stage2_unix/obj/libcxx/src/cxx_static.functional.o [33/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.memory_resource.o [34/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.stdexcept.o In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [35/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [36/126] CXX stage2_unix/obj/libcxx/src/cxx_static.new_handler.o [37/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_exception.o [38/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.hash.o [39/126] CXX stage2_unix/obj/libcxx/src/cxx_static.hash.o [40/126] CXX stage2_unix/obj/libcxx/src/cxx_static.mutex.o [41/126] CXX stage2_unix/obj/libcxx/src/ryu/cxx_static.d2s.o [42/126] CXX stage2_unix/obj/libcxx/src/ryu/cxx_static.f2s.o [43/126] CXX stage2_unix/obj/libcxx/src/cxx_static.memory_resource.o [44/126] CXX stage2_unix/obj/libcxx/src/ryu/cxx_static.d2fixed.o [45/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [46/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [47/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [48/126] CXX stage2_unix/obj/libcxx/src/cxx_static.valarray.o [49/126] 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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [50/126] 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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [51/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [52/126] CXX stage2_unix/obj/libcxx/src/cxx_static.stdexcept.o In file included from ../../libcxx/src/stdexcept.cpp:12: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [53/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.charconv.o [54/126] CXX stage2_unix/obj/libcxx/src/cxx_static.charconv.o [55/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [56/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [57/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [58/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [59/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [60/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [61/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [62/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [63/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [64/126] 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:136: 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [65/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [66/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [67/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [68/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_handlers.o [69/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_default_handlers.o [70/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [71/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_guard.o [72/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [73/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [74/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [75/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [76/126] 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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [77/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [78/126] 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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [79/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [80/126] 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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2424: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2426: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:802: In file included from include/c++/v1/__locale:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [81/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [82/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [83/126] 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:136: 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2424: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:136: 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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2426: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:136: 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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [84/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [85/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [86/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.string.o In file included from ../../libcxx/src/string.cpp:15: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [87/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [88/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [89/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [90/126] 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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [91/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [92/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [93/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [94/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [95/126] CXX stage2_unix/obj/libcxx/src/cxx_static.string.o In file included from ../../libcxx/src/string.cpp:15: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [96/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [97/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [98/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [99/126] 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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [100/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [101/126] 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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2424: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2426: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:195: In file included from include/c++/v1/__filesystem/path.h:27: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [102/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [103/126] CXX stage2_unix/obj/libcxx/src/cxx_static.algorithm.o [104/126] CXX stage2_unix/obj/libcxx/src/cxx_shared.algorithm.o [105/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [106/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [107/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_demangle.o [108/126] AR lib/libc++abi.a [109/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [110/126] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_demangle.o [111/126] SOLINK lib/libc++abi.so [112/126] STAMP stage2_unix/obj/libcxxabi/src/src.stamp [113/126] STAMP obj/libcxxabi/libcxxabi.stamp [114/126] 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:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2424: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:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2426: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:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [115/126] AR lib/libc++experimental.a [116/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [117/126] 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:25: include/c++/v1/string:1057:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ include/c++/v1/string:1057:80: note: insert '_Nullable' if the pointer may be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1057:80: note: insert '_Nonnull' if the pointer should never be null 1057 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string(const _CharT* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1063:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ include/c++/v1/string:1063:28: note: insert '_Nullable' if the pointer may be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nullable include/c++/v1/string:1063:28: note: insert '_Nonnull' if the pointer should never be null 1063 | basic_string(const _CharT* __s, size_type __n, const _Allocator& __a) | ^ | _Nonnull include/c++/v1/string:1386:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1386:70: note: insert '_Nullable' if the pointer may be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1386:70: note: insert '_Nonnull' if the pointer should never be null 1386 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& append(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1490:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ include/c++/v1/string:1490:70: note: insert '_Nullable' if the pointer may be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1490:70: note: insert '_Nonnull' if the pointer should never be null 1490 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1491:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ include/c++/v1/string:1491:70: note: insert '_Nullable' if the pointer may be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nullable include/c++/v1/string:1491:70: note: insert '_Nonnull' if the pointer should never be null 1491 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& assign(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1544:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ include/c++/v1/string:1544:87: note: insert '_Nullable' if the pointer may be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:1544:87: note: insert '_Nonnull' if the pointer should never be null 1544 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& insert(size_type __pos, const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:1612:60: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ include/c++/v1/string:1612:60: note: insert '_Nullable' if the pointer may be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nullable include/c++/v1/string:1612:60: note: insert '_Nonnull' if the pointer should never be null 1612 | replace(size_type __pos, size_type __n1, const value_type* __s, size_type __n2); | ^ | _Nonnull include/c++/v1/string:1613:104: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ include/c++/v1/string:1613:104: note: insert '_Nullable' if the pointer may be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nullable include/c++/v1/string:1613:104: note: insert '_Nonnull' if the pointer should never be null 1613 | _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& replace(size_type __pos, size_type __n1, const value_type* __s); | ^ | _Nonnull include/c++/v1/string:1630:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:1630:69: note: insert '_Nullable' if the pointer may be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:1630:69: note: insert '_Nonnull' if the pointer should never be null 1630 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:1635:69: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ include/c++/v1/string:1635:69: note: insert '_Nullable' if the pointer may be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:1635:69: note: insert '_Nonnull' if the pointer should never be null 1635 | replace(const_iterator __i1, const_iterator __i2, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:1664:58: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ include/c++/v1/string:1664:58: note: insert '_Nullable' if the pointer may be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nullable include/c++/v1/string:1664:58: note: insert '_Nonnull' if the pointer should never be null 1664 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type copy(value_type* __s, size_type __n, size_type __pos = 0) const; | ^ | _Nonnull include/c++/v1/string:1691:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ include/c++/v1/string:1691:71: note: insert '_Nullable' if the pointer may be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nullable include/c++/v1/string:1691:71: note: insert '_Nonnull' if the pointer should never be null 1691 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* c_str() const _NOEXCEPT { return data(); } | ^ | _Nonnull include/c++/v1/string:1692:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ include/c++/v1/string:1692:71: note: insert '_Nullable' if the pointer may be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1692:71: note: insert '_Nonnull' if the pointer should never be null 1692 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const value_type* data() const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1696:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ include/c++/v1/string:1696:65: note: insert '_Nullable' if the pointer may be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1696:65: note: insert '_Nonnull' if the pointer should never be null 1696 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 value_type* data() _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1719:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1719:64: note: insert '_Nullable' if the pointer may be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1719:64: note: insert '_Nonnull' if the pointer should never be null 1719 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type find(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1750:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1750:65: note: insert '_Nullable' if the pointer may be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1750:65: note: insert '_Nonnull' if the pointer should never be null 1750 | _LIBCPP_CONSTEXPR_SINCE_CXX20 size_type rfind(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1783:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1783:33: note: insert '_Nullable' if the pointer may be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1783:33: note: insert '_Nonnull' if the pointer should never be null 1783 | find_first_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1817:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1817:32: note: insert '_Nullable' if the pointer may be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1817:32: note: insert '_Nonnull' if the pointer should never be null 1817 | find_last_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1851:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1851:37: note: insert '_Nullable' if the pointer may be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1851:37: note: insert '_Nonnull' if the pointer should never be null 1851 | find_first_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1885:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ include/c++/v1/string:1885:36: note: insert '_Nullable' if the pointer may be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:1885:36: note: insert '_Nonnull' if the pointer should never be null 1885 | find_last_not_of(const value_type* __s, size_type __pos, size_type __n) const _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:1951:61: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ include/c++/v1/string:1951:61: note: insert '_Nullable' if the pointer may be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nullable include/c++/v1/string:1951:61: note: insert '_Nonnull' if the pointer should never be null 1951 | compare(size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const; | ^ | _Nonnull include/c++/v1/string:2034:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ include/c++/v1/string:2034:78: note: insert '_Nullable' if the pointer may be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nullable include/c++/v1/string:2034:78: note: insert '_Nonnull' if the pointer should never be null 2034 | __copy_non_overlapping_range(_ForwardIter __first, _Sent __last, value_type* __dest) { | ^ | _Nonnull include/c++/v1/string:2033:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ include/c++/v1/string:2033:72: note: insert '_Nullable' if the pointer may be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nullable include/c++/v1/string:2033:72: note: insert '_Nonnull' if the pointer should never be null 2033 | _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 static value_type* | ^ | _Nonnull include/c++/v1/string:2153:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:45: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:45: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2153:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ include/c++/v1/string:2153:68: note: insert '_Nullable' if the pointer may be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nullable include/c++/v1/string:2153:68: note: insert '_Nonnull' if the pointer should never be null 2153 | __annotate_contiguous_container(const void* __old_mid, const void* __new_mid) const { | ^ | _Nonnull include/c++/v1/string:2230:68: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2230:68: note: insert '_Nullable' if the pointer may be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2230:68: note: insert '_Nonnull' if the pointer should never be null 2230 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 void __init(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2241:97: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ include/c++/v1/string:2241:97: note: insert '_Nullable' if the pointer may be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nullable include/c++/v1/string:2241:97: note: insert '_Nonnull' if the pointer should never be null 2241 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE void __init_copy_ctor_external(const value_type* __s, size_type __sz); | ^ | _Nonnull include/c++/v1/string:2281:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2281 | const value_type* __p_new_stuff); | ^ include/c++/v1/string:2281:23: note: insert '_Nullable' if the pointer may be null 2281 | const value_type* __p_new_stuff); | ^ | _Nullable include/c++/v1/string:2281:23: note: insert '_Nonnull' if the pointer should never be null 2281 | const value_type* __p_new_stuff); | ^ | _Nonnull include/c++/v1/string:2287:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2287:98: note: insert '_Nullable' if the pointer may be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2287:98: note: insert '_Nonnull' if the pointer should never be null 2287 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_no_alias(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2359:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ include/c++/v1/string:2359:98: note: insert '_Nullable' if the pointer may be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nullable include/c++/v1/string:2359:98: note: insert '_Nonnull' if the pointer should never be null 2359 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s); | ^ | _Nonnull include/c++/v1/string:2360:98: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ include/c++/v1/string:2360:98: note: insert '_Nullable' if the pointer may be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nullable include/c++/v1/string:2360:98: note: insert '_Nonnull' if the pointer should never be null 2360 | _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_NOINLINE basic_string& __assign_external(const value_type* __s, size_type __n); | ^ | _Nonnull include/c++/v1/string:2363:85: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2363:85: note: insert '_Nullable' if the pointer may be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2363:85: note: insert '_Nonnull' if the pointer should never be null 2363 | inline _LIBCPP_CONSTEXPR_SINCE_CXX20 basic_string& __assign_short(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2377:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2377:33: note: insert '_Nullable' if the pointer may be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2377:33: note: insert '_Nonnull' if the pointer should never be null 2377 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2406:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2406:80: note: insert '_Nullable' if the pointer may be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2406:80: note: insert '_Nonnull' if the pointer should never be null 2406 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2411:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2411:31: note: insert '_Nullable' if the pointer may be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2411:31: note: insert '_Nonnull' if the pointer should never be null 2411 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2424:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2424 | _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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2424: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:25: include/c++/v1/string:2426:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2426 | _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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2426: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:25: include/c++/v1/string:2466:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2466:67: note: insert '_Nullable' if the pointer may be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2466:67: note: insert '_Nonnull' if the pointer should never be null 2466 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2490:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2490:86: note: insert '_Nullable' if the pointer may be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2490:86: note: insert '_Nonnull' if the pointer should never be null 2490 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2620:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2620 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2620:21: note: insert '_Nullable' if the pointer may be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2620:21: note: insert '_Nonnull' if the pointer should never be null 2620 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2707:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2707:78: note: insert '_Nullable' if the pointer may be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2707:78: note: insert '_Nonnull' if the pointer should never be null 2707 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2728:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2728:78: note: insert '_Nullable' if the pointer may be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2728:78: note: insert '_Nonnull' if the pointer should never be null 2728 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2746:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2746:67: note: insert '_Nullable' if the pointer may be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2746:67: note: insert '_Nonnull' if the pointer should never be null 2746 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2956:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2956:78: note: insert '_Nullable' if the pointer may be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2956:78: note: insert '_Nonnull' if the pointer should never be null 2956 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2962:67: note: insert '_Nullable' if the pointer may be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2962:67: note: insert '_Nonnull' if the pointer should never be null 2962 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2973:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2973:67: note: insert '_Nullable' if the pointer may be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2973:67: note: insert '_Nonnull' if the pointer should never be null 2973 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3103:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3103:67: note: insert '_Nullable' if the pointer may be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3103:67: note: insert '_Nonnull' if the pointer should never be null 3103 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3112:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3112:84: note: insert '_Nullable' if the pointer may be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3112:84: note: insert '_Nonnull' if the pointer should never be null 3112 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3225:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3225:84: note: insert '_Nullable' if the pointer may be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3225:84: note: insert '_Nonnull' if the pointer should never be null 3225 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3258:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3258:54: note: insert '_Nullable' if the pointer may be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3258:54: note: insert '_Nonnull' if the pointer should never be null 3258 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3362:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3362:101: note: insert '_Nullable' if the pointer may be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3362:101: note: insert '_Nonnull' if the pointer should never be null 3362 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3546:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3546:59: note: insert '_Nullable' if the pointer may be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3546:59: note: insert '_Nonnull' if the pointer should never be null 3546 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3599:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3599:55: note: insert '_Nullable' if the pointer may be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3599:55: note: insert '_Nonnull' if the pointer should never be null 3599 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3642:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3642:80: note: insert '_Nullable' if the pointer may be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3642:80: note: insert '_Nonnull' if the pointer should never be null 3642 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3675:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3675:81: note: insert '_Nullable' if the pointer may be null 3675 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3675:81: note: insert '_Nonnull' if the pointer should never be null 3675 | 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, const 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, const 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, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3812:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3812 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3812:59: note: insert '_Nullable' if the pointer may be null 3812 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3812:59: note: insert '_Nonnull' if the pointer should never be null 3812 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3823:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3823:79: note: insert '_Nullable' if the pointer may be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3823:79: note: insert '_Nonnull' if the pointer should never be null 3823 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3873:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3873:23: note: insert '_Nullable' if the pointer may be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3873:23: note: insert '_Nonnull' if the pointer should never be null 3873 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3886:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3886:74: note: insert '_Nullable' if the pointer may be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3886:74: note: insert '_Nonnull' if the pointer should never be null 3886 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3926:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3926:63: note: insert '_Nullable' if the pointer may be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3926:63: note: insert '_Nonnull' if the pointer should never be null 3926 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3927:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3927:64: note: insert '_Nullable' if the pointer may be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3927:64: note: insert '_Nonnull' if the pointer should never be null 3927 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3928:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3928:74: note: insert '_Nullable' if the pointer may be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3928:74: note: insert '_Nonnull' if the pointer should never be null 3928 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3929:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3929:70: note: insert '_Nullable' if the pointer may be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3929:70: note: insert '_Nonnull' if the pointer should never be null 3929 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3930:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3930:80: note: insert '_Nullable' if the pointer may be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3930:80: note: insert '_Nonnull' if the pointer should never be null 3930 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3932:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3932:65: note: insert '_Nullable' if the pointer may be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3932:65: note: insert '_Nonnull' if the pointer should never be null 3932 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3933:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3933:66: note: insert '_Nullable' if the pointer may be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3933:66: note: insert '_Nonnull' if the pointer should never be null 3933 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3934:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3934:72: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3934:72: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3947:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3947:64: note: insert '_Nullable' if the pointer may be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3947:64: note: insert '_Nonnull' if the pointer should never be null 3947 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3948:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3948:65: note: insert '_Nullable' if the pointer may be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3948:65: note: insert '_Nonnull' if the pointer should never be null 3948 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3949:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3949:75: note: insert '_Nullable' if the pointer may be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3949:75: note: insert '_Nonnull' if the pointer should never be null 3949 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3950:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3950:71: note: insert '_Nullable' if the pointer may be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3950:71: note: insert '_Nonnull' if the pointer should never be null 3950 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3951:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3951:81: note: insert '_Nullable' if the pointer may be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3951:81: note: insert '_Nonnull' if the pointer should never be null 3951 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3953:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3953:66: note: insert '_Nullable' if the pointer may be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3953:66: note: insert '_Nonnull' if the pointer should never be null 3953 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3954:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3954:67: note: insert '_Nullable' if the pointer may be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3954:67: note: insert '_Nonnull' if the pointer should never be null 3954 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3955:73: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3955:73: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4046:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4046 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4046:23: note: insert '_Nullable' if the pointer may be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4046:23: note: insert '_Nonnull' if the pointer should never be null 4046 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4052:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4052:26: note: insert '_Nullable' if the pointer may be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4052:26: note: insert '_Nonnull' if the pointer should never be null 4052 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4058:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4058:87: note: insert '_Nullable' if the pointer may be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4058:87: note: insert '_Nonnull' if the pointer should never be null 4058 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4064:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4064:27: note: insert '_Nullable' if the pointer may be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4064:27: note: insert '_Nonnull' if the pointer should never be null 4064 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4069:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4069:27: note: insert '_Nullable' if the pointer may be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4069:27: note: insert '_Nonnull' if the pointer should never be null 4069 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [118/126] AR lib/libc++.a [119/126] SOLINK lib/libc++.so.0 [120/126] ACTION //libcxx/src:cxx_symlink(//llvm/utils/gn/build/toolchain:stage2_unix) [121/126] STAMP stage2_unix/obj/libcxx/src/cxx_symlink.stamp [122/126] ACTION //libcxx/src:cxx_linker_script(//llvm/utils/gn/build/toolchain:stage2_unix) [123/126] STAMP stage2_unix/obj/libcxx/src/cxx_linker_script.stamp [124/126] STAMP stage2_unix/obj/libcxx/src/src.stamp [125/126] STAMP obj/libcxx/libcxx.stamp [126/126] STAMP obj/default.stamp INFO:2025-03-13T18:07:44Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//flang/include/flang/Lower/BoxAnalyzer.h", "//flang/include/flang/Semantics/tools.h", "//flang/test/Lower/CUDA/cuda-shared01.cuf", "//libcxx/docs/ReleaseNotes/21.rst", "//libcxx/include/__algorithm/rotate.h", "//libcxx/include/__bit_reference", "//libcxx/include/__fwd/bit_reference.h", "//libcxx/include/__vector/vector_bool.h", "//libcxx/test/benchmarks/algorithms/modifying/rotate.bench.cpp", "//libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ranges_rotate.pass.cpp", "//libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/rotate.pass.cpp" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//compiler-rt/test/hwasan:check-hwasan", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } running all tests due to change to blacklisted file INFO:2025-03-13T18:07:45Z:root:testing INFO:2025-03-13T18:07:45Z:root:test check-clang ninja: Entering directory `out/gn' [0/2] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/subst.py:126: note: Did not find cir-opt in /usr/local/google/home/thakis/src/llvm-project/out/gn/bin:/usr/local/google/home/thakis/src/llvm-project/out/gn/bin llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 22157 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 156.39s Total Discovered Tests: 46765 Skipped : 4 (0.01%) Unsupported : 128 (0.27%) Passed : 46602 (99.65%) Expectedly Failed: 31 (0.07%) INFO:2025-03-13T18:10:25Z:root:test check-clang-tools ninja: Entering directory `out/gn' [0/2] ACTION //clang-tools-extra/test:check-clang-tools(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 1183 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 8.39s Total Discovered Tests: 1425 Unsupported : 2 (0.14%) Passed : 1422 (99.79%) Expectedly Failed: 1 (0.07%) INFO:2025-03-13T18:10:34Z:root:test check-clangd ninja: Entering directory `out/gn' [0/2] ACTION //clang-tools-extra/clangd/test:check-clangd(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 168 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 5.67s Total Discovered Tests: 1372 Unsupported: 6 (0.44%) Passed : 1366 (99.56%) INFO:2025-03-13T18:10:40Z:root:test check-hwasan ninja: Entering directory `out/gn' [0/2] ACTION //compiler-rt/test/hwasan:check-hwasan(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/21/lib/x86_64-unknown-linux-gnu". This path was found by running ['/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang', '--target=x86_64-unknown-linux-gnu', '-print-runtime-dir']. -- Testing: 109 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 1 warning(s) in tests Testing Time: 8.62s Total Discovered Tests: 109 Unsupported : 37 (33.94%) Passed : 63 (57.80%) Expectedly Failed: 9 (8.26%) INFO:2025-03-13T18:10:49Z:root:test check-lld ninja: Entering directory `out/gn' [0/2] ACTION //lld/test:check-lld(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 3069 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 16.53s Total Discovered Tests: 3069 Unsupported : 21 (0.68%) Passed : 3047 (99.28%) Expectedly Failed: 1 (0.03%) INFO:2025-03-13T18:11:07Z:root:test check-llvm ninja: Entering directory `out/gn' [0/2] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:512: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 58685 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 186.24s Total Discovered Tests: 64612 Skipped : 16 (0.02%) Unsupported : 2100 (3.25%) Passed : 62320 (96.45%) Expectedly Failed: 176 (0.27%) INFO:2025-03-13T18:14:18Z:root:done