Geohash icon indicating copy to clipboard operation
Geohash copied to clipboard

fix: make base64-var concurrency safe

Open nylki opened this issue 10 months ago • 0 comments

This PR makes the base64 variable comply with strict concurrency when changing the version 5->6 in package.swift. Otherwise the compiler throws an error and Geohash won't compile. Since it doesn't affect functionality for Swift 5 usage of the library, I considered it a low hanging fruit.

nylki avatar Feb 24 '25 15:02 nylki