ninja: Entering directory `out/gn' [1/40] COPY ../../libcxx/include/utility include/c++/v1/utility [2/40] STAMP obj/libcxx/include/copy_headers.stamp [3/40] STAMP obj/libcxx/include/include.stamp [4/40] STAMP stage2_unix/obj/libcxx/src/cxx_experimental.inputdeps.stamp [5/40] STAMP stage2_unix/obj/libcxx/src/cxx_shared.inputdeps.stamp [6/40] STAMP stage2_unix/obj/libcxx/include/include.stamp [7/40] STAMP stage2_unix/obj/libcxxabi/src/cxxabi_static.inputdeps.stamp [8/40] STAMP stage2_unix/obj/libcxx/src/cxx_static.inputdeps.stamp [9/40] STAMP stage2_unix/obj/libcxxabi/src/cxxabi_shared.inputdeps.stamp [10/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [11/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [12/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [13/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [14/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [15/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [16/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [17/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [18/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [19/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [20/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [21/40] CXX stage2_unix/obj/libcxxabi/src/cxxabi_static.cxa_demangle.o [22/40] CXX stage2_unix/obj/libcxxabi/src/cxxabi_shared.cxa_demangle.o [23/40] AR lib/libc++abi.a [24/40] SOLINK lib/libc++abi.so [25/40] STAMP stage2_unix/obj/libcxxabi/src/src.stamp [26/40] STAMP obj/libcxxabi/libcxxabi.stamp [27/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [28/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [29/40] AR lib/libc++experimental.a [30/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [31/40] 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:2383:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ include/c++/v1/string:2383:33: note: insert '_Nullable' if the pointer may be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nullable include/c++/v1/string:2383:33: note: insert '_Nonnull' if the pointer should never be null 2383 | __null_terminate_at(value_type* __p, size_type __newsz) { | ^ | _Nonnull include/c++/v1/string:2412:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ include/c++/v1/string:2412:80: note: insert '_Nullable' if the pointer may be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nullable include/c++/v1/string:2412:80: note: insert '_Nonnull' if the pointer should never be null 2412 | operator==(const basic_string<_CharT2, _Traits2, _Allocator2>&, const _CharT2*) _NOEXCEPT; | ^ | _Nonnull include/c++/v1/string:2417:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ include/c++/v1/string:2417:31: note: insert '_Nullable' if the pointer may be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nullable include/c++/v1/string:2417:31: note: insert '_Nonnull' if the pointer should never be null 2417 | void __init(const value_type* __s, size_type __sz, size_type __reserve); | ^ | _Nonnull include/c++/v1/string:2430:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2430 | _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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2430: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:2432:1: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2432 | _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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2432: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:2472:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2472:67: note: insert '_Nullable' if the pointer may be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2472:67: note: insert '_Nonnull' if the pointer should never be null 2472 | basic_string<_CharT, _Traits, _Allocator>::__init(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2496:86: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ include/c++/v1/string:2496:86: note: insert '_Nullable' if the pointer may be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nullable include/c++/v1/string:2496:86: note: insert '_Nonnull' if the pointer should never be null 2496 | basic_string<_CharT, _Traits, _Allocator>::__init_copy_ctor_external(const value_type* __s, size_type __sz) { | ^ | _Nonnull include/c++/v1/string:2626:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2626 | const value_type* __p_new_stuff) { | ^ include/c++/v1/string:2626:21: note: insert '_Nullable' if the pointer may be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nullable include/c++/v1/string:2626:21: note: insert '_Nonnull' if the pointer should never be null 2626 | const value_type* __p_new_stuff) { | ^ | _Nonnull include/c++/v1/string:2713:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2713:78: note: insert '_Nullable' if the pointer may be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2713:78: note: insert '_Nonnull' if the pointer should never be null 2713 | basic_string<_CharT, _Traits, _Allocator>::__assign_no_alias(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2739:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2739:78: note: insert '_Nullable' if the pointer may be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2739:78: note: insert '_Nonnull' if the pointer should never be null 2739 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2756:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2756:67: note: insert '_Nullable' if the pointer may be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2756:67: note: insert '_Nonnull' if the pointer should never be null 2756 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:2965:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ include/c++/v1/string:2965:78: note: insert '_Nullable' if the pointer may be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2965:78: note: insert '_Nonnull' if the pointer should never be null 2965 | basic_string<_CharT, _Traits, _Allocator>::__assign_external(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2971:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ include/c++/v1/string:2971:67: note: insert '_Nullable' if the pointer may be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:2971:67: note: insert '_Nonnull' if the pointer should never be null 2971 | basic_string<_CharT, _Traits, _Allocator>::assign(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:2981:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ include/c++/v1/string:2981:67: note: insert '_Nullable' if the pointer may be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:2981:67: note: insert '_Nonnull' if the pointer should never be null 2981 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3110:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ include/c++/v1/string:3110:67: note: insert '_Nullable' if the pointer may be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3110:67: note: insert '_Nonnull' if the pointer should never be null 3110 | basic_string<_CharT, _Traits, _Allocator>::append(const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3119:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ include/c++/v1/string:3119:84: note: insert '_Nullable' if the pointer may be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nullable include/c++/v1/string:3119:84: note: insert '_Nonnull' if the pointer should never be null 3119 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s, size_type __n) { | ^ | _Nonnull include/c++/v1/string:3232:84: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ include/c++/v1/string:3232:84: note: insert '_Nullable' if the pointer may be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3232:84: note: insert '_Nonnull' if the pointer should never be null 3232 | basic_string<_CharT, _Traits, _Allocator>::insert(size_type __pos, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3265:54: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ include/c++/v1/string:3265:54: note: insert '_Nullable' if the pointer may be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nullable include/c++/v1/string:3265:54: note: insert '_Nonnull' if the pointer should never be null 3265 | size_type __pos, size_type __n1, const value_type* __s, size_type __n2) | ^ | _Nonnull include/c++/v1/string:3369:101: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ include/c++/v1/string:3369:101: note: insert '_Nullable' if the pointer may be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nullable include/c++/v1/string:3369:101: note: insert '_Nonnull' if the pointer should never be null 3369 | basic_string<_CharT, _Traits, _Allocator>::replace(size_type __pos, size_type __n1, const value_type* __s) { | ^ | _Nonnull include/c++/v1/string:3554:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ include/c++/v1/string:3554:59: note: insert '_Nullable' if the pointer may be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nullable include/c++/v1/string:3554:59: note: insert '_Nonnull' if the pointer should never be null 3554 | basic_string<_CharT, _Traits, _Allocator>::copy(value_type* __s, size_type __n, size_type __pos) const { | ^ | _Nonnull include/c++/v1/string:3607:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ include/c++/v1/string:3607:55: note: insert '_Nullable' if the pointer may be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nullable include/c++/v1/string:3607:55: note: insert '_Nonnull' if the pointer should never be null 3607 | size_type __pos1, size_type __n1, const value_type* __s, size_type __n2) const { | ^ | _Nonnull include/c++/v1/string:3650:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ include/c++/v1/string:3650:80: note: insert '_Nullable' if the pointer may be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nullable include/c++/v1/string:3650:80: note: insert '_Nonnull' if the pointer should never be null 3650 | operator==(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) _NOEXCEPT { | ^ | _Nonnull include/c++/v1/string:3683:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3683:81: note: insert '_Nullable' if the pointer may be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3683:81: note: insert '_Nonnull' if the pointer should never be null 3683 | operator<=>(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3815:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ include/c++/v1/string:3815:23: note: insert '_Nullable' if the pointer may be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nullable include/c++/v1/string:3815:23: note: insert '_Nonnull' if the pointer should never be null 3815 | operator+(const _CharT* __lhs, const basic_string<_CharT, _Traits, _Allocator>& __rhs) { | ^ | _Nonnull include/c++/v1/string:3820:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3820 | , allocator >(char const*, string const&); | ^ include/c++/v1/string:3820:59: note: insert '_Nullable' if the pointer may be null 3820 | , allocator >(char const*, string const&); | ^ | _Nullable include/c++/v1/string:3820:59: note: insert '_Nonnull' if the pointer should never be null 3820 | , allocator >(char const*, string const&); | ^ | _Nonnull include/c++/v1/string:3831:79: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3831:79: note: insert '_Nullable' if the pointer may be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3831:79: note: insert '_Nonnull' if the pointer should never be null 3831 | operator+(const basic_string<_CharT, _Traits, _Allocator>& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3881:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ include/c++/v1/string:3881:23: note: insert '_Nullable' if the pointer may be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nullable include/c++/v1/string:3881:23: note: insert '_Nonnull' if the pointer should never be null 3881 | operator+(const _CharT* __lhs, basic_string<_CharT, _Traits, _Allocator>&& __rhs) { | ^ | _Nonnull include/c++/v1/string:3894:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ include/c++/v1/string:3894:74: note: insert '_Nullable' if the pointer may be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nullable include/c++/v1/string:3894:74: note: insert '_Nonnull' if the pointer should never be null 3894 | operator+(basic_string<_CharT, _Traits, _Allocator>&& __lhs, const _CharT* __rhs) { | ^ | _Nonnull include/c++/v1/string:3934:63: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3934:63: note: insert '_Nullable' if the pointer may be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3934:63: note: insert '_Nonnull' if the pointer should never be null 3934 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3935:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3935:64: note: insert '_Nullable' if the pointer may be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3935:64: note: insert '_Nonnull' if the pointer should never be null 3935 | _LIBCPP_EXPORTED_FROM_ABI long stol(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3936:74: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3936:74: note: insert '_Nullable' if the pointer may be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3936:74: note: insert '_Nonnull' if the pointer should never be null 3936 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3937:70: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3937:70: note: insert '_Nullable' if the pointer may be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3937:70: note: insert '_Nonnull' if the pointer should never be null 3937 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3938:80: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3938:80: note: insert '_Nullable' if the pointer may be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3938:80: note: insert '_Nonnull' if the pointer should never be null 3938 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const string& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3940:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3940:65: note: insert '_Nullable' if the pointer may be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3940:65: note: insert '_Nonnull' if the pointer should never be null 3940 | _LIBCPP_EXPORTED_FROM_ABI float stof(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3941:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3941:66: note: insert '_Nullable' if the pointer may be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3941:66: note: insert '_Nonnull' if the pointer should never be null 3941 | _LIBCPP_EXPORTED_FROM_ABI double stod(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3942:72: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3942:72: note: insert '_Nullable' if the pointer may be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3942:72: note: insert '_Nonnull' if the pointer should never be null 3942 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const string& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3955:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3955:64: note: insert '_Nullable' if the pointer may be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3955:64: note: insert '_Nonnull' if the pointer should never be null 3955 | _LIBCPP_EXPORTED_FROM_ABI int stoi(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3956:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3956:65: note: insert '_Nullable' if the pointer may be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3956:65: note: insert '_Nonnull' if the pointer should never be null 3956 | _LIBCPP_EXPORTED_FROM_ABI long stol(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3957:75: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3957:75: note: insert '_Nullable' if the pointer may be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3957:75: note: insert '_Nonnull' if the pointer should never be null 3957 | _LIBCPP_EXPORTED_FROM_ABI unsigned long stoul(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3958:71: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3958:71: note: insert '_Nullable' if the pointer may be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3958:71: note: insert '_Nonnull' if the pointer should never be null 3958 | _LIBCPP_EXPORTED_FROM_ABI long long stoll(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3959:81: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ include/c++/v1/string:3959:81: note: insert '_Nullable' if the pointer may be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nullable include/c++/v1/string:3959:81: note: insert '_Nonnull' if the pointer should never be null 3959 | _LIBCPP_EXPORTED_FROM_ABI unsigned long long stoull(const wstring& __str, size_t* __idx = nullptr, int __base = 10); | ^ | _Nonnull include/c++/v1/string:3961:66: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3961:66: note: insert '_Nullable' if the pointer may be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3961:66: note: insert '_Nonnull' if the pointer should never be null 3961 | _LIBCPP_EXPORTED_FROM_ABI float stof(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3962:67: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3962:67: note: insert '_Nullable' if the pointer may be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3962:67: note: insert '_Nonnull' if the pointer should never be null 3962 | _LIBCPP_EXPORTED_FROM_ABI double stod(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:3963:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ include/c++/v1/string:3963:73: note: insert '_Nullable' if the pointer may be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nullable include/c++/v1/string:3963:73: note: insert '_Nonnull' if the pointer should never be null 3963 | _LIBCPP_EXPORTED_FROM_ABI long double stold(const wstring& __str, size_t* __idx = nullptr); | ^ | _Nonnull include/c++/v1/string:4054:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4054 | operator""s(const char* __str, size_t __len) { | ^ include/c++/v1/string:4054:23: note: insert '_Nullable' if the pointer may be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4054:23: note: insert '_Nonnull' if the pointer should never be null 4054 | operator""s(const char* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4060:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ include/c++/v1/string:4060:26: note: insert '_Nullable' if the pointer may be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4060:26: note: insert '_Nonnull' if the pointer should never be null 4060 | operator""s(const wchar_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4066:87: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ include/c++/v1/string:4066:87: note: insert '_Nullable' if the pointer may be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4066:87: note: insert '_Nonnull' if the pointer should never be null 4066 | inline _LIBCPP_HIDE_FROM_ABI constexpr basic_string operator""s(const char8_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4072:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ include/c++/v1/string:4072:27: note: insert '_Nullable' if the pointer may be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4072:27: note: insert '_Nonnull' if the pointer should never be null 4072 | operator""s(const char16_t* __str, size_t __len) { | ^ | _Nonnull include/c++/v1/string:4077:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ include/c++/v1/string:4077:27: note: insert '_Nullable' if the pointer may be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nullable include/c++/v1/string:4077:27: note: insert '_Nonnull' if the pointer should never be null 4077 | operator""s(const char32_t* __str, size_t __len) { | ^ | _Nonnull 119 warnings generated. [32/40] SOLINK lib/libc++.so.0 [33/40] AR lib/libc++.a [34/40] ACTION //libcxx/src:cxx_symlink(//llvm/utils/gn/build/toolchain:stage2_unix) [35/40] STAMP stage2_unix/obj/libcxx/src/cxx_symlink.stamp [36/40] ACTION //libcxx/src:cxx_linker_script(//llvm/utils/gn/build/toolchain:stage2_unix) [37/40] STAMP stage2_unix/obj/libcxx/src/cxx_linker_script.stamp [38/40] STAMP stage2_unix/obj/libcxx/src/src.stamp [39/40] STAMP obj/libcxx/libcxx.stamp [40/40] STAMP obj/default.stamp