V2#42
Merged
Merged
Conversation
commit 70770bb4b1e395ff49edc35d62847adb1c2208f7
Author: Jeremy Greenwood <jagreenwood@gmail.com>
Date: Thu Oct 23 14:56:09 2025 -0400
swiftlint
commit 3d16c1688c43cd3e1423c69ed816fe47df5b8a13
Author: Jeremy Greenwood <jagreenwood@gmail.com>
Date: Thu Oct 23 14:55:59 2025 -0400
update container tools
commit f44a797
Author: Jeremy Greenwood <jagreenwood@gmail.com>
Date: Thu Feb 20 11:26:03 2025 -0500
Enable Swift 6 Mode (#38)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This major release brings OpenWeatherKit up to date with the latest WeatherKit REST API capabilities, adds Swift 6 support, and introduces powerful new features for historical weather data analysis.
Major Features
Weather Statistics API
Access climatological statistics derived from decades of historical weather data:
All statistics methods support flexible date ranges with sensible defaults and variadic parameter packs for type-safe multi-dataset queries.
Daily Weather Summaries
Retrieve actual aggregated weather data for past dates:
Weather Changes & Historical Comparisons
Swift 6 Support
Technical Improvements
Enhanced Type Safety
Developer Experience
Platform Support
countryCodeandtimezoneparameters for Linux compatibilityNew Public Types
Statistics:
DailyWeatherStatistics<T>,HourlyWeatherStatistics<T>,MonthlyWeatherStatistics<T>DayPrecipitationStatistics,DayTemperatureStatisticsHourTemperatureStatisticsMonthPrecipitationStatistics,MonthTemperatureStatisticsPercentiles<Dimension>Summaries:
DailyWeatherSummary<T>DayPrecipitationSummary,DayTemperatureSummaryForecast Enhancements:
WeatherChanges/WeatherChangeHistoricalComparisons/HistoricalComparisonTrend<Dimension>,TrendBaseline<Dimension>,DeviationQuery Types:
DailyWeatherStatisticsQuery<T>HourlyWeatherStatisticsQuery<T>MonthlyWeatherStatisticsQuery<T>DailyWeatherSummaryQuery<T>Additional Characteristics:
CloudCoverByAltitudeDayPartForecastPrecipitationAmountByTypeSnowfallAmountAPI Changes
New WeatherService Methods
Statistics:
Summaries:
New Query Options:
Documentation Updates
Testing