Closed rafaelclaycon closed 1 year ago
The name parameter was deprecated on the SPM .package() constructor. The fix is pretty easy and avoids a warning in Xcode.
name
.package()
Thanks for the PR!
The
name
parameter was deprecated on the SPM.package()
constructor. The fix is pretty easy and avoids a warning in Xcode.