I am positive that the following swift code has covered all possibilities, but Xcode keeps telling me that, \"Switch must be exhaustive, consider ad
If you calculate all the possible combinations between three elements with two possible values, the cases are more than four. If you don't care about the others, put a default case in your switch
default