Is there an updated example using DLLs?

Hi there!

Is there an updated example of a simple "hello world" dll being called on swift?
There were so many updates and evolution on swift that I am getting a bit confused on how to use a DLL library in swift for windows.
Specially with swift package manager. Is it possible or not?

Well, I was able to link a "Hello World" DLL with swift following the pattern from Saleem's swift-winrt.

It worked, but I didn't fully understand the swift.package content. Is there a documentation available?

Yes, see Swift.org docs and somewhat fuller documentation In the SwiftPM repo

Thanks @Diggory !
Interop is going well.