If you are working with SwiftUI, that relies heavily on property wrappers to make our code easier to read, write, and maintain. Property wrappers were introduced in Swift 5.1 , they are particularly common in SwiftUI — you’ll see @Published, @ObservedObject, @EnvironmentObject and many more, all with the purpose of…