The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of open-weather-kit, reference main (593428), with Swift 6.0 for macOS (SPM) on 20 Feb 2025 21:39:53 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.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.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
========================================
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/1188] Fetching open-weather-kit
Fetched https://github.com/jagreenwood/open-weather-kit.git from cache (0.92s)
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 (593428b)
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.0
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.2.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
[1/4] Copying Localizable.strings
[2/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/54] Emitting module OpenWeatherKit
[6/59] Compiling OpenWeatherKit DayWeather.swift
[7/59] Compiling OpenWeatherKit Forecast.swift
[8/59] Compiling OpenWeatherKit HourWeather.swift
[9/59] Compiling OpenWeatherKit MinuteWeather.swift
[10/59] Compiling OpenWeatherKit WeatherAlert.swift
[11/59] Compiling OpenWeatherKit APIWeatherAlerts+Map.swift
[12/59] Compiling OpenWeatherKit APIWeatherAvailability+Map.swift
[13/59] Compiling OpenWeatherKit Date+Utils.swift
[14/59] Compiling OpenWeatherKit Optional+Utils.swift
[15/59] Compiling OpenWeatherKit Sendable+Compat.swift
[16/59] Compiling OpenWeatherKit UnitSpeed.swift
[17/59] Compiling OpenWeatherKit Query.swift
[18/59] Compiling OpenWeatherKit Route.swift
[19/59] Compiling OpenWeatherKit WeatherProxy.swift
[20/59] Compiling OpenWeatherKit MoonEvents.swift
[21/59] Compiling OpenWeatherKit MoonPhase.swift
[22/59] Compiling OpenWeatherKit PressureTrend.swift
[23/59] Compiling OpenWeatherKit UVIndex.swift
[24/59] Compiling OpenWeatherKit WeatherCondition.swift
[25/59] Compiling OpenWeatherKit WeatherSeverity.swift
[26/59] Compiling OpenWeatherKit Wind.swift
[27/59] Compiling OpenWeatherKit SunEvents.swift
[28/59] Compiling OpenWeatherKit AlertSummary.swift
[29/59] Compiling OpenWeatherKit AlertUrgency.swift
[30/59] Compiling OpenWeatherKit Certainty.swift
[31/59] Compiling OpenWeatherKit Precipitation.swift
[32/59] Compiling OpenWeatherKit WeatherQuery+QueryItems.swift
[33/59] Compiling OpenWeatherKit Geocoder.swift
[34/59] Compiling OpenWeatherKit APICurrentWeather.swift
[35/59] Compiling OpenWeatherKit APIForecastDaily.swift
[36/59] Compiling OpenWeatherKit APIForecastHourly.swift
[37/59] Compiling OpenWeatherKit APIForecastNextHour.swift
[38/59] Compiling OpenWeatherKit APICurrentWeather+Map.swift
[39/59] Compiling OpenWeatherKit APIForecastDaily+Map.swift
[40/59] Compiling OpenWeatherKit APIForecastHourly+Map.swift
[41/59] Compiling OpenWeatherKit APIForecastNextHour+Map.swift
[42/59] Compiling OpenWeatherKit APIMetadata+Map.swift
[43/59] Compiling OpenWeatherKit APIWeather+Map.swift
[44/59] Compiling OpenWeatherKit APIMetadata.swift
[45/59] Compiling OpenWeatherKit APIWeather.swift
[46/59] Compiling OpenWeatherKit APIWeatherAlerts.swift
[47/59] Compiling OpenWeatherKit APIWeatherAvailability.swift
[48/59] Compiling OpenWeatherKit NetworkClient.swift
[49/59] Compiling OpenWeatherKit Client.swift
[50/59] Compiling OpenWeatherKit WeatherAvailability.swift
[51/59] Compiling OpenWeatherKit LocationProtocol.swift
[52/59] Compiling OpenWeatherKit CurrentWeather.swift
[53/59] Compiling OpenWeatherKit WeatherAttribution.swift
[54/59] Compiling OpenWeatherKit WeatherMetadata.swift
[55/59] Compiling OpenWeatherKit WeatherQuery.swift
[56/59] Compiling OpenWeatherKit Weather.swift
[57/59] Compiling OpenWeatherKit WeatherError.swift
[58/59] Compiling OpenWeatherKit WeatherService.swift
[59/59] Compiling OpenWeatherKit resource_bundle_accessor.swift
Build complete! (19.60s)
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"
}
✅  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.0
Target:                   OpenWeatherKit
Extracting symbol information for 'OpenWeatherKit'...
Finished extracting symbol information for 'OpenWeatherKit'. (4.07s)
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:countryCode:)' doesn't exist at '/OpenWeatherKit/WeatherService'
  --> Extensions/WeatherService.md:18:5-18:30
