Build Information
Successful build of open-weather-kit, reference main (593428
), with Swift 5.9 for macOS (SPM) on 20 Feb 2025 21:38:21 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jagreenwood/open-weather-kit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jagreenwood/open-weather-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 593428b update action name
Cloned https://github.com/jagreenwood/open-weather-kit.git
Revision (git rev-parse @):
593428bba4f187c8e59579556cd04571672e422b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jagreenwood/open-weather-kit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/jagreenwood/open-weather-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Copying Info.plist
[1/2] Copying Localizable.strings
[3/52] Emitting module OpenWeatherKit
[4/57] Compiling OpenWeatherKit Query.swift
[5/57] Compiling OpenWeatherKit Route.swift
[6/57] Compiling OpenWeatherKit WeatherProxy.swift
[7/57] Compiling OpenWeatherKit MoonEvents.swift
[8/57] Compiling OpenWeatherKit MoonPhase.swift
[9/57] Compiling OpenWeatherKit APICurrentWeather+Map.swift
[10/57] Compiling OpenWeatherKit APIForecastDaily+Map.swift
[11/57] Compiling OpenWeatherKit APIForecastHourly+Map.swift
[12/57] Compiling OpenWeatherKit APIForecastNextHour+Map.swift
[13/57] Compiling OpenWeatherKit APIMetadata+Map.swift
[14/57] Compiling OpenWeatherKit APIWeather+Map.swift
[15/57] Compiling OpenWeatherKit DayWeather.swift
[16/57] Compiling OpenWeatherKit Forecast.swift
[17/57] Compiling OpenWeatherKit HourWeather.swift
[18/57] Compiling OpenWeatherKit MinuteWeather.swift
[19/57] Compiling OpenWeatherKit WeatherAlert.swift
[20/57] Compiling OpenWeatherKit WeatherQuery.swift
[21/57] Compiling OpenWeatherKit Weather.swift
[22/57] Compiling OpenWeatherKit WeatherError.swift
[23/57] Compiling OpenWeatherKit WeatherService.swift
[24/57] Compiling OpenWeatherKit resource_bundle_accessor.swift
[25/57] Compiling OpenWeatherKit WeatherAvailability.swift
[26/57] Compiling OpenWeatherKit LocationProtocol.swift
[27/57] Compiling OpenWeatherKit CurrentWeather.swift
[28/57] Compiling OpenWeatherKit WeatherAttribution.swift
[29/57] Compiling OpenWeatherKit WeatherMetadata.swift
[30/57] Compiling OpenWeatherKit WeatherQuery+QueryItems.swift
[31/57] Compiling OpenWeatherKit Geocoder.swift
[32/57] Compiling OpenWeatherKit APICurrentWeather.swift
[33/57] Compiling OpenWeatherKit APIForecastDaily.swift
[34/57] Compiling OpenWeatherKit APIForecastHourly.swift
[35/57] Compiling OpenWeatherKit APIForecastNextHour.swift
[36/57] Compiling OpenWeatherKit APIMetadata.swift
[37/57] Compiling OpenWeatherKit APIWeather.swift
[38/57] Compiling OpenWeatherKit APIWeatherAlerts.swift
[39/57] Compiling OpenWeatherKit APIWeatherAvailability.swift
[40/57] Compiling OpenWeatherKit NetworkClient.swift
[41/57] Compiling OpenWeatherKit Client.swift
[42/57] Compiling OpenWeatherKit PressureTrend.swift
[43/57] Compiling OpenWeatherKit UVIndex.swift
[44/57] Compiling OpenWeatherKit WeatherCondition.swift
[45/57] Compiling OpenWeatherKit WeatherSeverity.swift
[46/57] Compiling OpenWeatherKit Wind.swift
[47/57] Compiling OpenWeatherKit APIWeatherAlerts+Map.swift
[48/57] Compiling OpenWeatherKit APIWeatherAvailability+Map.swift
[49/57] Compiling OpenWeatherKit Date+Utils.swift
[50/57] Compiling OpenWeatherKit Optional+Utils.swift
[51/57] Compiling OpenWeatherKit Sendable+Compat.swift
[52/57] Compiling OpenWeatherKit UnitSpeed.swift
[53/57] Compiling OpenWeatherKit SunEvents.swift
[54/57] Compiling OpenWeatherKit AlertSummary.swift
[55/57] Compiling OpenWeatherKit AlertUrgency.swift
[56/57] Compiling OpenWeatherKit Certainty.swift
[57/57] Compiling OpenWeatherKit Precipitation.swift
Build complete! (10.00s)
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.