TIL how to make C library available in Swift using the Swift Package Manager
Learned Making a C library available in Swift using the Swift Package Manager.
Read Modules in llvm.
Read SwiftPM’s Usage which us surprisingly detailed. Creating C Language Targets section helped me.