vincentneo / CoreGPX

A library for parsing and creation of GPX location files. Purely Swift.
https://www.vincent-neo.com
MIT License
261 stars 56 forks source link

Hopefully thread safer date parser #97

Closed vincentneo closed 2 years ago

vincentneo commented 2 years ago

observed some crashes in Avenue regarding to EXC BAD ACCESS on year pointee. Assuming that, if class isn't static, since the values aren't shared, it shouldn't result in that.