Build Information
Successful build of open-weather-kit, reference 1.2.0 (915f7a
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 16:16:41 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 .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jagreenwood/open-weather-kit.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jagreenwood/open-weather-kit
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 915f7a0 Concurrency Updates (#37)
Cloned https://github.com/jagreenwood/open-weather-kit.git
Revision (git rev-parse @):
915f7a00285c74edfbf4beabc456b78c5f9f3069
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jagreenwood/open-weather-kit.git at 1.2.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"
}
],
"products" : [
{
"name" : "OpenWeatherKit",
"targets" : [
"OpenWeatherKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenWeatherKitTests",
"module_type" : "SwiftTarget",
"name" : "OpenWeatherKitTests",
"path" : "Tests/OpenWeatherKitTests",
"sources" : [
"OpenWeatherKitTests.swift",
"Utils/Geocoder+Mock.swift",
"Utils/MockClient.swift",
"Utils/MockData.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/APIForecastDaily+Map.swift",
"Internal/Extensions/APIForecastHourly+Map.swift",
"Internal/Extensions/APIForecastNextHour+Map.swift",
"Internal/Extensions/APIMetadata+Map.swift",
"Internal/Extensions/APIWeather+Map.swift",
"Internal/Extensions/APIWeatherAlerts+Map.swift",
"Internal/Extensions/APIWeatherAvailability+Map.swift",
"Internal/Extensions/Date+Utils.swift",
"Internal/Extensions/Optional+Utils.swift",
"Internal/Extensions/Sendable+Compat.swift",
"Internal/Extensions/UnitSpeed.swift",
"Internal/Extensions/WeatherQuery+QueryItems.swift",
"Internal/Geocoder.swift",
"Internal/Models/APICurrentWeather.swift",
"Internal/Models/APIForecastDaily.swift",
"Internal/Models/APIForecastHourly.swift",
"Internal/Models/APIForecastNextHour.swift",
"Internal/Models/APIMetadata.swift",
"Internal/Models/APIWeather.swift",
"Internal/Models/APIWeatherAlerts.swift",
"Internal/Models/APIWeatherAvailability.swift",
"Internal/NetworkClient.swift",
"Internal/Protocols/Client.swift",
"Internal/Query.swift",
"Internal/Route.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/Precipitation.swift",
"Public/Characteristics/PressureTrend.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/HourWeather.swift",
"Public/Forecast/MinuteWeather.swift",
"Public/Forecast/WeatherAlert.swift",
"Public/Forecast/WeatherAvailability.swift",
"Public/Protocols/LocationProtocol.swift",
"Public/Requests/CurrentWeather.swift",
"Public/Requests/WeatherAttribution.swift",
"Public/Requests/WeatherMetadata.swift",
"Public/Requests/WeatherQuery.swift",
"Public/Weather.swift",
"Public/WeatherError.swift",
"Public/WeatherService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Copying Info.plist
[0/4] Write sources
[1/4] Copying Localizable.strings
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/54] Emitting module OpenWeatherKit
[6/59] Compiling OpenWeatherKit APIMetadata.swift
[7/59] Compiling OpenWeatherKit APIWeather.swift
[8/59] Compiling OpenWeatherKit APIWeatherAlerts.swift
[9/59] Compiling OpenWeatherKit APIWeatherAvailability.swift
[10/59] Compiling OpenWeatherKit NetworkClient.swift
[11/59] Compiling OpenWeatherKit Client.swift
[12/59] Compiling OpenWeatherKit Query.swift
[13/59] Compiling OpenWeatherKit Route.swift
[14/59] Compiling OpenWeatherKit WeatherProxy.swift
[15/59] Compiling OpenWeatherKit MoonEvents.swift
[16/59] Compiling OpenWeatherKit MoonPhase.swift
[17/59] Compiling OpenWeatherKit WeatherQuery+QueryItems.swift
[18/59] Compiling OpenWeatherKit Geocoder.swift
[19/59] Compiling OpenWeatherKit APICurrentWeather.swift
[20/59] Compiling OpenWeatherKit APIForecastDaily.swift
[21/59] Compiling OpenWeatherKit APIForecastHourly.swift
[22/59] Compiling OpenWeatherKit APIForecastNextHour.swift
[23/59] Compiling OpenWeatherKit PressureTrend.swift
[24/59] Compiling OpenWeatherKit UVIndex.swift
[25/59] Compiling OpenWeatherKit WeatherCondition.swift
[26/59] Compiling OpenWeatherKit WeatherSeverity.swift
[27/59] Compiling OpenWeatherKit Wind.swift
[28/59] Compiling OpenWeatherKit WeatherQuery.swift
[29/59] Compiling OpenWeatherKit Weather.swift
[30/59] Compiling OpenWeatherKit WeatherError.swift
[31/59] Compiling OpenWeatherKit WeatherService.swift
[32/59] Compiling OpenWeatherKit resource_bundle_accessor.swift
[33/59] Compiling OpenWeatherKit SunEvents.swift
[34/59] Compiling OpenWeatherKit AlertSummary.swift
[35/59] Compiling OpenWeatherKit AlertUrgency.swift
[36/59] Compiling OpenWeatherKit Certainty.swift
[37/59] Compiling OpenWeatherKit Precipitation.swift
[38/59] Compiling OpenWeatherKit DayWeather.swift
[39/59] Compiling OpenWeatherKit Forecast.swift
[40/59] Compiling OpenWeatherKit HourWeather.swift
[41/59] Compiling OpenWeatherKit MinuteWeather.swift
[42/59] Compiling OpenWeatherKit WeatherAlert.swift
[43/59] Compiling OpenWeatherKit APIWeatherAlerts+Map.swift
[44/59] Compiling OpenWeatherKit APIWeatherAvailability+Map.swift
[45/59] Compiling OpenWeatherKit Date+Utils.swift
[46/59] Compiling OpenWeatherKit Optional+Utils.swift
[47/59] Compiling OpenWeatherKit Sendable+Compat.swift
[48/59] Compiling OpenWeatherKit UnitSpeed.swift
[49/59] Compiling OpenWeatherKit APICurrentWeather+Map.swift
[50/59] Compiling OpenWeatherKit APIForecastDaily+Map.swift
[51/59] Compiling OpenWeatherKit APIForecastHourly+Map.swift
[52/59] Compiling OpenWeatherKit APIForecastNextHour+Map.swift
[53/59] Compiling OpenWeatherKit APIMetadata+Map.swift
[54/59] Compiling OpenWeatherKit APIWeather+Map.swift
[55/59] Compiling OpenWeatherKit WeatherAvailability.swift
[56/59] Compiling OpenWeatherKit LocationProtocol.swift
[57/59] Compiling OpenWeatherKit CurrentWeather.swift
[58/59] Compiling OpenWeatherKit WeatherAttribution.swift
[59/59] Compiling OpenWeatherKit WeatherMetadata.swift
Build complete! (6.29s)
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"
}
],
"products" : [
{
"name" : "OpenWeatherKit",
"targets" : [
"OpenWeatherKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenWeatherKitTests",
"module_type" : "SwiftTarget",
"name" : "OpenWeatherKitTests",
"path" : "Tests/OpenWeatherKitTests",
"sources" : [
"OpenWeatherKitTests.swift",
"Utils/Geocoder+Mock.swift",
"Utils/MockClient.swift",
"Utils/MockData.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/APIForecastDaily+Map.swift",
"Internal/Extensions/APIForecastHourly+Map.swift",
"Internal/Extensions/APIForecastNextHour+Map.swift",
"Internal/Extensions/APIMetadata+Map.swift",
"Internal/Extensions/APIWeather+Map.swift",
"Internal/Extensions/APIWeatherAlerts+Map.swift",
"Internal/Extensions/APIWeatherAvailability+Map.swift",
"Internal/Extensions/Date+Utils.swift",
"Internal/Extensions/Optional+Utils.swift",
"Internal/Extensions/Sendable+Compat.swift",
"Internal/Extensions/UnitSpeed.swift",
"Internal/Extensions/WeatherQuery+QueryItems.swift",
"Internal/Geocoder.swift",
"Internal/Models/APICurrentWeather.swift",
"Internal/Models/APIForecastDaily.swift",
"Internal/Models/APIForecastHourly.swift",
"Internal/Models/APIForecastNextHour.swift",
"Internal/Models/APIMetadata.swift",
"Internal/Models/APIWeather.swift",
"Internal/Models/APIWeatherAlerts.swift",
"Internal/Models/APIWeatherAvailability.swift",
"Internal/NetworkClient.swift",
"Internal/Protocols/Client.swift",
"Internal/Query.swift",
"Internal/Route.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/Precipitation.swift",
"Public/Characteristics/PressureTrend.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/HourWeather.swift",
"Public/Forecast/MinuteWeather.swift",
"Public/Forecast/WeatherAlert.swift",
"Public/Forecast/WeatherAvailability.swift",
"Public/Protocols/LocationProtocol.swift",
"Public/Requests/CurrentWeather.swift",
"Public/Requests/WeatherAttribution.swift",
"Public/Requests/WeatherMetadata.swift",
"Public/Requests/WeatherQuery.swift",
"Public/Weather.swift",
"Public/WeatherError.swift",
"Public/WeatherService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.