LiveUI / XMLCoding

XMLEncoder & XMLDecoder using the Codable protocol in Swift 4.2
MIT License
10 stars 8 forks source link

Support compilation under Swift 5.1/Linux. #17

Closed tachyonics closed 4 years ago

tachyonics commented 4 years ago

Support compilation under Swift 5.1/Linux.

Following guidance from- https://github.com/apple/swift-corelibs-foundation/blob/master/Docs/ReleaseNotes_Swift5.md

Verification

  1. docker run -ti swift:latest /bin/bash
  2. apt-get update && apt-get install -y libssl-dev
  3. git clone https://github.com/tachyonics/XMLCoding.git
  4. cd XMLCoding
  5. swift build && swift test