SwiftHTTPStatusCodes
SwiftHTTPStatusCodes copied to clipboard
Make Library Compilable on Linux
Description
The changes in the PR allow the library to be compiled under linux.
The following changes were made to accomplish that:
- All @objc interfaces were removed as ObjC is not supported when running Swift on Linux
- Import FoundationNetworking module when compiling for linux
- Added a GitHub workflow which runs unit tests using a Ubuntu image