I am trying to use the WolfSSL library in my iOS project that is written in Swift. I have successfully built the .a package from WolfSSL and have set the header search paths as well, but how do I use the library in the code? I tried building the "wolfbench" project from the example as well, but I get this error:

No member named 'serverListening' in 'info_t'

What is the right way to integrate WolfSSL into my Swift project?