Warnings when building plugins in Xcode

I get the following warnings when building a plugin in Xcode 26.5 and latest JUCE:

libtool: warning: 'juce_audio_processors_headless_ara.o' has no symbols
libtool: warning: 'juce_audio_processors_headless_lv2_libs.o' has no symbols

This makes sense as the plugin has no ARA/LV2 support (and iiuc LV2 is linux only, right?).

Is there intention to fix these warnings?