16 |
17 | - ``weather(for:)``
18 + - ``weather(for:countryCode:)``
   |     ╰─suggestion: Replace 'weather(for:countryCode:)' with 'weather(for:countryCode:language:)'
19 | - ``weather(for:including:)``
20 | - ``weather(for:including:_:)``
warning: Parameter 'countryCode' is missing documentation
   --> ../Public/WeatherService.swift:125:53-125:53
123 |     ///
124 |     /// Returns the weather forecast for the requested location. Includes all available weather data sets.
125 +     /// - Parameter location: The requested location.
    |                                                     ╰─suggestion: Document 'countryCode' parameter
126 |     /// - Throws: Weather data error `WeatherError`
127 |     /// - Returns: The aggregate weather.
warning: Parameter 'language' is missing documentation
   --> ../Public/WeatherService.swift:125:53-125:53
123 |     ///
124 |     /// Returns the weather forecast for the requested location. Includes all available weather data sets.
125 +     /// - Parameter location: The requested location.
    |                                                     ╰─suggestion: Document 'language' parameter
126 |     /// - Throws: Weather data error `WeatherError`
127 |     /// - Returns: The aggregate weather.
warning: External name 'including' used to document parameter
   --> ../Public/WeatherService.swift:138:13-138:22
136 |     /// - Parameters:
137 |     ///    - location: The requested location.
138 +     ///    - including: Weather query
    |             ╰─suggestion: Replace 'including' with 'dataSet'
139 |     /// - Throws: Weather data error `WeatherError`
140 |     /// - Returns: The requested weather data set.
warning: External name 'including' used to document parameter
   --> ../Public/WeatherService.swift:174:13-174:22
172 |     /// - Parameters:
173 |     ///    - location: The requested location.
174 +     ///    - including: Weather queries
    |             ╰─suggestion: Replace 'including' with 'dataSet1'
175 |     /// - Throws: Weather data error `WeatherError`
176 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet2' is missing documentation
   --> ../Public/WeatherService.swift:174:39-174:39
172 |     /// - Parameters:
173 |     ///    - location: The requested location.
174 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet2' parameter
175 |     /// - Throws: Weather data error `WeatherError`
176 |     /// - Returns: The requested weather data set.
warning: External name 'including' used to document parameter
   --> ../Public/WeatherService.swift:216:13-216:22
214 |     /// - Parameters:
215 |     ///    - location: The requested location.
216 +     ///    - including: Weather queries
    |             ╰─suggestion: Replace 'including' with 'dataSet1'
217 |     /// - Throws: Weather data error `WeatherError`
218 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet3' is missing documentation
   --> ../Public/WeatherService.swift:216:39-216:39
214 |     /// - Parameters:
215 |     ///    - location: The requested location.
216 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet3' parameter
217 |     /// - Throws: Weather data error `WeatherError`
218 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet2' is missing documentation
   --> ../Public/WeatherService.swift:216:39-216:39
214 |     /// - Parameters:
215 |     ///    - location: The requested location.
216 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet2' parameter
217 |     /// - Throws: Weather data error `WeatherError`
218 |     /// - Returns: The requested weather data set.
warning: External name 'including' used to document parameter
   --> ../Public/WeatherService.swift:259:13-259:22
257 |     /// - Parameters:
258 |     ///    - location: The requested location.
259 +     ///    - including: Weather queries
    |             ╰─suggestion: Replace 'including' with 'dataSet1'
260 |     /// - Throws: Weather data error `WeatherError`
261 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet4' is missing documentation
   --> ../Public/WeatherService.swift:259:39-259:39
257 |     /// - Parameters:
258 |     ///    - location: The requested location.
259 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet4' parameter
260 |     /// - Throws: Weather data error `WeatherError`
261 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet3' is missing documentation
   --> ../Public/WeatherService.swift:259:39-259:39
257 |     /// - Parameters:
258 |     ///    - location: The requested location.
259 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet3' parameter
260 |     /// - Throws: Weather data error `WeatherError`
261 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet2' is missing documentation
   --> ../Public/WeatherService.swift:259:39-259:39
257 |     /// - Parameters:
258 |     ///    - location: The requested location.
259 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet2' parameter
260 |     /// - Throws: Weather data error `WeatherError`
261 |     /// - Returns: The requested weather data set.
warning: External name 'including' used to document parameter
   --> ../Public/WeatherService.swift:306:13-306:22
304 |     /// - Parameters:
305 |     ///    - location: The requested location.
306 +     ///    - including: Weather queries
    |             ╰─suggestion: Replace 'including' with 'dataSet1'
307 |     /// - Throws: Weather data error `WeatherError`
308 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet5' is missing documentation
   --> ../Public/WeatherService.swift:306:39-306:39
304 |     /// - Parameters:
305 |     ///    - location: The requested location.
306 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet5' parameter
307 |     /// - Throws: Weather data error `WeatherError`
308 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet4' is missing documentation
   --> ../Public/WeatherService.swift:306:39-306:39
304 |     /// - Parameters:
305 |     ///    - location: The requested location.
306 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet4' parameter
307 |     /// - Throws: Weather data error `WeatherError`
308 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet2' is missing documentation
   --> ../Public/WeatherService.swift:306:39-306:39
304 |     /// - Parameters:
305 |     ///    - location: The requested location.
306 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet2' parameter
307 |     /// - Throws: Weather data error `WeatherError`
308 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet3' is missing documentation
   --> ../Public/WeatherService.swift:306:39-306:39
304 |     /// - Parameters:
305 |     ///    - location: The requested location.
306 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet3' parameter
307 |     /// - Throws: Weather data error `WeatherError`
308 |     /// - Returns: The requested weather data set.
warning: External name 'including' used to document parameter
   --> ../Public/WeatherService.swift:357:13-357:22
355 |     /// - Parameters:
356 |     ///    - location: The requested location.
357 +     ///    - including: Weather queries
    |             ╰─suggestion: Replace 'including' with 'dataSet1'
358 |     /// - Throws: Weather data error `WeatherError`
359 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet3' is missing documentation
   --> ../Public/WeatherService.swift:357:39-357:39
355 |     /// - Parameters:
356 |     ///    - location: The requested location.
357 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet3' parameter
358 |     /// - Throws: Weather data error `WeatherError`
359 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet2' is missing documentation
   --> ../Public/WeatherService.swift:357:39-357:39
355 |     /// - Parameters:
356 |     ///    - location: The requested location.
357 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet2' parameter
358 |     /// - Throws: Weather data error `WeatherError`
359 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet5' is missing documentation
   --> ../Public/WeatherService.swift:357:39-357:39
355 |     /// - Parameters:
356 |     ///    - location: The requested location.
357 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet5' parameter
358 |     /// - Throws: Weather data error `WeatherError`
359 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet6' is missing documentation
   --> ../Public/WeatherService.swift:357:39-357:39
355 |     /// - Parameters:
356 |     ///    - location: The requested location.
357 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet6' parameter
358 |     /// - Throws: Weather data error `WeatherError`
359 |     /// - Returns: The requested weather data set.
warning: Parameter 'dataSet4' is missing documentation
   --> ../Public/WeatherService.swift:357:39-357:39
355 |     /// - Parameters:
356 |     ///    - location: The requested location.
357 +     ///    - including: Weather queries
    |                                       ╰─suggestion: Document 'dataSet4' parameter
358 |     /// - Throws: Weather data error `WeatherError`
359 |     /// - Returns: The requested weather data set.Finished building documentation for 'OpenWeatherKit' (0.65s)
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/2050] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.14s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3310] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.25s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
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.3
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
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit SemanticVersion.swift
[8/57] Compiling SymbolKit AccessControl.swift
[9/57] Compiling SymbolKit Availability.swift
[10/57] Compiling SymbolKit AvailabilityItem.swift
[11/57] Compiling SymbolKit Domain.swift
[12/57] Compiling SymbolKit Relationship.swift
[13/57] Compiling SymbolKit RelationshipKind.swift
[14/57] Compiling SymbolKit SourceOrigin.swift
[15/57] Compiling SymbolKit GenericConstraints.swift
[16/57] Compiling SymbolKit Swift.swift
[17/57] Compiling SymbolKit Mixin+Equals.swift
[18/57] Compiling SymbolKit Mixin+Hash.swift
[19/57] Compiling SymbolKit Mixin.swift
[20/57] Compiling SymbolKit LineList.swift
[21/57] Compiling SymbolKit Position.swift
[22/57] Compiling SymbolKit GenericConstraint.swift
[23/57] Compiling SymbolKit GenericParameter.swift
[24/57] Compiling SymbolKit Generics.swift
[25/57] Compiling SymbolKit Namespace.swift
[26/57] Compiling Snippets SnippetParser.swift
[27/57] Emitting module Snippets
[28/57] Compiling Snippets Snippet.swift
[29/57] Compiling SymbolKit Names.swift
[30/57] Compiling SymbolKit SPI.swift
[31/57] Compiling SymbolKit Snippet.swift
[32/57] Compiling SymbolKit Extension.swift
[33/57] Compiling SymbolKit Identifier.swift
[34/57] Compiling SymbolKit KindIdentifier.swift
[35/57] Compiling SymbolKit Location.swift
[36/57] Compiling SymbolKit Mutability.swift
[37/57] Compiling SymbolKit DeclarationFragments.swift
[38/57] Compiling SymbolKit Fragment.swift
[39/57] Compiling SymbolKit FragmentKind.swift
[40/57] Compiling SymbolKit FunctionParameter.swift
[41/57] Compiling SymbolKit FunctionSignature.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.swift
[47/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[48/57] Compiling SymbolKit UnifiedSymbol.swift
[49/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[51/57] Compiling SymbolKit Symbol.swift
[52/57] Compiling SymbolKit SymbolKind.swift
[53/57] Compiling SymbolKit SymbolGraph.swift
[54/57] Compiling SymbolKit GraphCollector.swift
[55/61] Emitting module snippet_extract
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Compiling snippet_extract URL+Status.swift
[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! (5.05s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/51] Compiling OpenWeatherKit APICurrentWeather+Map.swift
[3/51] Compiling OpenWeatherKit APIForecastDaily+Map.swift
[4/51] Compiling OpenWeatherKit APIForecastHourly+Map.swift
[5/51] Compiling OpenWeatherKit APIForecastNextHour+Map.swift
[6/51] Compiling OpenWeatherKit APIMetadata+Map.swift
[7/51] Compiling OpenWeatherKit APIWeather+Map.swift
[8/56] Compiling OpenWeatherKit Query.swift
[9/56] Compiling OpenWeatherKit Route.swift
[10/56] Compiling OpenWeatherKit WeatherProxy.swift
[11/56] Compiling OpenWeatherKit MoonEvents.swift
[12/56] Compiling OpenWeatherKit MoonPhase.swift
[13/56] Emitting module OpenWeatherKit
[14/56] Compiling OpenWeatherKit SunEvents.swift
[15/56] Compiling OpenWeatherKit AlertSummary.swift
[16/56] Compiling OpenWeatherKit AlertUrgency.swift
[17/56] Compiling OpenWeatherKit Certainty.swift
[18/56] Compiling OpenWeatherKit Precipitation.swift
[19/56] Compiling OpenWeatherKit PressureTrend.swift
[20/56] Compiling OpenWeatherKit UVIndex.swift
[21/56] Compiling OpenWeatherKit WeatherCondition.swift
[22/56] Compiling OpenWeatherKit WeatherSeverity.swift
[23/56] Compiling OpenWeatherKit Wind.swift
[24/56] Compiling OpenWeatherKit DayWeather.swift
[25/56] Compiling OpenWeatherKit Forecast.swift
[26/56] Compiling OpenWeatherKit HourWeather.swift
[27/56] Compiling OpenWeatherKit MinuteWeather.swift
[28/56] Compiling OpenWeatherKit WeatherAlert.swift
[29/56] Compiling OpenWeatherKit APIWeatherAlerts+Map.swift
[30/56] Compiling OpenWeatherKit APIWeatherAvailability+Map.swift
[31/56] Compiling OpenWeatherKit Date+Utils.swift
[32/56] Compiling OpenWeatherKit Optional+Utils.swift
[33/56] Compiling OpenWeatherKit Sendable+Compat.swift
[34/56] Compiling OpenWeatherKit UnitSpeed.swift
[35/56] Compiling OpenWeatherKit APIMetadata.swift
[36/56] Compiling OpenWeatherKit APIWeather.swift
[37/56] Compiling OpenWeatherKit APIWeatherAlerts.swift
[38/56] Compiling OpenWeatherKit APIWeatherAvailability.swift
[39/56] Compiling OpenWeatherKit NetworkClient.swift
[40/56] Compiling OpenWeatherKit Client.swift
[41/56] Compiling OpenWeatherKit WeatherQuery.swift
[42/56] Compiling OpenWeatherKit Weather.swift
[43/56] Compiling OpenWeatherKit WeatherError.swift
[44/56] Compiling OpenWeatherKit WeatherService.swift
[45/56] Compiling OpenWeatherKit resource_bundle_accessor.swift
[46/56] Compiling OpenWeatherKit WeatherAvailability.swift
[47/56] Compiling OpenWeatherKit LocationProtocol.swift
[48/56] Compiling OpenWeatherKit CurrentWeather.swift
[49/56] Compiling OpenWeatherKit WeatherAttribution.swift
[50/56] Compiling OpenWeatherKit WeatherMetadata.swift
[51/56] Compiling OpenWeatherKit WeatherQuery+QueryItems.swift
[52/56] Compiling OpenWeatherKit Geocoder.swift
[53/56] Compiling OpenWeatherKit APICurrentWeather.swift
[54/56] Compiling OpenWeatherKit APIForecastDaily.swift
[55/56] Compiling OpenWeatherKit APIForecastHourly.swift
[56/56] Compiling OpenWeatherKit APIForecastNextHour.swift
Build of target: 'OpenWeatherKit' complete! (2.02s)
    1180
8	/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: 1180
Doc size:   8.0MB
Preparing doc bundle ...
Uploading prod-jagreenwood-open-weather-kit-main-b87230c4.zip to s3://spi-docs-inbox/prod-jagreenwood-open-weather-kit-main-b87230c4.zip
Copying... [11%]
Copying... [23%]
Copying... [31%]
Copying... [42%]
Copying... [54%]
Copying... [61%]
Copying... [73%]
Copying... [80%]
Copying... [92%]
Copying... [100%]
Done.