nmdias / FeedKit

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

FeedKit.Result collides with Swift 5 Result #88

Closed lauri-koli closed 5 years ago

subdigital commented 5 years ago

Until the project adopts Swift 5's result you can fully qualify the Swift Result type as needed like this:

... completion: @escaping (Swift.Result<String, Error>) -> Void 
nmdias commented 5 years ago

Hi, @lauri-koli-vincit

We can expect no collisions with Result in the next release of `FeedKit, following f9ae2500e2ef616cfcce361592406c4b03107e18

Closing for now, Thanks