How do I simplify `Swift.print`? Erica Sadun encountered a problem when trying to call Swift.print on macOS from a subclass of a type which declares it’s own print function. Fortunately this name-overlap issue is fixed in macOS High Sierra, but the solution Erica comes up with is interesting. Posted on August 4, 2017 #print #macOS