ambiguous reference to member ‘joined()’
You can readily tell that Swift was created by a C++ fanatic, by its fucking obtuse error messages. ⤹ Me Swift compiler ⤵︎ In today’s episode of “what the fuck do you want, compiler?”, we tackle: foo.swift:186:39: error: ambiguous reference to member ‘joined()’ log.debug(“\(thingies.joined(separator: “, “))”) ^~~~~~~~ Swift.BidirectionalCollection:27:17: note: found this… Read more