Updated Swift Tools version to 6.0 (stil using language version 5).
ARTCC
: ICAO ID is now optional.
- ISO-Latin1 encoding is used when parsing distribution text files.
- Moved from
NSLocalizedString
to string catalogs. Runway
: Added a gradient estimation method that uses the base and reciprocal elevations (when known). You can use this is a stopgap until the FAA resumes distributing runway gradient data.- Dependency updates.
Updated ZIPFoundation dependency.
- The
ArchiveFileDistribution
andArchiveDataDistribution
initializers no longer returnnil
if the archive could not be read; instead, they rethrow the error thrown by ZIPFoundation. - The
ArchiveFileDownloader
andArchiveDataDownloader
'sload
methods no longer throwError.badData
; instead they rethrow the error thrown by ZIPFoundation.
Initial pre-release (Airport, ARTCC, FSS, and Navaid parsing).