Closed lauri-koli closed 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
Hi, @lauri-koli-vincit
We can expect no collisions with Result in the next release of `FeedKit, following f9ae2500e2ef616cfcce361592406c4b03107e18
Closing for now, Thanks
Until the project adopts Swift 5's result you can fully qualify the Swift Result type as needed like this: