I have a warning from an apparent needed dependency when trying to install the Amplify Swift Package:
Showing Recent Messages
ignoring declared target(s) 'swift-nio-zlib-support' in the system package
How can I ignore that warning? I tried this suggested solution but didn't clear it. I just want to suppress that one specifically without affecting any other.
Pd: I don't have any pods, I'm using swift package manager.
Thanks