Build Information
Successful build of open-weather-kit, reference 2.0.0 (ef8518), with Swift 6.1 for macOS (SPM) on 6 Nov 2025 05:26:31 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jagreenwood/open-weather-kit.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jagreenwood/open-weather-kit
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at ef8518c Merge branch 'main' of github.com:jagreenwood/open-weather-kit
Cloned https://github.com/jagreenwood/open-weather-kit.git
Revision (git rev-parse @):
ef8518ca259fb8671c483020e7f9b39fc288eb1c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jagreenwood/open-weather-kit.git at 2.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/jagreenwood/open-weather-kit.git
https://github.com/jagreenwood/open-weather-kit.git
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "open-weather-kit",
"name" : "open-weather-kit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "OpenWeatherKit",
"targets" : [
"OpenWeatherKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "OpenWeatherKitTests",
"module_type" : "SwiftTarget",
"name" : "OpenWeatherKitTests",
"path" : "Tests/OpenWeatherKitTests",
"sources" : [
"OpenWeatherKitTests.swift",
"Utils/Geocoder+Mock.swift",
"Utils/MockClient.swift",
"Utils/MockData.swift",
"WeatherServiceDateRangeTests.swift"
],
"target_dependencies" : [
"OpenWeatherKit"
],
"type" : "test"
},
{
"c99name" : "OpenWeatherKit",
"module_type" : "SwiftTarget",
"name" : "OpenWeatherKit",
"path" : "Sources/OpenWeatherKit",
"product_memberships" : [
"OpenWeatherKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"Internal/Extensions/APICurrentWeather+Map.swift",
"Internal/Extensions/APIDailyStatistics+Map.swift",
"Internal/Extensions/APIDailySummary+Map.swift",
"Internal/Extensions/APIForecastDaily+Map.swift",
"Internal/Extensions/APIForecastHourly+Map.swift",
"Internal/Extensions/APIForecastNextHour+Map.swift",
"Internal/Extensions/APIHistoricalComparisons+Map.swift",
"Internal/Extensions/APIHourlyStatistics+Map.swift",
"Internal/Extensions/APIMetadata+Map.swift",
"Internal/Extensions/APIMonthlyStatistics+Map.swift",
"Internal/Extensions/APIWeather+Map.swift",
"Internal/Extensions/APIWeatherAlerts+Map.swift",
"Internal/Extensions/APIWeatherAvailability+Map.swift",
"Internal/Extensions/APIWeatherChanges+Map.swift",
"Internal/Extensions/Date+Utils.swift",
"Internal/Extensions/DateFormatter+Utils.swift",
"Internal/Extensions/Int+Utils.swift",
"Internal/Extensions/Measurement+Utils.swift",
"Internal/Extensions/Optional+Utils.swift",
"Internal/Extensions/UnitSpeed.swift",
"Internal/Extensions/WeatherQuery+QueryItems.swift",
"Internal/Geocoder.swift",
"Internal/Models/APICurrentWeather.swift",
"Internal/Models/APIDailySummary.swift",
"Internal/Models/APIForecastDaily.swift",
"Internal/Models/APIForecastHourly.swift",
"Internal/Models/APIForecastNextHour.swift",
"Internal/Models/APIHistoricalComparisons.swift",
"Internal/Models/APIMetadata.swift",
"Internal/Models/APIPrecipitationAmountByType.swift",
"Internal/Models/APIStatistics.swift",
"Internal/Models/APIWeather.swift",
"Internal/Models/APIWeatherAlerts.swift",
"Internal/Models/APIWeatherAvailability.swift",
"Internal/Models/APIWeatherChanges.swift",
"Internal/Models/TextCaseCoding.swift",
"Internal/NetworkClient.swift",
"Internal/Protocols/Client.swift",
"Internal/Query.swift",
"Internal/Route.swift",
"Internal/StatisticsQuery.swift",
"Internal/WeatherProxy.swift",
"Public/Celestial/MoonEvents.swift",
"Public/Celestial/MoonPhase.swift",
"Public/Celestial/SunEvents.swift",
"Public/Characteristics/AlertSummary.swift",
"Public/Characteristics/AlertUrgency.swift",
"Public/Characteristics/Certainty.swift",
"Public/Characteristics/CloudCoverByAltitude.swift",
"Public/Characteristics/DayPartForecast.swift",
"Public/Characteristics/Precipitation.swift",
"Public/Characteristics/PrecipitationAmountByType.swift",
"Public/Characteristics/PressureTrend.swift",
"Public/Characteristics/SnowfallAmount.swift",
"Public/Characteristics/UVIndex.swift",
"Public/Characteristics/WeatherCondition.swift",
"Public/Characteristics/WeatherSeverity.swift",
"Public/Characteristics/Wind.swift",
"Public/Forecast/DayWeather.swift",
"Public/Forecast/Forecast.swift",
"Public/Forecast/HistoricalComparisons.swift",
"Public/Forecast/HourWeather.swift",
"Public/Forecast/MinuteWeather.swift",
"Public/Forecast/WeatherAlert.swift",
"Public/Forecast/WeatherAvailability.swift",
"Public/Forecast/WeatherChanges.swift",
"Public/Protocols/LocationProtocol.swift",
"Public/Requests/CurrentWeather.swift",
"Public/Requests/DailyWeatherStatisticsQuery.swift",
"Public/Requests/DailyWeatherSummaryQuery.swift",
"Public/Requests/HourlyWeatherStatisticsQuery.swift",
"Public/Requests/MonthlyWeatherStatisticsQuery.swift",
"Public/Requests/WeatherAttribution.swift",
"Public/Requests/WeatherMetadata.swift",
"Public/Requests/WeatherQuery.swift",
"Public/Statistics/DailyWeatherStatistics.swift",
"Public/Statistics/DayPrecipitationStatistics.swift",
"Public/Statistics/DayTemperatureStatistics.swift",
"Public/Statistics/HourTemperatureStatistics.swift",
"Public/Statistics/HourlyWeatherStatistics.swift",
"Public/Statistics/MonthPrecipitationStatistics.swift",
"Public/Statistics/MonthTemperatureStatistics.swift",
"Public/Statistics/MonthlyWeatherStatistics.swift",
"Public/Statistics/Percentiles.swift",
"Public/Summary/DailyWeatherSummary.swift",
"Public/Summary/DayPrecipitationSummary.swift",
"Public/Summary/DayTemperatureSummary.swift",
"Public/Weather.swift",
"Public/WeatherError.swift",
"Public/WeatherService+Forecast.swift",
"Public/WeatherService+Statistics.swift",
"Public/WeatherService+Summary.swift",
"Public/WeatherService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[0/4] Copying Info.plist
[1/4] Copying Localizable.strings
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/90] Emitting module OpenWeatherKit
[6/99] Compiling OpenWeatherKit APIStatistics.swift
[7/99] Compiling OpenWeatherKit APIWeather.swift
[8/99] Compiling OpenWeatherKit APIWeatherAlerts.swift
[9/99] Compiling OpenWeatherKit APIWeatherAvailability.swift
[10/99] Compiling OpenWeatherKit APIWeatherChanges.swift
[11/99] Compiling OpenWeatherKit TextCaseCoding.swift
[12/99] Compiling OpenWeatherKit NetworkClient.swift
[13/99] Compiling OpenWeatherKit Client.swift
[14/99] Compiling OpenWeatherKit Query.swift
[15/99] Compiling OpenWeatherKit Route.swift
[16/99] Compiling OpenWeatherKit DayPartForecast.swift
[17/99] Compiling OpenWeatherKit Precipitation.swift
[18/99] Compiling OpenWeatherKit PrecipitationAmountByType.swift
[19/99] Compiling OpenWeatherKit PressureTrend.swift
[20/99] Compiling OpenWeatherKit SnowfallAmount.swift
[21/99] Compiling OpenWeatherKit UVIndex.swift
[22/99] Compiling OpenWeatherKit WeatherCondition.swift
[23/99] Compiling OpenWeatherKit WeatherSeverity.swift
[24/99] Compiling OpenWeatherKit Wind.swift
[25/99] Compiling OpenWeatherKit DayPrecipitationStatistics.swift
[26/99] Compiling OpenWeatherKit DayTemperatureStatistics.swift
[27/99] Compiling OpenWeatherKit HourTemperatureStatistics.swift
[28/99] Compiling OpenWeatherKit HourlyWeatherStatistics.swift
[29/99] Compiling OpenWeatherKit MonthPrecipitationStatistics.swift
[30/99] Compiling OpenWeatherKit MonthTemperatureStatistics.swift
[31/99] Compiling OpenWeatherKit MonthlyWeatherStatistics.swift
[32/99] Compiling OpenWeatherKit Percentiles.swift
[33/99] Compiling OpenWeatherKit DailyWeatherSummary.swift
[34/99] Compiling OpenWeatherKit CurrentWeather.swift
[35/99] Compiling OpenWeatherKit DailyWeatherStatisticsQuery.swift
[36/99] Compiling OpenWeatherKit DailyWeatherSummaryQuery.swift
[37/99] Compiling OpenWeatherKit HourlyWeatherStatisticsQuery.swift
[38/99] Compiling OpenWeatherKit MonthlyWeatherStatisticsQuery.swift
[39/99] Compiling OpenWeatherKit WeatherAttribution.swift
[40/99] Compiling OpenWeatherKit WeatherMetadata.swift
[41/99] Compiling OpenWeatherKit WeatherQuery.swift
[42/99] Compiling OpenWeatherKit DailyWeatherStatistics.swift
[43/99] Compiling OpenWeatherKit APIWeather+Map.swift
[44/99] Compiling OpenWeatherKit APIWeatherAlerts+Map.swift
[45/99] Compiling OpenWeatherKit APIWeatherAvailability+Map.swift
[46/99] Compiling OpenWeatherKit APIWeatherChanges+Map.swift
[47/99] Compiling OpenWeatherKit Date+Utils.swift
[48/99] Compiling OpenWeatherKit DateFormatter+Utils.swift
[49/99] Compiling OpenWeatherKit Int+Utils.swift
[50/99] Compiling OpenWeatherKit Measurement+Utils.swift
[51/99] Compiling OpenWeatherKit Optional+Utils.swift
[52/99] Compiling OpenWeatherKit UnitSpeed.swift
[53/99] Compiling OpenWeatherKit APICurrentWeather+Map.swift
[54/99] Compiling OpenWeatherKit APIDailyStatistics+Map.swift
[55/99] Compiling OpenWeatherKit APIDailySummary+Map.swift
[56/99] Compiling OpenWeatherKit APIForecastDaily+Map.swift
[57/99] Compiling OpenWeatherKit APIForecastHourly+Map.swift
[58/99] Compiling OpenWeatherKit APIForecastNextHour+Map.swift
[59/99] Compiling OpenWeatherKit APIHistoricalComparisons+Map.swift
[60/99] Compiling OpenWeatherKit APIHourlyStatistics+Map.swift
[61/99] Compiling OpenWeatherKit APIMetadata+Map.swift
[62/99] Compiling OpenWeatherKit APIMonthlyStatistics+Map.swift
[63/99] Compiling OpenWeatherKit DayPrecipitationSummary.swift
[64/99] Compiling OpenWeatherKit DayTemperatureSummary.swift
[65/99] Compiling OpenWeatherKit Weather.swift
[66/99] Compiling OpenWeatherKit WeatherError.swift
[67/99] Compiling OpenWeatherKit WeatherService+Forecast.swift
[68/99] Compiling OpenWeatherKit WeatherService+Statistics.swift
[69/99] Compiling OpenWeatherKit WeatherService+Summary.swift
[70/99] Compiling OpenWeatherKit WeatherService.swift
[71/99] Compiling OpenWeatherKit resource_bundle_accessor.swift
[72/99] Compiling OpenWeatherKit DayWeather.swift
[73/99] Compiling OpenWeatherKit Forecast.swift
[74/99] Compiling OpenWeatherKit HistoricalComparisons.swift
[75/99] Compiling OpenWeatherKit HourWeather.swift
[76/99] Compiling OpenWeatherKit MinuteWeather.swift
[77/99] Compiling OpenWeatherKit WeatherAlert.swift
[78/99] Compiling OpenWeatherKit WeatherAvailability.swift
[79/99] Compiling OpenWeatherKit WeatherChanges.swift
[80/99] Compiling OpenWeatherKit LocationProtocol.swift
[81/99] Compiling OpenWeatherKit StatisticsQuery.swift
[82/99] Compiling OpenWeatherKit WeatherProxy.swift
[83/99] Compiling OpenWeatherKit MoonEvents.swift
[84/99] Compiling OpenWeatherKit MoonPhase.swift
[85/99] Compiling OpenWeatherKit SunEvents.swift
[86/99] Compiling OpenWeatherKit AlertSummary.swift
[87/99] Compiling OpenWeatherKit AlertUrgency.swift
[88/99] Compiling OpenWeatherKit Certainty.swift
[89/99] Compiling OpenWeatherKit CloudCoverByAltitude.swift
[90/99] Compiling OpenWeatherKit WeatherQuery+QueryItems.swift
[91/99] Compiling OpenWeatherKit Geocoder.swift
[92/99] Compiling OpenWeatherKit APICurrentWeather.swift
[93/99] Compiling OpenWeatherKit APIDailySummary.swift
[94/99] Compiling OpenWeatherKit APIForecastDaily.swift
[95/99] Compiling OpenWeatherKit APIForecastHourly.swift
[96/99] Compiling OpenWeatherKit APIForecastNextHour.swift
[97/99] Compiling OpenWeatherKit APIHistoricalComparisons.swift
[98/99] Compiling OpenWeatherKit APIMetadata.swift
[99/99] Compiling OpenWeatherKit APIPrecipitationAmountByType.swift
Build complete! (5.95s)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
],
"manifest_display_name" : "open-weather-kit",
"name" : "open-weather-kit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "OpenWeatherKit",
"targets" : [
"OpenWeatherKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6",
"5"
],
"targets" : [
{
"c99name" : "OpenWeatherKitTests",
"module_type" : "SwiftTarget",
"name" : "OpenWeatherKitTests",
"path" : "Tests/OpenWeatherKitTests",
"sources" : [
"OpenWeatherKitTests.swift",
"Utils/Geocoder+Mock.swift",
"Utils/MockClient.swift",
"Utils/MockData.swift",
"WeatherServiceDateRangeTests.swift"
],
"target_dependencies" : [
"OpenWeatherKit"
],
"type" : "test"
},
{
"c99name" : "OpenWeatherKit",
"module_type" : "SwiftTarget",
"name" : "OpenWeatherKit",
"path" : "Sources/OpenWeatherKit",
"product_memberships" : [
"OpenWeatherKit"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/OpenWeatherKit/Resources/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"Internal/Extensions/APICurrentWeather+Map.swift",
"Internal/Extensions/APIDailyStatistics+Map.swift",
"Internal/Extensions/APIDailySummary+Map.swift",
"Internal/Extensions/APIForecastDaily+Map.swift",
"Internal/Extensions/APIForecastHourly+Map.swift",
"Internal/Extensions/APIForecastNextHour+Map.swift",
"Internal/Extensions/APIHistoricalComparisons+Map.swift",
"Internal/Extensions/APIHourlyStatistics+Map.swift",
"Internal/Extensions/APIMetadata+Map.swift",
"Internal/Extensions/APIMonthlyStatistics+Map.swift",
"Internal/Extensions/APIWeather+Map.swift",
"Internal/Extensions/APIWeatherAlerts+Map.swift",
"Internal/Extensions/APIWeatherAvailability+Map.swift",
"Internal/Extensions/APIWeatherChanges+Map.swift",
"Internal/Extensions/Date+Utils.swift",
"Internal/Extensions/DateFormatter+Utils.swift",
"Internal/Extensions/Int+Utils.swift",
"Internal/Extensions/Measurement+Utils.swift",
"Internal/Extensions/Optional+Utils.swift",
"Internal/Extensions/UnitSpeed.swift",
"Internal/Extensions/WeatherQuery+QueryItems.swift",
"Internal/Geocoder.swift",
"Internal/Models/APICurrentWeather.swift",
"Internal/Models/APIDailySummary.swift",
"Internal/Models/APIForecastDaily.swift",
"Internal/Models/APIForecastHourly.swift",
"Internal/Models/APIForecastNextHour.swift",
"Internal/Models/APIHistoricalComparisons.swift",
"Internal/Models/APIMetadata.swift",
"Internal/Models/APIPrecipitationAmountByType.swift",
"Internal/Models/APIStatistics.swift",
"Internal/Models/APIWeather.swift",
"Internal/Models/APIWeatherAlerts.swift",
"Internal/Models/APIWeatherAvailability.swift",
"Internal/Models/APIWeatherChanges.swift",
"Internal/Models/TextCaseCoding.swift",
"Internal/NetworkClient.swift",
"Internal/Protocols/Client.swift",
"Internal/Query.swift",
"Internal/Route.swift",
"Internal/StatisticsQuery.swift",
"Internal/WeatherProxy.swift",
"Public/Celestial/MoonEvents.swift",
"Public/Celestial/MoonPhase.swift",
"Public/Celestial/SunEvents.swift",
"Public/Characteristics/AlertSummary.swift",
"Public/Characteristics/AlertUrgency.swift",
"Public/Characteristics/Certainty.swift",
"Public/Characteristics/CloudCoverByAltitude.swift",
"Public/Characteristics/DayPartForecast.swift",
"Public/Characteristics/Precipitation.swift",
"Public/Characteristics/PrecipitationAmountByType.swift",
"Public/Characteristics/PressureTrend.swift",
"Public/Characteristics/SnowfallAmount.swift",
"Public/Characteristics/UVIndex.swift",
"Public/Characteristics/WeatherCondition.swift",
"Public/Characteristics/WeatherSeverity.swift",
"Public/Characteristics/Wind.swift",
"Public/Forecast/DayWeather.swift",
"Public/Forecast/Forecast.swift",
"Public/Forecast/HistoricalComparisons.swift",
"Public/Forecast/HourWeather.swift",
"Public/Forecast/MinuteWeather.swift",
"Public/Forecast/WeatherAlert.swift",
"Public/Forecast/WeatherAvailability.swift",
"Public/Forecast/WeatherChanges.swift",
"Public/Protocols/LocationProtocol.swift",
"Public/Requests/CurrentWeather.swift",
"Public/Requests/DailyWeatherStatisticsQuery.swift",
"Public/Requests/DailyWeatherSummaryQuery.swift",
"Public/Requests/HourlyWeatherStatisticsQuery.swift",
"Public/Requests/MonthlyWeatherStatisticsQuery.swift",
"Public/Requests/WeatherAttribution.swift",
"Public/Requests/WeatherMetadata.swift",
"Public/Requests/WeatherQuery.swift",
"Public/Statistics/DailyWeatherStatistics.swift",
"Public/Statistics/DayPrecipitationStatistics.swift",
"Public/Statistics/DayTemperatureStatistics.swift",
"Public/Statistics/HourTemperatureStatistics.swift",
"Public/Statistics/HourlyWeatherStatistics.swift",
"Public/Statistics/MonthPrecipitationStatistics.swift",
"Public/Statistics/MonthTemperatureStatistics.swift",
"Public/Statistics/MonthlyWeatherStatistics.swift",
"Public/Statistics/Percentiles.swift",
"Public/Summary/DailyWeatherSummary.swift",
"Public/Summary/DayPrecipitationSummary.swift",
"Public/Summary/DayTemperatureSummary.swift",
"Public/Weather.swift",
"Public/WeatherError.swift",
"Public/WeatherService+Forecast.swift",
"Public/WeatherService+Statistics.swift",
"Public/WeatherService+Summary.swift",
"Public/WeatherService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.