2

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

ElKePoN
  • 822
  • 11
  • 21
  • It's not possible with Swift Compiler because it doesn't support specific flags to do this. https://stackoverflow.com/questions/31540446/how-to-silence-a-warning-in-swift – iUrii Jul 12 '21 at 11:50

0 Answers0