CodableCSV icon indicating copy to clipboard operation
CodableCSV copied to clipboard

Fix Swift 5.7 warnings.

Open robo-fish opened this issue 3 years ago • 2 comments

The following warning is emitted for a number of function declarations when compiling with Swift 5.7 (Xcode 14 Beta): "Non-'@objc' instance method in extensions cannot be overridden; use 'public' instead"

Changing the access levels of the functions from open to public resolves the warnings.

robo-fish avatar Jun 09 '22 19:06 robo-fish

Hi @dehesa, Apple has already released up to Xcode 14.2, do you plan to merge this pull request with the latest release?

jormungand2006 avatar Dec 26 '22 08:12 jormungand2006

@dehesa please accept this pull request :)

inc-ali avatar May 14 '23 10:05 inc-ali