Closed philipturner closed 3 years ago
Xcode is giving me a warning that @_functionBuilder has been renamed to @resultBuilder.
@_functionBuilder
@resultBuilder
Also explicitly accounted for some files in the test target, as it was causing annoying compiler warnings in Xcode
Xcode is giving me a warning that
@_functionBuilder
has been renamed to@resultBuilder
.