Xcode14.2 warnings

I’m getting flooded with warnings everytime there’s an use of SortFunctionConverter:

juce/modules/juce_core/containers/juce_ElementComparator.h:44:28: warning: definition of implicit copy constructor for 'SortFunctionConverter<juce::ValueTree::ComparatorAdapter<SortByProperty>>' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
SortFunctionConverter& operator= (const SortFunctionConverter&) = delete;

this is on juce 6