WeatherProvider / NationalWeatherService-Swift

A multi-platform Swift wrapper for the National Weather Service's weather.gov API.
10 stars 10 forks source link

Update Swift Package dependencies #16

Open roblabs opened 2 months ago

roblabs commented 2 months ago

Fixes a compiler error found when testing with latest Xcode 16 (16A5230g).

A struct in the version of the geos Package was causing a compiler error with size_t

WKBWriter::writeCoordinate(const CoordinateSequence& cs, size_t idx,
                           bool is3d)

"❌ Out-of-line definition of 'writeCoordinate' does not match any declaration in 'geos::io::WKBWriter'"