Sam Dean

Results 4 comments of Sam Dean

Hi, Any news on which of these solutions can be merged in? Removing this warning would make our CI machine very happy and would stop it failing on the analysis...

I hope not - it's in most of our apps (10 or so!) and I don't want to have to replace it :)

You can work around this issue (for now) by importing just the protocol before importing the whole module: ``` import protocol Decodable.Decodable import Decodable ``` This allows this struct to...

``` import protocol Decodable.Decodable import enum Decodable.DecodingError import Decodable ```