nmdias / FeedKit

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

Two Swift 4 Issues #68

Closed iTubalCain closed 5 years ago

iTubalCain commented 6 years ago

Warnings are generated by the use of "characters" and "flatMap" v. "compactMap".

Thx!

nmdias commented 5 years ago

Hi, @iTubalCain.

flatMap is not being used in FeedKit, only compactMap. Please make sure you're using the latest version.

Thanks