Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)
I think it is worthy to try just changing the line #71 from #if os(Linux) || os(macOS) to #if os(linux) only, so you don’t have to change too many lines @omrd , it sounds like the easiest solution
These changes allow PerfectLib to compile on M1 Macs.