Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Swift Package dependencies #16

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

roblabs
Copy link
Contributor

@roblabs roblabs commented Aug 22, 2024

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'"

roblabs added a commit to roblabs/NationalWeatherService-Swift that referenced this pull request Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant