The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of open-weather-kit, reference main (ef8518), with Swift 6.2 for macOS (SPM) on 6 Nov 2025 05:28:29 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
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 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 main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "open-weather-kit",
      "name": "open-weather-kit",
      "url": "https://github.com/jagreenwood/open-weather-kit.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/open-weather-kit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jagreenwood/open-weather-kit.git
[1/1641] Fetching open-weather-kit
Fetched https://github.com/jagreenwood/open-weather-kit.git from cache (0.90s)
Creating working copy for https://github.com/jagreenwood/open-weather-kit.git
Working copy of https://github.com/jagreenwood/open-weather-kit.git resolved at main (ef8518c)
warning: '.resolve-product-dependencies': dependency 'open-weather-kit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jagreenwood/open-weather-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying Info.plist
[2/4] Copying Localizable.strings
[3/4] Write swift-version-49B95AFC49DCD68C.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 CurrentWeather.swift
[17/99] Compiling OpenWeatherKit DailyWeatherStatisticsQuery.swift
[18/99] Compiling OpenWeatherKit DailyWeatherSummaryQuery.swift
[19/99] Compiling OpenWeatherKit HourlyWeatherStatisticsQuery.swift
[20/99] Compiling OpenWeatherKit MonthlyWeatherStatisticsQuery.swift
[21/99] Compiling OpenWeatherKit WeatherAttribution.swift
[22/99] Compiling OpenWeatherKit WeatherMetadata.swift
[23/99] Compiling OpenWeatherKit WeatherQuery.swift
[24/99] Compiling OpenWeatherKit DailyWeatherStatistics.swift
[25/99] Compiling OpenWeatherKit DayPartForecast.swift
[26/99] Compiling OpenWeatherKit Precipitation.swift
[27/99] Compiling OpenWeatherKit PrecipitationAmountByType.swift
[28/99] Compiling OpenWeatherKit PressureTrend.swift
[29/99] Compiling OpenWeatherKit SnowfallAmount.swift
[30/99] Compiling OpenWeatherKit UVIndex.swift
[31/99] Compiling OpenWeatherKit WeatherCondition.swift
[32/99] Compiling OpenWeatherKit WeatherSeverity.swift
[33/99] Compiling OpenWeatherKit Wind.swift
[34/99] Compiling OpenWeatherKit APICurrentWeather+Map.swift
[35/99] Compiling OpenWeatherKit APIDailyStatistics+Map.swift
[36/99] Compiling OpenWeatherKit APIDailySummary+Map.swift
[37/99] Compiling OpenWeatherKit APIForecastDaily+Map.swift
[38/99] Compiling OpenWeatherKit APIForecastHourly+Map.swift
[39/99] Compiling OpenWeatherKit APIForecastNextHour+Map.swift
[40/99] Compiling OpenWeatherKit APIHistoricalComparisons+Map.swift
[41/99] Compiling OpenWeatherKit APIHourlyStatistics+Map.swift
[42/99] Compiling OpenWeatherKit APIMetadata+Map.swift
[43/99] Compiling OpenWeatherKit APIMonthlyStatistics+Map.swift
[44/99] Compiling OpenWeatherKit StatisticsQuery.swift
[45/99] Compiling OpenWeatherKit WeatherProxy.swift
[46/99] Compiling OpenWeatherKit MoonEvents.swift
[47/99] Compiling OpenWeatherKit MoonPhase.swift
[48/99] Compiling OpenWeatherKit SunEvents.swift
[49/99] Compiling OpenWeatherKit AlertSummary.swift
[50/99] Compiling OpenWeatherKit AlertUrgency.swift
[51/99] Compiling OpenWeatherKit Certainty.swift
[52/99] Compiling OpenWeatherKit CloudCoverByAltitude.swift
[53/99] Compiling OpenWeatherKit APIWeather+Map.swift
[54/99] Compiling OpenWeatherKit APIWeatherAlerts+Map.swift
[55/99] Compiling OpenWeatherKit APIWeatherAvailability+Map.swift
[56/99] Compiling OpenWeatherKit APIWeatherChanges+Map.swift
[57/99] Compiling OpenWeatherKit Date+Utils.swift
[58/99] Compiling OpenWeatherKit DateFormatter+Utils.swift
[59/99] Compiling OpenWeatherKit Int+Utils.swift
[60/99] Compiling OpenWeatherKit Measurement+Utils.swift
[61/99] Compiling OpenWeatherKit Optional+Utils.swift
[62/99] Compiling OpenWeatherKit UnitSpeed.swift
[63/99] Compiling OpenWeatherKit DayWeather.swift
[64/99] Compiling OpenWeatherKit Forecast.swift
[65/99] Compiling OpenWeatherKit HistoricalComparisons.swift
[66/99] Compiling OpenWeatherKit HourWeather.swift
[67/99] Compiling OpenWeatherKit MinuteWeather.swift
[68/99] Compiling OpenWeatherKit WeatherAlert.swift
[69/99] Compiling OpenWeatherKit WeatherAvailability.swift
[70/99] Compiling OpenWeatherKit WeatherChanges.swift
[71/99] Compiling OpenWeatherKit LocationProtocol.swift
[72/99] Compiling OpenWeatherKit DayPrecipitationSummary.swift
[73/99] Compiling OpenWeatherKit DayTemperatureSummary.swift
[74/99] Compiling OpenWeatherKit Weather.swift
[75/99] Compiling OpenWeatherKit WeatherError.swift
[76/99] Compiling OpenWeatherKit WeatherService+Forecast.swift
[77/99] Compiling OpenWeatherKit WeatherService+Statistics.swift
[78/99] Compiling OpenWeatherKit WeatherService+Summary.swift
[79/99] Compiling OpenWeatherKit WeatherService.swift
[80/99] Compiling OpenWeatherKit resource_bundle_accessor.swift
[81/99] Compiling OpenWeatherKit DayPrecipitationStatistics.swift
[82/99] Compiling OpenWeatherKit DayTemperatureStatistics.swift
[83/99] Compiling OpenWeatherKit HourTemperatureStatistics.swift
[84/99] Compiling OpenWeatherKit HourlyWeatherStatistics.swift
[85/99] Compiling OpenWeatherKit MonthPrecipitationStatistics.swift
[86/99] Compiling OpenWeatherKit MonthTemperatureStatistics.swift
[87/99] Compiling OpenWeatherKit MonthlyWeatherStatistics.swift
[88/99] Compiling OpenWeatherKit Percentiles.swift
[89/99] Compiling OpenWeatherKit DailyWeatherSummary.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! (6.73s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/jagreenwood/open-weather-kit/main
Repository:               jagreenwood/open-weather-kit
Swift version used:       6.2
Target:                   OpenWeatherKit
Extracting symbol information for 'OpenWeatherKit'...
Finished extracting symbol information for 'OpenWeatherKit'. (2.02s)
Building documentation for 'OpenWeatherKit'...
warning: 'configure(_:)' doesn't exist at '/OpenWeatherKit/WeatherService'
  --> Extensions/WeatherService.md:8:5-8:18
6  |
7  | - ``WeatherService/Configuration``
8  + - ``configure(_:)``
   |     ╰─suggestion: Replace 'configure(_:)' with 'init(configuration:)'
9  |
10 | ### Creating the object
warning: 'shared' doesn't exist at '/OpenWeatherKit/WeatherService'
  --> Extensions/WeatherService.md:13:5-13:11
11 |
12 | - ``init(configuration:)``
13 + - ``shared``
14 |
15 | ### Obtaining forecasts
warning: 'weather(for:including:)' is ambiguous at '/OpenWeatherKit/WeatherService'
  --> Extensions/WeatherService.md:18:5-18:28
16 |
17 | - ``weather(for:)``
18 + - ``weather(for:including:)``
   |                            ├─suggestion: Insert '-(CLLocation,_)' for '@preconcurrency final func weather<each T>(for location: CLLocation, including dataSets: repeat WeatherQuery<each T>) async throws -> (repeat each T)'
   |                            ╰─suggestion: Insert '-(LocationProtocol,_)' for 'final func weather<T>(for location: any LocationProtocol, including dataSet: WeatherQuery<T>) async throws -> T'
19 | - ``weather(for:including:_:)``
20 | - ``weather(for:including:_:_:)``
warning: Parameter 'language' is missing documentation
  --> ../Public/WeatherService+Forecast.swift:34:53-34:53
32 |     ///
33 |     /// Returns the weather forecast for the requested location. Includes all available weather data sets.
34 +     /// - Parameter location: The requested location.
   |                                                     ╰─suggestion: Document 'language' parameter
35 |     /// - Throws: Weather data error `WeatherError`
36 |     /// - Returns: The aggregate weather.
warning: Parameter 'countryCode' is missing documentation
  --> ../Public/WeatherService+Forecast.swift:34:53-34:53
32 |     ///
33 |     /// Returns the weather forecast for the requested location. Includes all available weather data sets.
34 +     /// - Parameter location: The requested location.
   |                                                     ╰─suggestion: Document 'countryCode' parameter
35 |     /// - Throws: Weather data error `WeatherError`
36 |     /// - Returns: The aggregate weather.
warning: Parameter 'timezone' is missing documentation
  --> ../Public/WeatherService+Forecast.swift:34:53-34:53
32 |     ///
33 |     /// Returns the weather forecast for the requested location. Includes all available weather data sets.
34 +     /// - Parameter location: The requested location.
   |                                                     ╰─suggestion: Document 'timezone' parameter
35 |     /// - Throws: Weather data error `WeatherError`
36 |     /// - Returns: The aggregate weather.
warning: Parameter 'including' is missing documentation
  --> ../Public/WeatherService+Statistics.swift:18:64-18:64
16 |     ///   - location: The requested location.
17 |     ///   - startDay: The first day of the span, between 1 and 366.
18 +     ///   - endDay: The last day of the span, between 1 and 366.
   |                                                                ╰─suggestion: Document 'including' parameter
19 |     /// - Throws: Weather data error `WeatherError`
20 |     /// - Returns: The requested daily weather statistics
warning: Parameter 'including' is missing documentation
  --> ../Public/WeatherService+Statistics.swift:77:161-77:161
75 |     /// - Parameters:
76 |     ///   - location: The requested location.
77 +     ///   - interval: The date interval for which to obtain daily weather statistics. The end date of the interval will be capped at 1 year after the start date.
   |                                                                                                                                                                 ╰─suggestion: Document 'including' parameter
78 |     /// - Throws: Weather data error `WeatherError`
79 |     /// - Returns: The requested daily weather statistics.
warning: Parameter 'including' is missing documentation
   --> ../Public/WeatherService+Statistics.swift:129:45-129:45
127 |     ///
128 |     /// - Parameters:
129 +     ///   - location: The requested location.
    |                                             ╰─suggestion: Document 'including' parameter
130 |     /// - Throws: Weather data error `WeatherError`
131 |     /// - Returns: The requested daily weather statistics.
warning: Parameter 'including' is missing documentation
   --> ../Public/WeatherService+Statistics.swift:166:67-166:67
164 |     ///   - location: The requested location.
165 |     ///   - startHour: The first hour of the span, between 1 and 8784.
166 +     ///   - endHour: The last hour of the span, between 1 and 8784.
    |                                                                   ╰─suggestion: Document 'including' parameter
167 |     /// - Throws: Weather data error `WeatherError`
168 |     /// - Returns: The requested hourly weather statistics.
warning: Parameter 'including' is missing documentation
   --> ../Public/WeatherService+Statistics.swift:215:86-215:86
213 |     /// - Parameters:
214 |     ///   - location: The requested location.
215 +     ///   - interval: The date interval for which to obtain hourly weather statistics.
    |                                                                                      ╰─suggestion: Document 'including' parameter
216 |     /// - Throws: Weather data error `WeatherError`
217 |     /// - Returns: The requested hourly weather statistics.
warning: Parameter 'interval' not found in instance method declaration
   --> ../Public/WeatherService+Statistics.swift:253:10-253:86
251 |     /// - Parameters:
252 |     ///   - location: The requested location.
253 +     ///   - interval: The date interval for which to obtain hourly weather statistics.
    |          ╰─suggestion: Remove 'interval' parameter documentation
254 |     /// - Throws: Weather data error `WeatherError`
255 |     /// - Returns: The requested hourly weather statistics.
warning: Parameter 'including' is missing documentation
   --> ../Public/WeatherService+Statistics.swift:253:86-253:86
251 |     /// - Parameters:
252 |     ///   - location: The requested location.
253 +     ///   - interval: The date interval for which to obtain hourly weather statistics.
    |                                                                                      ╰─suggestion: Document 'including' parameter
254 |     /// - Throws: Weather data error `WeatherError`
255 |     /// - Returns: The requested hourly weather statistics.
warning: Parameter 'including' is missing documentation
   --> ../Public/WeatherService+Statistics.swift:290:67-290:67
288 |     ///   - location: The requested location.
289 |     ///   - startMonth: The first month of the span, between 1 and 12.
290 +     ///   - endMonth: The last month of the span, between 1 and 12.
    |                                                                   ╰─suggestion: Document 'including' parameter
291 |     /// - Throws: Weather data error `WeatherError`
292 |     /// - Returns: The requested monthly weather statistics.
warning: Parameter 'including' is missing documentation
   --> ../Public/WeatherService+Statistics.swift:339:163-339:163
337 |     /// - Parameters:
338 |     ///   - location: The requested location.
339 +     ///   - interval: The date interval for which to obtain monthly weather statistics. The end date of the interval will be capped at 1 year after the start date.
    |                                                                                                                                                                   ╰─suggestion: Document 'including' parameter
340 |     /// - Throws: Weather data error `WeatherError`
341 |     /// - Returns: The requested monthly weather statistics.
warning: Parameter 'including' is missing documentation
   --> ../Public/WeatherService+Statistics.swift:375:45-375:45
373 |     ///
374 |     /// - Parameters:
375 +     ///   - location: The requested location.
    |                                             ╰─suggestion: Document 'including' parameter
376 |     /// - Throws: Weather data error `WeatherError`
377 |     /// - Returns: The requested monthly weather statistics
warning: Parameter 'including' is missing documentation
  --> ../Public/WeatherService+Summary.swift:19:64-19:64
17 |     ///   - location: The requested location.
18 |     ///   - startDay: The first day of the span, between 1 and 366.
19 +     ///   - endDay: The last day of the span, between 1 and 366.
   |                                                                ╰─suggestion: Document 'including' parameter
20 |     /// - Throws: Weather data error `WeatherError`
21 |     /// - Returns: The requested daily weather statistics
warning: Parameter 'including' is missing documentation
  --> ../Public/WeatherService+Summary.swift:78:158-78:158
76 |     /// - Parameters:
77 |     ///   - location: The requested location.
78 +     ///   - interval: The date interval for which to obtain day weather summaries. The end date of the interval will be capped at 1 year after the start date.
   |                                                                                                                                                              ╰─suggestion: Document 'including' parameter
79 |     /// - Throws: Weather data error `WeatherError`
80 |     /// - Returns: The requested day weather summaries.
warning: Parameter 'including' is missing documentation
   --> ../Public/WeatherService+Summary.swift:126:45-126:45
124 |     ///
125 |     /// - Parameters:
126 +     ///   - location: The requested location.
    |                                             ╰─suggestion: Document 'including' parameter
127 |     /// - Throws: Weather data error `WeatherError`
128 |     /// - Returns: The requested day weather summaries.
Finished building documentation for 'OpenWeatherKit' (0.86s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/jagreenwood/open-weather-kit/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2160] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (4.48s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (6.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3571] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.80s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Emitting module SymbolKit
[8/53] Compiling Snippets SnippetParser.swift
[9/57] Compiling SymbolKit Identifier.swift
[10/57] Compiling SymbolKit KindIdentifier.swift
[11/57] Compiling SymbolKit Location.swift
[12/57] Compiling SymbolKit Mutability.swift
[13/57] Emitting module Snippets
[14/57] Compiling SymbolKit Relationship.swift
[15/57] Compiling SymbolKit RelationshipKind.swift
[16/57] Compiling SymbolKit SourceOrigin.swift
[17/57] Compiling SymbolKit GenericConstraints.swift
[18/57] Compiling SymbolKit Swift.swift
[19/57] Compiling SymbolKit Mixin+Equals.swift
[20/57] Compiling SymbolKit Mixin+Hash.swift
[21/57] Compiling SymbolKit Mixin.swift
[22/57] Compiling SymbolKit LineList.swift
[23/57] Compiling SymbolKit Position.swift
[24/57] Compiling SymbolKit DeclarationFragments.swift
[25/57] Compiling SymbolKit Fragment.swift
[26/57] Compiling SymbolKit FragmentKind.swift
[27/57] Compiling SymbolKit FunctionParameter.swift
[28/57] Compiling SymbolKit FunctionSignature.swift
[29/57] Compiling SymbolKit SemanticVersion.swift
[30/57] Compiling SymbolKit AccessControl.swift
[31/57] Compiling SymbolKit Availability.swift
[32/57] Compiling SymbolKit AvailabilityItem.swift
[33/57] Compiling SymbolKit Domain.swift
[34/57] Compiling SymbolKit Names.swift
[35/57] Compiling SymbolKit SPI.swift
[36/57] Compiling SymbolKit Snippet.swift
[37/57] Compiling SymbolKit Extension.swift
[38/57] Compiling SymbolKit GenericConstraint.swift
[39/57] Compiling SymbolKit GenericParameter.swift
[40/57] Compiling SymbolKit Generics.swift
[41/57] Compiling SymbolKit Namespace.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit SourceRange.swift
[47/57] Compiling SymbolKit Metadata.swift
[48/57] Compiling SymbolKit Module.swift
[49/57] Compiling SymbolKit OperatingSystem.swift
[50/57] Compiling SymbolKit Platform.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.46s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'OpenWeatherKit' complete! (0.19s)
    2744
18	/Users/admin/builder/spi-builder-workspace/.docs/jagreenwood/open-weather-kit/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/jagreenwood/open-weather-kit/main
File count: 2744
Doc size:   18.0MB
Preparing doc bundle ...
Uploading prod-jagreenwood-open-weather-kit-main-5bf19d8a.zip to s3://spi-docs-inbox/prod-jagreenwood-open-weather-kit-main-5bf19d8a.zip
Copying... [11%]
Copying... [22%]
Copying... [31%]
Copying... [41%]
Copying... [50%]
Copying... [61%]
Copying... [70%]
Copying... [81%]
Copying... [92%]
Copying... [100%]
Done.