Geohash
Geohash copied to clipboard
fix: make base64-var concurrency safe
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.