nmdias / FeedKit

An RSS, Atom and JSON Feed parser written in Swift
MIT License
1.19k stars 174 forks source link

Build failure on Linux & Swift 5.1 #98

Closed nikstar closed 5 years ago

nikstar commented 5 years ago

Running swift build causes following error on Linux using latest builds:

 error: 'XMLParser' is unavailable: This type has moved to the FoundationXML module. Import that module to use it.

XMLParser and related types were moved into a separate module to remove libxml2 dependency from Foundation. More on Swift forums