It sounds like the start of a joke but, actually, it’s one of the reasons why SwiftUI is difficult to code. Take, for example, the simple wish to create a Rectangle() with an outline. In SwiftUI, you use the .stroke modifier, thus: Great, huh? A nice outline around your Rectangle(). […]