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

Failed to build open-weather-kit, reference 2.0.0 (ef8518), with Swift 6.1 for Android on 6 Nov 2025 05:40:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build 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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         android
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
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "async-http-client",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-server/async-http-client.git"
    }
  ],
  "manifest_display_name" : "open-weather-kit",
  "name" : "open-weather-kit",
  "path" : "/host/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_dependencies" : [
        "AsyncHTTPClient"
      ],
      "product_memberships" : [
        "OpenWeatherKit"
      ],
      "resources" : [
        {
          "path" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/swift-server/async-http-client.git
[1/14407] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.61s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.29.1 (2.80s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5533] Fetching swift-distributed-tracing
[112/8318] Fetching swift-distributed-tracing, swift-nio-transport-services
[1694/12619] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-log
[2812/18642] Fetching swift-distributed-tracing, swift-nio-transport-services, swift-log, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.95s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-algorithms.git from cache (1.09s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.17s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (1.28s)
[1/11708] Fetching swift-nio-http2
[2694/18022] Fetching swift-nio-http2, swift-nio-extras
[2884/33310] Fetching swift-nio-http2, swift-nio-extras, swift-nio-ssl
[4307/35130] Fetching swift-nio-http2, swift-nio-extras, swift-nio-ssl, swift-atomics
[21506/115096] Fetching swift-nio-http2, swift-nio-extras, swift-nio-ssl, swift-atomics, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.19s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.19s)
[13957/106962] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.97s)
[12186/95254] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.15s)
[63174/79966] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (12.09s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (15.49s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.39s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.60s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.01s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (4.19s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.2 (1.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.21s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.14s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.30.0 (1.30s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1204] Fetching swift-http-structured-headers
[50/6874] Fetching swift-http-structured-headers, swift-async-algorithms
[1707/9436] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
[2277/10375] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-http-types
[2433/17046] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates
[3171/18699] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.92s)
[11607/17495] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.10s)
[14308/15842] Fetching swift-async-algorithms, swift-service-lifecycle, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (1.23s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.23s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.53s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.54s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (2.73s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.24s)
Fetching https://github.com/apple/swift-collections.git
[1/18286] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.10s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (5.94s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (4.12s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.03s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.5.0 (1.32s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (1.85s)
Fetching https://github.com/apple/swift-system.git
[1/5167] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.71s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (1.85s)
Fetching https://github.com/apple/swift-crypto.git
[1/17428] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.40s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (4.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (3.72s)
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.29.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.88.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.1.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.15.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.30.0
Building for debugging...
[0/446] Copying Localizable.strings
[0/446] Write sources
[0/446] Copying Info.plist
[0/446] Write sources
[24/446] Compiling CNIODarwin shim.c
[25/446] Compiling CNIOLinux liburing_shims.c
[26/446] Compiling CNIOWindows WSAStartup.c
[26/446] Write sources
[32/446] Compiling CNIOWindows shim.c
[33/446] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[34/446] Compiling CNIOWASI CNIOWASI.c
[35/446] Compiling CNIOPosix event_loop_id.c
[36/446] Compiling _NumericsShims _NumericsShims.c
[37/446] Compiling _AtomicsShims.c
[38/446] Compiling CNIOLLHTTP c_nio_http.c
[39/446] Compiling CNIOExtrasZlib empty.c
[40/446] Compiling fiat_p256_adx_sqr.S
[41/446] Compiling CNIOLLHTTP c_nio_api.c
[42/446] Compiling CNIOLinux shim.c
[43/446] Compiling fiat_p256_adx_mul.S
[44/446] Compiling fiat_curve25519_adx_square.S
[45/446] Compiling fiat_curve25519_adx_mul.S
[46/446] Write swift-version-24593BA9C3E375BF.txt
[47/446] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/450] Compiling CNIOBoringSSLShims shims.c
[50/452] Emitting module _NIOBase64
[51/452] Emitting module _NIODataStructures
[51/452] Compiling tls_method.cc
[52/452] Compiling tls13_server.cc
[53/452] Compiling tls_record.cc
[54/452] Compiling tls13_enc.cc
[55/452] Compiling tls13_client.cc
[56/452] Compiling tls13_both.cc
[58/505] Emitting module InternalCollectionsUtilities
[59/507] Compiling RealModule Float80+Real.swift
[60/508] Compiling Atomics UnsafeAtomic.swift
[61/508] Compiling Atomics UnsafeAtomicLazyReference.swift
[62/508] Compiling RealModule Float16+Real.swift
[63/508] Emitting module RealModule
[64/508] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[65/508] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[68/510] Compiling ServiceContextModule ServiceContext.swift
[69/510] Emitting module ServiceContextModule
[70/510] Compiling ServiceContextModule ServiceContextKey.swift
[71/511] Compiling RealModule Real.swift
[72/511] Compiling Atomics AtomicMemoryOrderings.swift
[73/511] Compiling Atomics DoubleWord.swift
[76/511] Compiling Atomics AtomicStorage.swift
[77/511] Compiling Atomics AtomicValue.swift
[80/511] Compiling RealModule RealFunctions.swift
[81/511] Compiling Atomics AtomicOptionalWrappable.swift
[82/511] Compiling Atomics AtomicReference.swift
[85/511] Compiling Atomics AtomicBool.swift
[86/511] Compiling Atomics IntegerConformances.swift
[87/511] Compiling Atomics AtomicInteger.swift
[90/511] Compiling _NIODataStructures _TinyArray.swift
[91/511] Compiling Atomics PointerConformances.swift
[92/511] Compiling Atomics Primitives.native.swift
[93/511] Compiling Atomics OptionalRawRepresentable.swift
[94/511] Compiling Atomics RawRepresentable.swift
[94/511] Compiling t1_enc.cc
[103/512] Compiling _NIOBase64 Base64.swift
[104/513] Compiling _NIODataStructures PriorityQueue.swift
[105/513] Compiling _NIODataStructures Heap.swift
[108/514] Compiling RealModule RelaxedArithmetic.swift
[112/515] Compiling Atomics IntegerOperations.swift
[113/515] Compiling Atomics Unmanaged extensions.swift
[114/546] Compiling Instrumentation NoOpInstrument.swift
[115/546] Compiling Instrumentation MultiplexInstrument.swift
[116/546] Emitting module Atomics
[117/546] Compiling Algorithms AdjacentPairs.swift
[118/546] Compiling Algorithms Chain.swift
[119/546] Compiling Algorithms Chunked.swift
[120/546] Compiling Algorithms Combinations.swift
[121/546] Compiling Algorithms FlattenCollection.swift
[122/546] Compiling Algorithms Grouped.swift
[124/562] Compiling Algorithms RandomSample.swift
[125/562] Compiling Algorithms Reductions.swift
[126/562] Compiling Algorithms Rotate.swift
[127/562] Compiling Algorithms Split.swift
[128/562] Compiling Algorithms Stride.swift
[129/562] Compiling Algorithms Suffix.swift
[130/565] Compiling DequeModule Deque+CustomReflectable.swift
[131/565] Compiling DequeModule Deque+Descriptions.swift
[132/567] Compiling DequeModule _DequeBuffer.swift
[133/567] Compiling DequeModule _DequeBufferHeader.swift
[133/567] Compiling ssl_transcript.cc
[134/567] Compiling ssl_versions.cc
[136/567] Compiling DequeModule Deque+Equatable.swift
[137/567] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[140/567] Compiling DequeModule Deque+Extras.swift
[141/567] Compiling DequeModule Deque+Hashable.swift
[142/567] Compiling DequeModule Deque._UnsafeHandle.swift
[143/567] Compiling DequeModule Deque.swift
[144/567] Compiling DequeModule Deque+Testing.swift
[145/567] Compiling DequeModule Deque._Storage.swift
[146/567] Compiling DequeModule _UnsafeWrappedBuffer.swift
[147/567] Compiling Algorithms Permutations.swift
[148/567] Compiling Algorithms Product.swift
[151/567] Compiling DequeModule _DequeSlot.swift
[151/567] Compiling ssl_stat.cc
[152/567] Compiling ssl_x509.cc
[156/567] Compiling DequeModule Deque+Codable.swift
[157/567] Compiling DequeModule Deque+Collection.swift
[158/567] Emitting module Logging
[159/567] Compiling Instrumentation Instrument.swift
[160/567] Emitting module Instrumentation
[161/567] Compiling Instrumentation InstrumentationSystem.swift
[162/567] Compiling Instrumentation Locks.swift
[163/568] Compiling Logging MetadataProvider.swift
[164/568] Compiling Logging Locks.swift
[165/568] Compiling Logging LogHandler.swift
[166/568] Compiling Logging Logging.swift
[168/569] Compiling Algorithms Trim.swift
[169/569] Compiling Algorithms Unique.swift
[170/569] Compiling Algorithms Windows.swift
[182/577] Compiling Tracing InstrumentationSystem+Tracing.swift
[183/577] Emitting module DequeModule
[184/578] Compiling Tracing TracingTime.swift
[185/578] Emitting module Tracing
[186/578] Compiling Tracing TracerProtocol+Legacy.swift
[188/578] Compiling Tracing Tracer.swift
[189/578] Compiling Tracing TracerProtocol.swift
[189/578] Compiling ssl_key_share.cc
[191/578] Emitting module Algorithms
[192/579] Compiling ssl_session.cc
[194/579] Compiling Tracing NoOpTracer.swift
[195/579] Compiling Tracing SpanProtocol.swift
[196/580] Compiling ssl_privkey.cc
[197/580] Compiling ssl_file.cc
[198/580] Compiling ssl_cipher.cc
[199/580] Compiling ssl_lib.cc
[200/580] Compiling ssl_credential.cc
[201/580] Compiling ssl_buffer.cc
[202/580] Compiling ssl_asn1.cc
[203/580] Compiling ssl_cert.cc
[204/580] Compiling ssl_aead_ctx.cc
[205/580] Compiling s3_lib.cc
[206/580] Compiling s3_pkt.cc
[207/580] Compiling handshake_client.cc
[208/580] Compiling s3_both.cc
[209/580] Compiling handshake_server.cc
[210/580] Compiling extensions.cc
[211/580] Compiling encrypted_client_hello.cc
[212/580] Compiling handshake.cc
[213/580] Compiling handoff.cc
[214/580] Compiling md5-x86_64-linux.S
[215/580] Compiling md5-x86_64-apple.S
[216/580] Compiling md5-586-linux.S
[217/580] Compiling d1_pkt.cc
[218/580] Compiling md5-586-apple.S
[219/580] Compiling chacha20_poly1305_x86_64-linux.S
[220/580] Compiling chacha20_poly1305_x86_64-apple.S
[221/580] Compiling chacha20_poly1305_armv8-win.S
[222/580] Compiling dtls_record.cc
[223/580] Compiling chacha20_poly1305_armv8-linux.S
[224/580] Compiling chacha20_poly1305_armv8-apple.S
[225/580] Compiling chacha-x86_64-linux.S
[226/580] Compiling chacha-x86_64-apple.S
[227/580] Compiling chacha-x86-linux.S
[228/580] Compiling chacha-x86-apple.S
[229/580] Compiling d1_srtp.cc
[230/580] Compiling chacha-armv8-linux.S
[231/580] Compiling chacha-armv8-win.S
[232/580] Compiling dtls_method.cc
[233/580] Compiling chacha-armv8-apple.S
[234/580] Compiling chacha-armv4-linux.S
[235/580] Compiling aes128gcmsiv-x86_64-linux.S
[236/580] Compiling aes128gcmsiv-x86_64-apple.S
[237/580] Compiling x86_64-mont5-linux.S
[238/580] Compiling x86_64-mont-linux.S
[239/580] Compiling x86_64-mont5-apple.S
[240/580] Compiling err_data.cc
[241/580] Compiling x86_64-mont-apple.S
[242/580] Compiling x86-mont-linux.S
[243/580] Compiling vpaes-x86_64-linux.S
[244/580] Compiling x86-mont-apple.S
[245/580] Compiling vpaes-x86_64-apple.S
[246/580] Compiling vpaes-armv8-win.S
[247/580] Compiling vpaes-x86-linux.S
[248/580] Compiling vpaes-x86-apple.S
[249/580] Compiling vpaes-armv8-linux.S
[250/580] Compiling vpaes-armv8-apple.S
[251/580] Compiling vpaes-armv7-linux.S
[252/580] Compiling sha512-x86_64-linux.S
[253/580] Compiling sha512-x86_64-apple.S
[254/580] Compiling sha512-armv8-win.S
[255/580] Compiling sha512-armv8-linux.S
[256/580] Compiling sha512-armv4-linux.S
[256/580] Compiling sha512-armv8-apple.S
[258/580] Compiling sha512-586-linux.S
[259/580] Compiling sha512-586-apple.S
[260/580] Compiling sha256-x86_64-apple.S
[261/580] Compiling sha256-x86_64-linux.S
[262/580] Compiling sha256-armv8-win.S
[263/580] Compiling sha256-armv8-apple.S
[264/580] Compiling sha256-armv8-linux.S
[265/580] Compiling sha256-armv4-linux.S
[266/580] Compiling sha256-586-linux.S
[267/580] Compiling sha256-586-apple.S
[268/580] Compiling sha1-armv8-win.S
[269/580] Compiling sha1-x86_64-linux.S
[270/580] Compiling sha1-x86_64-apple.S
[271/580] Compiling sha1-armv8-apple.S
[272/580] Compiling sha1-586-linux.S
[273/580] Compiling sha1-armv4-large-linux.S
[274/580] Compiling sha1-armv8-linux.S
[275/580] Compiling sha1-586-apple.S
[276/580] Compiling rdrand-x86_64-linux.S
[277/580] Compiling rsaz-avx2-linux.S
[278/580] Compiling rsaz-avx2-apple.S
[279/580] Compiling rdrand-x86_64-apple.S
[280/580] Compiling p256_beeu-armv8-asm-win.S
[281/580] Compiling p256_beeu-x86_64-asm-linux.S
[282/580] Compiling p256_beeu-x86_64-asm-apple.S
[283/580] Compiling p256_beeu-armv8-asm-apple.S
[284/580] Compiling p256-x86_64-asm-linux.S
[285/580] Compiling p256_beeu-armv8-asm-linux.S
[286/580] Compiling p256-x86_64-asm-apple.S
[287/580] Compiling d1_lib.cc
[288/580] Compiling p256-armv8-asm-win.S
[289/580] Compiling bio_ssl.cc
[290/580] Compiling ghashv8-armv8-win.S
[291/580] Compiling p256-armv8-asm-apple.S
[292/580] Compiling p256-armv8-asm-linux.S
[293/580] Compiling ghashv8-armv8-linux.S
[294/580] Compiling ghashv8-armv7-linux.S
[295/580] Compiling ghash-x86_64-apple.S
[296/580] Compiling ghashv8-armv8-apple.S
[297/580] Compiling ghash-x86-apple.S
[298/580] Compiling ghash-x86_64-linux.S
[299/580] Compiling ghash-x86-linux.S
[300/580] Compiling ghash-ssse3-x86_64-linux.S
[301/580] Compiling d1_both.cc
[302/580] Compiling ghash-ssse3-x86_64-apple.S
[302/580] Compiling ghash-neon-armv8-win.S
[304/580] Compiling ghash-ssse3-x86-linux.S
[305/580] Compiling ghash-ssse3-x86-apple.S
[306/580] Compiling ghash-neon-armv8-linux.S
[307/580] Compiling ghash-neon-armv8-apple.S
[308/580] Compiling ghash-armv4-linux.S
[309/580] Compiling co-586-apple.S
[310/580] Compiling co-586-linux.S
[311/580] Compiling bn-armv8-apple.S
[312/580] Compiling bn-armv8-linux.S
[313/580] Compiling bsaes-armv7-linux.S
[314/580] Compiling bn-armv8-win.S
[315/580] Compiling bn-586-linux.S
[316/580] Compiling bn-586-apple.S
[317/580] Compiling armv8-mont-win.S
[318/580] Compiling aesv8-gcm-armv8-win.S
[319/580] Compiling armv4-mont-linux.S
[320/580] Compiling armv8-mont-apple.S
[321/580] Compiling aesv8-armv8-win.S
[321/580] Compiling aesv8-gcm-armv8-linux.S
[321/580] Compiling aesv8-gcm-armv8-apple.S
[324/580] Compiling aesv8-armv8-apple.S
[325/580] Compiling armv8-mont-linux.S
[326/580] Compiling aesv8-armv8-linux.S
[327/580] Compiling aesni-x86-linux.S
[328/580] Compiling aesv8-armv7-linux.S
[329/580] Compiling aesni-gcm-x86_64-linux.S
[330/580] Compiling aesni-x86_64-apple.S
[331/580] Compiling aesni-x86_64-linux.S
[332/580] Compiling aesni-x86-apple.S
[333/580] Compiling aes-gcm-avx2-x86_64-apple.S
[334/580] Compiling aesni-gcm-x86_64-apple.S
[335/580] Compiling aes-gcm-avx2-x86_64-linux.S
[336/580] Compiling aes-gcm-avx10-x86_64-linux.S
[337/580] Compiling aes-gcm-avx10-x86_64-apple.S
[338/580] Compiling x_spki.cc
[339/580] Compiling x_exten.cc
[340/580] Compiling x_req.cc
[341/580] Compiling x_x509.cc
[342/580] Compiling x_x509a.cc
[343/580] Compiling x_name.cc
[344/580] Compiling x_val.cc
[345/580] Compiling x_sig.cc
[346/580] Compiling x_pubkey.cc
[347/580] Compiling x509name.cc
[348/580] Compiling x_crl.cc
[349/580] Compiling x_attrib.cc
[350/580] Compiling x_all.cc
[351/580] Compiling x509rset.cc
[352/580] Compiling x509cset.cc
[353/580] Compiling x509spki.cc
[354/580] Compiling x_algor.cc
[355/580] Compiling x509_vpm.cc
[356/580] Compiling x509_lu.cc
[357/580] Compiling x509_obj.cc
[358/580] Compiling x509_v3.cc
[359/580] Compiling x509_vfy.cc
[360/580] Compiling x509_set.cc
[361/580] Compiling x509_txt.cc
[362/580] Compiling x509_trs.cc
[363/580] Compiling x509_req.cc
[364/580] Compiling x509_att.cc
[365/580] Compiling x509_ext.cc
[366/580] Compiling x509_d2.cc
[367/580] Compiling x509_cmp.cc
[368/580] Compiling x509.cc
[369/580] Compiling x509_def.cc
[370/580] Compiling v3_utl.cc
[371/580] Compiling v3_skey.cc
[372/580] Compiling v3_prn.cc
[373/580] Compiling v3_purp.cc
[374/580] Compiling v3_pmaps.cc
[375/580] Compiling v3_pcons.cc
[376/580] Compiling v3_ocsp.cc
[377/580] Compiling v3_ncons.cc
[378/580] Compiling v3_int.cc
[379/580] Compiling v3_lib.cc
[380/580] Compiling v3_genn.cc
[381/580] Compiling v3_ia5.cc
[382/580] Compiling v3_info.cc
[383/580] Compiling v3_cpols.cc
[384/580] Compiling v3_extku.cc
[385/580] Compiling v3_akeya.cc
[386/580] Compiling v3_enum.cc
[387/580] Compiling v3_crld.cc
[388/580] Compiling t_x509a.cc
[389/580] Compiling v3_conf.cc
[390/580] Compiling v3_bitst.cc
[391/580] Compiling v3_bcons.cc
[392/580] Compiling v3_alt.cc
[393/580] Compiling v3_akey.cc
[394/580] Compiling t_x509.cc
[395/580] Compiling t_crl.cc
[396/580] Compiling i2d_pr.cc
[397/580] Compiling rsa_pss.cc
[398/580] Compiling t_req.cc
[399/580] Compiling policy.cc
[400/580] Compiling name_print.cc
[401/580] Compiling by_dir.cc
[402/580] Compiling by_file.cc
[403/580] Compiling a_verify.cc
[404/580] Compiling asn1_gen.cc
[405/580] Compiling algorithm.cc
[406/580] Compiling a_sign.cc
[407/580] Compiling a_digest.cc
[408/580] Compiling trust_token.cc
[409/580] Compiling voprf.cc
[410/580] Compiling thread_win.cc
[411/580] Compiling pmbtoken.cc
[412/580] Compiling thread_pthread.cc
[413/580] Compiling thread_none.cc
[414/580] Compiling thread.cc
[415/580] Compiling sha256.cc
[416/580] Compiling stack.cc
[417/580] Compiling spake2plus.cc
[418/580] Compiling siphash.cc
[419/580] Compiling sha512.cc
[420/580] Compiling slhdsa.cc
[421/580] Compiling rsa_print.cc
[422/580] Compiling sha1.cc
[423/580] Compiling rsa_crypt.cc
[424/580] Compiling rsa_extra.cc
[425/580] Compiling rc4.cc
[426/580] Compiling refcount.cc
[427/580] Compiling windows.cc
[428/580] Compiling urandom.cc
[429/580] Compiling trusty.cc
[430/580] Compiling rsa_asn1.cc
[431/580] Compiling getentropy.cc
[432/580] Compiling passive.cc
[433/580] Compiling rand.cc
[434/580] Compiling poly1305_arm_asm.S
[435/580] Compiling forkunsafe.cc
[436/580] Compiling ios.cc
[437/580] Compiling deterministic.cc
[438/580] Compiling fork_detect.cc
[439/580] Compiling poly1305.cc
[440/580] Compiling poly1305_vec.cc
[441/580] Compiling poly1305_arm.cc
[442/580] Compiling pool.cc
[443/580] Compiling pkcs7_x509.cc
[444/580] Compiling pkcs7.cc
[445/580] Compiling pkcs8.cc
[446/580] Compiling pkcs8_x509.cc
[447/580] Compiling p5_pbev2.cc
[448/580] Compiling pem_x509.cc
[449/580] Compiling pem_xaux.cc
[450/580] Compiling pem_pkey.cc
[451/580] Compiling pem_oth.cc
[452/580] Compiling obj_xref.cc
[453/580] Compiling pem_lib.cc
[454/580] Compiling pem_info.cc
[455/580] Compiling pem_pk8.cc
[456/580] Compiling pem_all.cc
[457/580] Compiling mlkem.cc
[458/580] Compiling obj.cc
[459/580] Compiling poly_rq_mul.S
[460/580] Compiling mldsa.cc
[461/580] Compiling fips_shared_support.cc
[462/580] Compiling lhash.cc
[463/580] Compiling md4.cc
[464/580] Compiling mem.cc
[465/580] Compiling md5.cc
[466/580] Compiling kyber.cc
[467/580] Compiling hpke.cc
[468/580] Compiling hrss.cc
[469/580] Compiling p_x25519_asn1.cc
[470/580] Compiling pbkdf.cc
[471/580] Compiling ex_data.cc
[472/580] Compiling sign.cc
[473/580] Compiling print.cc
[474/580] Compiling scrypt.cc
[475/580] Compiling p_x25519.cc
[476/580] Compiling p_ed25519.cc
[477/580] Compiling p_rsa.cc
[478/580] Compiling p_hkdf.cc
[479/580] Compiling p_ed25519_asn1.cc
[480/580] Compiling p_rsa_asn1.cc
[481/580] Compiling p_ec.cc
[482/580] Compiling p_ec_asn1.cc
[483/580] Compiling p_dh_asn1.cc
[484/580] Compiling p_dh.cc
[485/580] Compiling evp_ctx.cc
[486/580] Compiling err.cc
[487/580] Compiling evp.cc
[488/580] Compiling p_dsa_asn1.cc
[489/580] Compiling evp_asn1.cc
[490/580] Compiling ecdh.cc
[491/580] Compiling engine.cc
[492/580] Compiling hash_to_curve.cc
[493/580] Compiling ec_derive.cc
[494/580] Compiling ec_asn1.cc
[495/580] Compiling ecdsa_asn1.cc
[496/580] Compiling dsa.cc
[497/580] Compiling dsa_asn1.cc
[498/580] Compiling params.cc
[499/580] Compiling spake25519.cc
[500/580] Compiling x25519-asm-arm.S
[501/580] Compiling des.cc
[502/580] Compiling digest_extra.cc
[503/580] Compiling bcm.cc
[504/580] Compiling curve25519_64_adx.cc
[505/580] Compiling dh_asn1.cc
[506/580] Compiling crypto.cc
[507/580] Compiling cpu_intel.cc
[508/580] Compiling curve25519.cc
[509/580] Compiling cpu_arm_linux.cc
[510/580] Compiling cpu_arm_freebsd.cc
[511/580] Compiling cpu_aarch64_win.cc
[512/580] Compiling cpu_aarch64_openbsd.cc
[513/580] Compiling cpu_aarch64_sysreg.cc
[514/580] Compiling cpu_aarch64_fuchsia.cc
[515/580] Compiling cpu_aarch64_linux.cc
[516/580] Compiling cpu_aarch64_apple.cc
[517/580] Compiling tls_cbc.cc
[518/580] Compiling conf.cc
[519/580] Compiling e_chacha20poly1305.cc
[520/580] Compiling get_cipher.cc
[521/580] Compiling e_rc4.cc
[522/580] Compiling e_tls.cc
[523/580] Compiling e_rc2.cc
[524/580] Compiling e_null.cc
[525/580] Compiling e_des.cc
[526/580] Compiling e_aesgcmsiv.cc
[527/580] Compiling e_aesctrhmac.cc
[528/580] Compiling derive_key.cc
[529/580] Compiling chacha.cc
[530/580] Compiling unicode.cc
[531/580] Compiling ber.cc
[532/580] Compiling cbs.cc
[533/580] Compiling cbb.cc
[534/580] Compiling buf.cc
[535/580] Compiling asn1_compat.cc
[536/580] Compiling blake2.cc
[537/580] Compiling convert.cc
[538/580] Compiling printf.cc
[539/580] Compiling bn_asn1.cc
[540/580] Compiling socket_helper.cc
[541/580] Compiling socket.cc
[542/580] Compiling pair.cc
[543/580] Compiling hexdump.cc
[544/580] Compiling fd.cc
[545/580] Compiling file.cc
[546/580] Compiling errno.cc
[547/580] Compiling bio.cc
[548/580] Compiling bio_mem.cc
[549/580] Compiling connect.cc
[550/580] Compiling base64.cc
[551/580] Compiling posix_time.cc
[552/580] Compiling tasn_enc.cc
[553/580] Compiling f_int.cc
[554/580] Compiling tasn_typ.cc
[555/580] Compiling tasn_fre.cc
[556/580] Compiling tasn_utl.cc
[557/580] Compiling f_string.cc
[558/580] Compiling tasn_new.cc
[559/580] Compiling a_utctm.cc
[560/580] Compiling asn_pack.cc
[561/580] Compiling tasn_dec.cc
[562/580] Compiling asn1_par.cc
[563/580] Compiling a_strex.cc
[564/580] Compiling a_int.cc
[565/580] Compiling asn1_lib.cc
[566/580] Compiling a_type.cc
[567/580] Compiling a_octet.cc
[568/580] Compiling a_i2d_fp.cc
[569/580] Compiling a_time.cc
[570/580] Compiling a_object.cc
[571/580] Compiling a_strnid.cc
[572/580] Compiling a_bool.cc
[573/580] Compiling a_mbstr.cc
[574/580] Compiling a_dup.cc
[575/580] Compiling a_d2i_fp.cc
[576/580] Compiling a_bitstr.cc
[577/580] Compiling a_gentm.cc
[578/580] Compiling c-nioatomics.c
[579/580] Compiling c-atomics.c
[581/586] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[582/586] Compiling NIOConcurrencyHelpers NIOLock.swift
[583/586] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[584/586] Emitting module NIOConcurrencyHelpers
[585/586] Compiling NIOConcurrencyHelpers lock.swift
[586/586] Compiling NIOConcurrencyHelpers atomics.swift
[588/650] Compiling NIOCore NIOCoreSendableMetatype.swift
[589/650] Compiling NIOCore NIODecodedAsyncSequence.swift
[590/650] Compiling NIOCore NIOLoopBound.swift
[591/650] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[592/650] Compiling NIOCore NIOScheduledCallback.swift
[593/650] Compiling NIOCore NIOSendable.swift
[594/650] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[595/650] Compiling NIOCore RecvByteBufferAllocator.swift
[596/658] Compiling NIOCore IPProtocol.swift
[597/658] Compiling NIOCore IntegerBitPacking.swift
[598/658] Compiling NIOCore IntegerTypes.swift
[599/658] Compiling NIOCore Interfaces.swift
[600/658] Compiling NIOCore Linux.swift
[601/658] Compiling NIOCore MarkedCircularBuffer.swift
[602/658] Compiling NIOCore MulticastChannel.swift
[603/658] Compiling NIOCore NIOAny.swift
[604/658] Compiling NIOCore NIOCloseOnErrorHandler.swift
[605/658] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[606/658] Compiling NIOCore SocketAddresses.swift
[607/658] Compiling NIOCore SocketOptionProvider.swift
[608/658] Compiling NIOCore SystemCallHelpers.swift
[609/658] Compiling NIOCore TimeAmount+Duration.swift
[610/658] Compiling NIOCore TypeAssistedChannelHandler.swift
[611/658] Compiling NIOCore UniversalBootstrapSupport.swift
[612/658] Compiling NIOCore Utilities.swift
[613/658] Compiling NIOCore EventLoopFuture+Deprecated.swift
[614/658] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[615/658] Compiling NIOCore EventLoopFuture.swift
[616/658] Compiling NIOCore FileDescriptor.swift
[617/658] Compiling NIOCore FileHandle.swift
[618/658] Compiling NIOCore FileRegion.swift
[619/658] Compiling NIOCore GlobalSingletons.swift
[620/658] Compiling NIOCore IO.swift
[621/658] Compiling NIOCore IOData.swift
[622/658] Compiling NIOCore CircularBuffer.swift
[623/658] Compiling NIOCore Codec.swift
[624/658] Compiling NIOCore ConvenienceOptionSupport.swift
[625/658] Compiling NIOCore DeadChannel.swift
[626/658] Compiling NIOCore DispatchQueue+WithFuture.swift
[627/658] Compiling NIOCore EventLoop+Deprecated.swift
[628/658] Compiling NIOCore EventLoop+SerialExecutor.swift
[629/658] Compiling NIOCore EventLoop.swift
[630/658] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[631/658] Compiling NIOCore AddressedEnvelope.swift
[632/658] Compiling NIOCore AsyncAwaitSupport.swift
[633/658] Compiling NIOCore AsyncChannel.swift
[634/658] Compiling NIOCore AsyncChannelHandler.swift
[635/658] Compiling NIOCore AsyncChannelInboundStream.swift
[636/658] Compiling NIOCore AsyncChannelOutboundWriter.swift
[637/658] Compiling NIOCore NIOAsyncSequenceProducer.swift
[638/658] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[639/658] Compiling NIOCore NIOAsyncWriter.swift
[640/658] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[641/658] Compiling NIOCore BSDSocketAPI.swift
[642/658] Compiling NIOCore ByteBuffer-aux.swift
[643/658] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[644/658] Compiling NIOCore ByteBuffer-conversions.swift
[645/658] Compiling NIOCore ByteBuffer-core.swift
[646/658] Compiling NIOCore ByteBuffer-hex.swift
[647/658] Compiling NIOCore ByteBuffer-int.swift
[648/658] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[649/658] Compiling NIOCore ByteBuffer-multi-int.swift
[650/658] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[651/658] Compiling NIOCore ByteBuffer-views.swift
[652/658] Compiling NIOCore Channel.swift
[653/658] Compiling NIOCore ChannelHandler.swift
[654/658] Compiling NIOCore ChannelHandlers.swift
[655/658] Compiling NIOCore ChannelInvoker.swift
[656/658] Compiling NIOCore ChannelOption.swift
[657/658] Compiling NIOCore ChannelPipeline.swift
[658/658] Emitting module NIOCore
[660/713] Compiling NIOPosix Pool.swift
[661/713] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[662/713] Compiling NIOPosix PosixSingletons.swift
[663/713] Compiling NIOPosix RawSocketBootstrap.swift
[664/713] Compiling NIOPosix Resolver.swift
[665/713] Compiling NIOPosix Selectable.swift
[666/713] Compiling NIOPosix SelectableChannel.swift
[667/719] Emitting module NIOEmbedded
[668/719] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[669/719] Compiling NIOEmbedded AsyncTestingChannel.swift
[670/719] Compiling NIOEmbedded Embedded.swift
[672/720] Compiling NIOPosix ThreadWindows.swift
[673/720] Compiling NIOPosix UnsafeTransfer.swift
[674/720] Compiling NIOPosix Utilities.swift
[675/720] Compiling NIOPosix VsockAddress.swift
[676/720] Compiling NIOPosix VsockChannelEvents.swift
[677/720] Compiling NIOPosix Windows.swift
[678/720] Emitting module NIOPosix
[679/720] Compiling NIOPosix Socket.swift
[680/720] Compiling NIOPosix SocketChannel.swift
[681/720] Compiling NIOPosix SocketProtocols.swift
[682/720] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[683/720] Compiling NIOPosix System.swift
[684/720] Compiling NIOPosix Thread.swift
[685/720] Compiling NIOPosix ThreadPosix.swift
[686/720] Compiling NIOPosix SelectableEventLoop.swift
[687/720] Compiling NIOPosix SelectorEpoll.swift
[688/720] Compiling NIOPosix SelectorGeneric.swift
[689/720] Compiling NIOPosix SelectorKqueue.swift
[690/720] Compiling NIOPosix SelectorUring.swift
[691/720] Compiling NIOPosix SelectorWSAPoll.swift
[692/720] Compiling NIOPosix ServerSocket.swift
[693/720] Compiling NIOPosix NIOPosixSendableMetatype.swift
[694/720] Compiling NIOPosix NIOThreadPool.swift
[695/720] Compiling NIOPosix NonBlockingFileIO.swift
[696/720] Compiling NIOPosix PendingDatagramWritesManager.swift
[697/720] Compiling NIOPosix PendingWritesManager.swift
[698/720] Compiling NIOPosix PipeChannel.swift
[699/720] Compiling NIOPosix PipePair.swift
[700/720] Compiling NIOPosix IO.swift
[701/720] Compiling NIOPosix IntegerBitPacking.swift
[702/720] Compiling NIOPosix IntegerTypes.swift
[703/720] Compiling NIOPosix Linux.swift
[704/720] Compiling NIOPosix LinuxCPUSet.swift
[705/720] Compiling NIOPosix LinuxUring.swift
[706/720] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[707/720] Compiling NIOPosix BSDSocketAPICommon.swift
[708/720] Compiling NIOPosix BSDSocketAPIPosix.swift
[709/720] Compiling NIOPosix BSDSocketAPIWindows.swift
[710/720] Compiling NIOPosix BaseSocket.swift
[711/720] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[712/720] Compiling NIOPosix BaseSocketChannel.swift
[713/720] Compiling NIOPosix BaseStreamSocketChannel.swift
[714/720] Compiling NIOPosix Bootstrap.swift
[715/720] Compiling NIOPosix ControlMessage.swift
[716/720] Compiling NIOPosix DatagramVectorReadManager.swift
[717/720] Compiling NIOPosix Errors+Any.swift
[718/720] Compiling NIOPosix FileDescriptor.swift
[719/720] Compiling NIOPosix GetaddrinfoResolver.swift
[720/720] Compiling NIOPosix HappyEyeballs.swift
[722/723] Emitting module NIO
[723/723] Compiling NIO Exports.swift
[725/763] Compiling NIOTLS TLSEvents.swift
[726/763] Compiling NIOSOCKS SOCKSResponse.swift
[727/764] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[728/764] Compiling NIOSOCKS ClientStateMachine.swift
[729/764] Emitting module NIOTLS
[730/764] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[731/764] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[732/764] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[733/766] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[734/766] Emitting module NIOSOCKS
[735/766] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[736/766] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[739/766] Compiling NIOHTTP1 ByteCollectionUtils.swift
[740/766] Compiling NIOHTTP1 HTTPDecoder.swift
[741/766] Compiling NIOSOCKS ServerStateMachine.swift
[742/766] Compiling NIOHTTP1 HTTPEncoder.swift
[743/766] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[744/766] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[745/766] Compiling NIOTLS SNIHandler.swift
[746/768] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[747/768] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[750/768] Emitting module NIOHTTP1
[751/796] Compiling NIOSSL SSLCallbacks.swift
[752/796] Compiling NIOSSL SSLPrivateKey.swift
[753/797] Compiling NIOSSL ByteBufferBIO.swift
[754/797] Compiling NIOSSL CustomPrivateKey.swift
[755/797] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[756/797] Compiling NIOSSL SSLCertificate.swift
[757/797] Compiling NIOSSL IdentityVerification.swift
[758/797] Compiling NIOSSL NIOSSLServerHandler.swift
[759/797] Compiling NIOSSL ObjectIdentifier.swift
[760/797] Compiling NIOSSL PosixPort.swift
[761/797] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[762/797] Compiling NIOSSL NIOSSLHandler.swift
[763/797] Compiling NIOSSL AndroidCABundle.swift
[765/798] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[766/798] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[767/798] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[768/798] Emitting module NIOFoundationCompat
[769/798] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[771/839] Emitting module NIOSSL
[772/843] Compiling NIOTransportServices StateManagedChannel.swift
[773/843] Compiling NIOTransportServices StateManagedListenerChannel.swift
[774/843] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[775/845] Emitting module NIOTransportServices
[776/845] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[777/845] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[778/845] Compiling NIOTransportServices NIOTSListenerChannel.swift
[779/845] Compiling NIOTransportServices NIOTSBootstraps.swift
[780/845] Compiling NIOTransportServices NIOTSChannelOptions.swift
[781/845] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[782/845] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[783/845] Compiling NIOTransportServices NIOTSErrors.swift
[784/845] Compiling NIOTransportServices NIOTSEventLoop.swift
[785/845] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[786/845] Compiling NIOTransportServices NIOTSSingletons.swift
[787/845] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[788/845] Emitting module NIOHTTPCompression
[789/845] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[790/845] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[791/845] Compiling NIOTransportServices AcceptHandler.swift
[792/845] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[793/845] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[794/845] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[795/845] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[796/845] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[797/845] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[798/845] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[799/846] Compiling NIOHTTPCompression HTTPCompression.swift
[800/846] Compiling NIOHTTPCompression HTTPDecompression.swift
[811/847] Compiling NIOSSL SafeCompare.swift
[812/847] Compiling NIOHPACK IndexedHeaderTable.swift
[813/847] Compiling NIOHPACK IntegerCoding.swift
[814/847] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[815/847] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[816/848] Compiling NIOHPACK HuffmanTables.swift
[817/848] Compiling NIOHPACK HuffmanCoding.swift
[819/848] Compiling NIOHPACK StaticHeaderTable.swift
[820/848] Emitting module NIOHPACK
[837/848] Compiling NIOSSL SSLContext.swift
[838/848] Compiling NIOSSL SSLErrors.swift
[839/848] Compiling NIOSSL SSLInit.swift
[840/848] Compiling NIOSSL SSLPKCS12Bundle.swift
[846/909] Compiling NIOHTTP2 Error+Any.swift
[847/909] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[848/909] Compiling NIOHTTP2 ControlFrameBuffer.swift
[849/909] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[851/910] Compiling NIOHTTP2 HasFlowControlWindows.swift
[852/910] Compiling NIOHTTP2 HasLocalSettings.swift
[853/910] Compiling NIOHTTP2 HasRemoteSettings.swift
[854/910] Compiling NIOHTTP2 LocallyQuiescingState.swift
[855/910] Compiling NIOHTTP2 QuiescingState.swift
[856/910] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[857/910] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[858/910] Compiling NIOHTTP2 StateMachineResult.swift
[859/910] Compiling NIOHTTP2 ContentLengthVerifier.swift
[860/910] Compiling NIOHTTP2 MaySendFrames.swift
[861/910] Compiling NIOHTTP2 SendingDataState.swift
[862/910] Compiling NIOHTTP2 SendingGoawayState.swift
[863/910] Compiling NIOHTTP2 SendingHeadersState.swift
[864/910] Compiling NIOHTTP2 SendingPushPromiseState.swift
[865/910] Compiling NIOHTTP2 SendingRstStreamState.swift
[866/910] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[867/910] Compiling NIOHTTP2 HTTP2SettingsState.swift
[868/910] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[869/910] Compiling NIOHTTP2 DOSHeuristics.swift
[874/910] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[875/910] Compiling NIOHTTP2 GlitchesMonitor.swift
[876/910] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[877/918] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[878/918] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[879/918] Compiling NIOHTTP2 HTTP2StreamID.swift
[880/918] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[881/918] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[882/918] Compiling NIOHTTP2 HTTP2UserEvents.swift
[883/918] Compiling NIOHTTP2 InboundEventBuffer.swift
[884/918] Compiling NIOHTTP2 InboundWindowManager.swift
[885/918] Compiling NIOHTTP2 HTTP2Frame.swift
[886/918] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[887/918] Compiling NIOHTTP2 HTTP2FrameParser.swift
[888/918] Compiling NIOHTTP2 HTTP2PingData.swift
[889/918] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[890/918] Compiling NIOHTTP2 HTTP2Settings.swift
[891/918] Compiling NIOHTTP2 HTTP2Stream.swift
[892/918] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[893/918] Emitting module NIOHTTP2
[894/918] Compiling NIOHTTP2 ConnectionStateMachine.swift
[895/918] Compiling NIOHTTP2 ConnectionStreamsState.swift
[896/918] Compiling NIOHTTP2 MayReceiveFrames.swift
[897/918] Compiling NIOHTTP2 ReceivingDataState.swift
[898/918] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[899/918] Compiling NIOHTTP2 ReceivingHeadersState.swift
[900/918] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[901/918] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[902/918] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[903/918] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[904/918] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[905/918] Compiling NIOHTTP2 StreamChannelFlowController.swift
[906/918] Compiling NIOHTTP2 StreamChannelList.swift
[907/918] Compiling NIOHTTP2 StreamMap.swift
[908/918] Compiling NIOHTTP2 StreamStateMachine.swift
[909/918] Compiling NIOHTTP2 UnsafeTransfer.swift
[910/918] Compiling NIOHTTP2 WatermarkedFlowController.swift
[911/918] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[912/918] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[913/918] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[914/918] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[915/918] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[916/918] Compiling NIOHTTP2 HTTP2Error.swift
[917/918] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[918/918] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[920/982] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[921/982] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[922/982] Compiling AsyncHTTPClient AsyncLazySequence.swift
[923/982] Compiling AsyncHTTPClient HTTPClient+execute.swift
[924/982] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[925/982] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[926/982] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[927/982] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[928/982] Compiling AsyncHTTPClient HTTPClientRequest.swift
[929/990] Emitting module AsyncHTTPClient
[930/990] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[931/990] Compiling AsyncHTTPClient NWErrorHandler.swift
[932/990] Compiling AsyncHTTPClient NWWaitingHandler.swift
[933/990] Compiling AsyncHTTPClient TLSConfiguration.swift
[934/990] Compiling AsyncHTTPClient RedirectState.swift
[935/990] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[936/990] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[937/990] Compiling AsyncHTTPClient RequestBag.swift
[938/990] Compiling AsyncHTTPClient RequestValidation.swift
[939/990] Compiling AsyncHTTPClient SSLContextCache.swift
[940/990] Compiling AsyncHTTPClient Scheme.swift
[941/990] Compiling AsyncHTTPClient Singleton.swift
[942/990] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[943/990] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[944/990] Compiling AsyncHTTPClient TracingSupport.swift
[945/990] Compiling AsyncHTTPClient Utils.swift
[946/990] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[947/990] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[948/990] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[949/990] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[950/990] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[951/990] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[952/990] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[953/990] Compiling AsyncHTTPClient RequestBodyLength.swift
[954/990] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[955/990] Compiling AsyncHTTPClient HTTPClientResponse.swift
[956/990] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[957/990] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[958/990] Compiling AsyncHTTPClient Transaction.swift
[959/990] Compiling AsyncHTTPClient Base64.swift
[960/990] Compiling AsyncHTTPClient BasicAuth.swift
[961/990] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[962/990] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[963/990] Compiling AsyncHTTPClient ConnectionPool.swift
[964/990] Compiling AsyncHTTPClient RequestOptions.swift
[965/990] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[966/990] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[967/990] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[968/990] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[969/990] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[970/990] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[971/990] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[972/990] Compiling AsyncHTTPClient ConnectionTarget.swift
[973/990] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[974/990] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[975/990] Compiling AsyncHTTPClient TLSEventsHandler.swift
[976/990] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[977/990] Compiling AsyncHTTPClient HTTP1Connection.swift
[978/990] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[979/990] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[980/990] Compiling AsyncHTTPClient HTTP2Connection.swift
[981/990] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[982/990] Compiling AsyncHTTPClient DeconstructedURL.swift
[983/990] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[984/990] Compiling AsyncHTTPClient FoundationExtensions.swift
[985/990] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[986/990] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[987/990] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[988/990] Compiling AsyncHTTPClient HTTPClient.swift
[989/990] Compiling AsyncHTTPClient HTTPHandler.swift
[990/990] Compiling AsyncHTTPClient LRUCache.swift
[992/1075] Compiling OpenWeatherKit WeatherAttribution.swift
[993/1075] Compiling OpenWeatherKit WeatherMetadata.swift
[994/1075] Compiling OpenWeatherKit WeatherQuery.swift
[995/1075] Compiling OpenWeatherKit DailyWeatherStatistics.swift
[996/1075] Compiling OpenWeatherKit DayPrecipitationStatistics.swift
[997/1075] Compiling OpenWeatherKit DayTemperatureStatistics.swift
[998/1075] Compiling OpenWeatherKit HourTemperatureStatistics.swift
[999/1075] Compiling OpenWeatherKit HourlyWeatherStatistics.swift
[1000/1075] Compiling OpenWeatherKit MonthPrecipitationStatistics.swift
[1001/1075] Compiling OpenWeatherKit MonthTemperatureStatistics.swift
[1002/1075] Compiling OpenWeatherKit MonthlyWeatherStatistics.swift
[1003/1086] Compiling OpenWeatherKit Percentiles.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1004/1086] Compiling OpenWeatherKit DailyWeatherSummary.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1005/1086] Compiling OpenWeatherKit DayPrecipitationSummary.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1006/1086] Compiling OpenWeatherKit DayTemperatureSummary.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1007/1086] Compiling OpenWeatherKit Weather.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1008/1086] Compiling OpenWeatherKit WeatherError.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1009/1086] Compiling OpenWeatherKit WeatherService+Forecast.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1010/1086] Compiling OpenWeatherKit WeatherService+Statistics.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1011/1086] Compiling OpenWeatherKit WeatherService+Summary.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1012/1086] Compiling OpenWeatherKit WeatherService.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1013/1086] Compiling OpenWeatherKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[1014/1086] Compiling OpenWeatherKit NetworkClient.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1015/1086] Compiling OpenWeatherKit Client.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1016/1086] Compiling OpenWeatherKit Query.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1017/1086] Compiling OpenWeatherKit Route.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1018/1086] Compiling OpenWeatherKit StatisticsQuery.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1019/1086] Compiling OpenWeatherKit WeatherProxy.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1020/1086] Compiling OpenWeatherKit MoonEvents.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1021/1086] Compiling OpenWeatherKit MoonPhase.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1022/1086] Compiling OpenWeatherKit SunEvents.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1023/1086] Compiling OpenWeatherKit AlertSummary.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1024/1086] Compiling OpenWeatherKit AlertUrgency.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1025/1086] Compiling OpenWeatherKit Certainty.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[1026/1086] Compiling OpenWeatherKit HistoricalComparisons.swift
[1027/1086] Compiling OpenWeatherKit HourWeather.swift
[1028/1086] Compiling OpenWeatherKit MinuteWeather.swift
[1029/1086] Compiling OpenWeatherKit WeatherAlert.swift
[1030/1086] Compiling OpenWeatherKit WeatherAvailability.swift
[1031/1086] Compiling OpenWeatherKit WeatherChanges.swift
[1032/1086] Compiling OpenWeatherKit LocationProtocol.swift
[1033/1086] Compiling OpenWeatherKit CurrentWeather.swift
[1034/1086] Compiling OpenWeatherKit DailyWeatherStatisticsQuery.swift
[1035/1086] Compiling OpenWeatherKit DailyWeatherSummaryQuery.swift
[1036/1086] Compiling OpenWeatherKit HourlyWeatherStatisticsQuery.swift
[1037/1086] Compiling OpenWeatherKit MonthlyWeatherStatisticsQuery.swift
[1038/1086] Compiling OpenWeatherKit CloudCoverByAltitude.swift
[1039/1086] Compiling OpenWeatherKit DayPartForecast.swift
[1040/1086] Compiling OpenWeatherKit Precipitation.swift
[1041/1086] Compiling OpenWeatherKit PrecipitationAmountByType.swift
[1042/1086] Compiling OpenWeatherKit PressureTrend.swift
[1043/1086] Compiling OpenWeatherKit SnowfallAmount.swift
[1044/1086] Compiling OpenWeatherKit UVIndex.swift
[1045/1086] Compiling OpenWeatherKit WeatherCondition.swift
[1046/1086] Compiling OpenWeatherKit WeatherSeverity.swift
[1047/1086] Compiling OpenWeatherKit Wind.swift
[1048/1086] Compiling OpenWeatherKit DayWeather.swift
[1049/1086] Compiling OpenWeatherKit Forecast.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1050/1086] Compiling OpenWeatherKit APICurrentWeather+Map.swift
[1051/1086] Compiling OpenWeatherKit APIDailyStatistics+Map.swift
[1052/1086] Compiling OpenWeatherKit APIDailySummary+Map.swift
[1053/1086] Compiling OpenWeatherKit APIForecastDaily+Map.swift
[1054/1086] Compiling OpenWeatherKit APIForecastHourly+Map.swift
[1055/1086] Compiling OpenWeatherKit APIForecastNextHour+Map.swift
[1056/1086] Compiling OpenWeatherKit APIHistoricalComparisons+Map.swift
[1057/1086] Compiling OpenWeatherKit APIHourlyStatistics+Map.swift
[1058/1086] Compiling OpenWeatherKit APIMetadata+Map.swift
[1059/1086] Compiling OpenWeatherKit APIMonthlyStatistics+Map.swift
[1060/1086] Compiling OpenWeatherKit APIWeather+Map.swift
[1061/1086] Compiling OpenWeatherKit APIWeatherAlerts+Map.swift
[1062/1086] Compiling OpenWeatherKit APIWeatherAvailability+Map.swift
[1063/1086] Compiling OpenWeatherKit APIWeatherChanges+Map.swift
[1064/1086] Compiling OpenWeatherKit Date+Utils.swift
[1065/1086] Compiling OpenWeatherKit DateFormatter+Utils.swift
[1066/1086] Compiling OpenWeatherKit Int+Utils.swift
[1067/1086] Compiling OpenWeatherKit Measurement+Utils.swift
[1068/1086] Compiling OpenWeatherKit Optional+Utils.swift
[1069/1086] Compiling OpenWeatherKit UnitSpeed.swift
[1070/1086] Compiling OpenWeatherKit WeatherQuery+QueryItems.swift
[1071/1086] Compiling OpenWeatherKit Geocoder.swift
[1072/1086] Compiling OpenWeatherKit APICurrentWeather.swift
[1073/1086] Compiling OpenWeatherKit APIDailySummary.swift
[1074/1086] Compiling OpenWeatherKit APIForecastDaily.swift
[1075/1086] Compiling OpenWeatherKit APIForecastHourly.swift
[1076/1086] Compiling OpenWeatherKit APIForecastNextHour.swift
[1077/1086] Compiling OpenWeatherKit APIHistoricalComparisons.swift
[1078/1086] Compiling OpenWeatherKit APIMetadata.swift
[1079/1086] Compiling OpenWeatherKit APIPrecipitationAmountByType.swift
[1080/1086] Compiling OpenWeatherKit APIStatistics.swift
[1081/1086] Compiling OpenWeatherKit APIWeather.swift
[1082/1086] Compiling OpenWeatherKit APIWeatherAlerts.swift
[1083/1086] Compiling OpenWeatherKit APIWeatherAvailability.swift
[1084/1086] Compiling OpenWeatherKit APIWeatherChanges.swift
[1085/1086] Compiling OpenWeatherKit TextCaseCoding.swift
[1086/1086] Emitting module OpenWeatherKit
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:496d77b037d0552dd779110e0d7093275ebb8376a63c7a364a5a4acca11a4ff5
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/55] Compiling _NIODataStructures Heap.swift
[3/66] Emitting module _NIODataStructures
[4/66] Compiling RealModule AugmentedArithmetic.swift
[5/66] Compiling RealModule Double+Real.swift
[6/66] Compiling ServiceContextModule ServiceContextKey.swift
[7/67] Compiling RealModule RelaxedArithmetic.swift
[8/67] Compiling RealModule Float80+Real.swift
[9/67] Emitting module ServiceContextModule
[10/67] Compiling ServiceContextModule ServiceContext.swift
[11/68] Compiling RealModule AlgebraicField.swift
[12/68] Compiling RealModule ApproximateEquality.swift
[14/70] Compiling RealModule RealFunctions.swift
[15/70] Compiling Atomics ManagedAtomic.swift
[16/70] Compiling Atomics ManagedAtomicLazyReference.swift
[17/70] Compiling Atomics AtomicStorage.swift
[18/70] Compiling Atomics AtomicValue.swift
[20/70] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[21/70] Compiling Atomics AtomicMemoryOrderings.swift
[22/70] Compiling Atomics DoubleWord.swift
[23/70] Compiling Atomics UnsafeAtomic.swift
[24/70] Compiling Atomics UnsafeAtomicLazyReference.swift
[25/70] Compiling Logging MetadataProvider.swift
[26/71] Compiling RealModule Real.swift
[27/72] Compiling Atomics IntegerOperations.swift
[28/72] Compiling Atomics Unmanaged extensions.swift
[31/76] Emitting module RealModule
[32/76] Compiling _NIODataStructures PriorityQueue.swift
[33/76] Compiling _NIODataStructures _TinyArray.swift
[34/76] Emitting module _NIOBase64
[39/79] Compiling Atomics AtomicOptionalWrappable.swift
[40/79] Compiling Atomics AtomicReference.swift
[44/79] Compiling RealModule ElementaryFunctions.swift
[45/79] Compiling RealModule Float+Real.swift
[46/79] Compiling NIOConcurrencyHelpers NIOLock.swift
[47/79] Compiling RealModule Float16+Real.swift
[48/79] Emitting module NIOConcurrencyHelpers
[49/79] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[50/80] Compiling Instrumentation NoOpInstrument.swift
[51/80] Compiling Instrumentation MultiplexInstrument.swift
[52/80] Compiling NIOConcurrencyHelpers lock.swift
[53/80] Compiling NIOConcurrencyHelpers atomics.swift
[54/80] Emitting module Instrumentation
[56/81] Compiling Instrumentation Instrument.swift
[57/81] Compiling Instrumentation InstrumentationSystem.swift
[58/81] Compiling Instrumentation Locks.swift
[59/82] Compiling _NIOBase64 Base64.swift
[61/83] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[62/83] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[63/83] Compiling Atomics AtomicInteger.swift
[67/83] Emitting module InternalCollectionsUtilities
[69/96] Compiling Algorithms Combinations.swift
[70/96] Compiling Algorithms FlattenCollection.swift
[71/96] Compiling Algorithms AdjacentPairs.swift
[72/96] Compiling Algorithms Chain.swift
[73/96] Compiling Algorithms Chunked.swift
[74/96] Compiling Algorithms Grouped.swift
[75/96] Compiling Algorithms Indexed.swift
[77/117] Compiling Logging LogHandler.swift
[78/117] Compiling Logging Locks.swift
[79/117] Emitting module Logging
[80/117] Compiling Logging Logging.swift
[81/118] Compiling Tracing TracingTime.swift
[82/118] Compiling Tracing TracerProtocol.swift
[83/123] Emitting module Tracing
[84/127] Compiling Tracing TracerProtocol+Legacy.swift
[86/133] Compiling Tracing Tracer.swift
[87/133] Compiling Tracing NoOpTracer.swift
[88/133] Compiling Tracing InstrumentationSystem+Tracing.swift
[89/133] Compiling Tracing SpanProtocol.swift
[90/134] Compiling DequeModule Deque+CustomReflectable.swift
[91/134] Compiling DequeModule Deque+Descriptions.swift
[93/136] Compiling Algorithms Split.swift
[94/136] Compiling Algorithms Stride.swift
[95/136] Compiling Algorithms Suffix.swift
[96/139] Emitting module Atomics
[97/139] Compiling Algorithms RandomSample.swift
[98/139] Compiling Algorithms Reductions.swift
[99/139] Compiling Algorithms Rotate.swift
[100/139] Compiling DequeModule _DequeBuffer.swift
[101/139] Compiling DequeModule _DequeBufferHeader.swift
[102/139] Compiling DequeModule Deque+Equatable.swift
[103/139] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[104/139] Compiling DequeModule Deque+Extras.swift
[105/139] Compiling DequeModule Deque+Hashable.swift
[106/139] Compiling DequeModule Deque+Codable.swift
[107/139] Compiling DequeModule Deque+Collection.swift
[110/139] Compiling DequeModule Deque+Testing.swift
[111/139] Compiling DequeModule Deque._Storage.swift
[112/139] Compiling DequeModule Deque._UnsafeHandle.swift
[113/139] Compiling DequeModule Deque.swift
[116/139] Compiling DequeModule _DequeSlot.swift
[122/139] Compiling DequeModule _UnsafeWrappedBuffer.swift
[124/139] Compiling Algorithms Permutations.swift
[125/139] Compiling Algorithms Product.swift
[130/139] Compiling Algorithms Trim.swift
[131/139] Compiling Algorithms Unique.swift
[132/139] Compiling Algorithms Windows.swift
[135/139] Emitting module DequeModule
[141/204] Emitting module Algorithms
[143/205] Compiling NIOCore NIOCoreSendableMetatype.swift
[144/205] Compiling NIOCore NIODecodedAsyncSequence.swift
[145/205] Compiling NIOCore NIOLoopBound.swift
[146/205] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[147/205] Compiling NIOCore NIOScheduledCallback.swift
[148/205] Compiling NIOCore NIOSendable.swift
[149/205] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[150/205] Compiling NIOCore RecvByteBufferAllocator.swift
[151/213] Compiling NIOCore EventLoopFuture+Deprecated.swift
[152/213] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[153/213] Compiling NIOCore EventLoopFuture.swift
[154/213] Compiling NIOCore FileDescriptor.swift
[155/213] Compiling NIOCore FileHandle.swift
[156/213] Compiling NIOCore FileRegion.swift
[157/213] Compiling NIOCore GlobalSingletons.swift
[158/213] Compiling NIOCore IO.swift
[159/213] Compiling NIOCore IOData.swift
[160/213] Compiling NIOCore AddressedEnvelope.swift
[161/213] Compiling NIOCore AsyncAwaitSupport.swift
[162/213] Compiling NIOCore AsyncChannel.swift
[163/213] Compiling NIOCore AsyncChannelHandler.swift
[164/213] Compiling NIOCore AsyncChannelInboundStream.swift
[165/213] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/213] Compiling NIOCore NIOAsyncSequenceProducer.swift
[167/213] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[168/213] Compiling NIOCore NIOAsyncWriter.swift
[169/213] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[170/213] Compiling NIOCore BSDSocketAPI.swift
[171/213] Compiling NIOCore ByteBuffer-aux.swift
[172/213] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[173/213] Compiling NIOCore ByteBuffer-conversions.swift
[174/213] Compiling NIOCore ByteBuffer-core.swift
[175/213] Compiling NIOCore ByteBuffer-hex.swift
[176/213] Compiling NIOCore ByteBuffer-int.swift
[177/213] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[178/213] Compiling NIOCore CircularBuffer.swift
[179/213] Compiling NIOCore Codec.swift
[180/213] Compiling NIOCore ConvenienceOptionSupport.swift
[181/213] Compiling NIOCore DeadChannel.swift
[182/213] Compiling NIOCore DispatchQueue+WithFuture.swift
[183/213] Compiling NIOCore EventLoop+Deprecated.swift
[184/213] Compiling NIOCore EventLoop+SerialExecutor.swift
[185/213] Compiling NIOCore EventLoop.swift
[186/213] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[187/213] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[188/213] Compiling NIOCore SocketAddresses.swift
[189/213] Compiling NIOCore SocketOptionProvider.swift
[190/213] Compiling NIOCore SystemCallHelpers.swift
[191/213] Compiling NIOCore TimeAmount+Duration.swift
[192/213] Compiling NIOCore TypeAssistedChannelHandler.swift
[193/213] Compiling NIOCore UniversalBootstrapSupport.swift
[194/213] Compiling NIOCore Utilities.swift
[195/213] Compiling NIOCore IPProtocol.swift
[196/213] Compiling NIOCore IntegerBitPacking.swift
[197/213] Compiling NIOCore IntegerTypes.swift
[198/213] Compiling NIOCore Interfaces.swift
[199/213] Compiling NIOCore Linux.swift
[200/213] Compiling NIOCore MarkedCircularBuffer.swift
[201/213] Compiling NIOCore MulticastChannel.swift
[202/213] Compiling NIOCore NIOAny.swift
[203/213] Compiling NIOCore NIOCloseOnErrorHandler.swift
[204/213] Compiling NIOCore ByteBuffer-multi-int.swift
[205/213] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[206/213] Compiling NIOCore ByteBuffer-views.swift
[207/213] Compiling NIOCore Channel.swift
[208/213] Compiling NIOCore ChannelHandler.swift
[209/213] Compiling NIOCore ChannelHandlers.swift
[210/213] Compiling NIOCore ChannelInvoker.swift
[211/213] Compiling NIOCore ChannelOption.swift
[212/213] Compiling NIOCore ChannelPipeline.swift
[213/213] Emitting module NIOCore
[215/268] Compiling NIOEmbedded AsyncTestingChannel.swift
[216/268] Emitting module NIOEmbedded
[217/268] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[218/268] Compiling NIOEmbedded Embedded.swift
[220/269] Compiling NIOPosix Bootstrap.swift
[221/269] Compiling NIOPosix ControlMessage.swift
[222/269] Compiling NIOPosix DatagramVectorReadManager.swift
[223/269] Compiling NIOPosix Errors+Any.swift
[224/269] Compiling NIOPosix FileDescriptor.swift
[225/269] Compiling NIOPosix GetaddrinfoResolver.swift
[226/269] Compiling NIOPosix HappyEyeballs.swift
[227/269] Emitting module NIOPosix
[228/275] Compiling NIOPosix Pool.swift
[229/275] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[230/275] Compiling NIOPosix PosixSingletons.swift
[231/275] Compiling NIOPosix RawSocketBootstrap.swift
[232/275] Compiling NIOPosix Resolver.swift
[233/275] Compiling NIOPosix Selectable.swift
[234/275] Compiling NIOPosix SelectableChannel.swift
[235/275] Compiling NIOPosix Socket.swift
[236/275] Compiling NIOPosix SocketChannel.swift
[237/275] Compiling NIOPosix SocketProtocols.swift
[238/275] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[239/275] Compiling NIOPosix System.swift
[240/275] Compiling NIOPosix Thread.swift
[241/275] Compiling NIOPosix ThreadPosix.swift
[242/275] Compiling NIOPosix BSDSocketAPICommon.swift
[243/275] Compiling NIOPosix BSDSocketAPIPosix.swift
[244/275] Compiling NIOPosix BSDSocketAPIWindows.swift
[245/275] Compiling NIOPosix BaseSocket.swift
[246/275] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[247/275] Compiling NIOPosix BaseSocketChannel.swift
[248/275] Compiling NIOPosix BaseStreamSocketChannel.swift
[249/275] Compiling NIOPosix NIOPosixSendableMetatype.swift
[250/275] Compiling NIOPosix NIOThreadPool.swift
[251/275] Compiling NIOPosix NonBlockingFileIO.swift
[252/275] Compiling NIOPosix PendingDatagramWritesManager.swift
[253/275] Compiling NIOPosix PendingWritesManager.swift
[254/275] Compiling NIOPosix PipeChannel.swift
[255/275] Compiling NIOPosix PipePair.swift
[256/275] Compiling NIOPosix SelectableEventLoop.swift
[257/275] Compiling NIOPosix SelectorEpoll.swift
[258/275] Compiling NIOPosix SelectorGeneric.swift
[259/275] Compiling NIOPosix SelectorKqueue.swift
[260/275] Compiling NIOPosix SelectorUring.swift
[261/275] Compiling NIOPosix SelectorWSAPoll.swift
[262/275] Compiling NIOPosix ServerSocket.swift
[263/275] Compiling NIOPosix IO.swift
[264/275] Compiling NIOPosix IntegerBitPacking.swift
[265/275] Compiling NIOPosix IntegerTypes.swift
[266/275] Compiling NIOPosix Linux.swift
[267/275] Compiling NIOPosix LinuxCPUSet.swift
[268/275] Compiling NIOPosix LinuxUring.swift
[269/275] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[270/275] Compiling NIOPosix ThreadWindows.swift
[271/275] Compiling NIOPosix UnsafeTransfer.swift
[272/275] Compiling NIOPosix Utilities.swift
[273/275] Compiling NIOPosix VsockAddress.swift
[274/275] Compiling NIOPosix VsockChannelEvents.swift
[275/275] Compiling NIOPosix Windows.swift
[277/278] Compiling NIO Exports.swift
[278/278] Emitting module NIO
[280/318] Compiling NIOTLS TLSEvents.swift
[281/318] Compiling NIOHTTP1 HTTPEncoder.swift
[282/318] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[283/318] Compiling NIOSOCKS SOCKSResponse.swift
[284/318] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[285/318] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[286/319] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[287/319] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[288/319] Emitting module NIOTLS
[289/319] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[290/319] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[291/319] Compiling NIOSOCKS ClientStateMachine.swift
[292/319] Compiling NIOHTTP1 ByteCollectionUtils.swift
[293/319] Compiling NIOHTTP1 HTTPDecoder.swift
[294/319] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[295/319] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[296/319] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[297/319] Emitting module NIOSOCKS
[300/321] Compiling NIOSOCKS ServerStateMachine.swift
[302/322] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[303/322] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[304/322] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[305/322] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[306/322] Compiling NIOTLS SNIHandler.swift
[307/323] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[308/323] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[310/323] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[311/323] Emitting module NIOFoundationCompat
[315/324] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[316/324] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[317/324] Emitting module NIOHTTP1
[321/349] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[322/349] Compiling NIOSSL SSLCertificate.swift
[323/349] Compiling NIOSSL SSLPKCS12Bundle.swift
[324/349] Compiling NIOSSL SSLPrivateKey.swift
[326/376] Compiling NIOTransportServices StateManagedChannel.swift
[327/376] Compiling NIOTransportServices StateManagedListenerChannel.swift
[328/376] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[329/378] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[330/378] Compiling NIOTransportServices NIOTSErrors.swift
[331/378] Compiling NIOTransportServices NIOTSEventLoop.swift
[332/378] Emitting module NIOTransportServices
[333/378] Compiling NIOTransportServices NIOTSBootstraps.swift
[334/378] Compiling NIOTransportServices NIOTSChannelOptions.swift
[335/378] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[336/378] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[337/378] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[338/378] Compiling NIOTransportServices NIOTSListenerChannel.swift
[339/378] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[340/378] Compiling NIOTransportServices NIOTSSingletons.swift
[341/378] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[346/382] Compiling NIOTransportServices AcceptHandler.swift
[347/382] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[348/382] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[349/382] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[350/382] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[351/382] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[352/383] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[353/383] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[362/401] Compiling NIOSSL SafeCompare.swift
[367/401] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[368/401] Compiling NIOHPACK DynamicHeaderTable.swift
[369/401] Compiling NIOHPACK HPACKDecoder.swift
[370/401] Compiling NIOHPACK HPACKEncoder.swift
[371/401] Compiling NIOHPACK HPACKErrors.swift
[372/401] Compiling NIOHPACK IndexedHeaderTable.swift
[373/401] Compiling NIOHPACK IntegerCoding.swift
[374/402] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[375/402] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[376/402] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[377/402] Compiling NIOHPACK HuffmanTables.swift
[378/402] Compiling NIOSSL AndroidCABundle.swift
[379/402] Compiling NIOSSL ByteBufferBIO.swift
[380/402] Compiling NIOSSL CustomPrivateKey.swift
[381/402] Compiling NIOSSL IdentityVerification.swift
[382/402] Compiling NIOHPACK HPACKHeader.swift
[383/402] Compiling NIOHPACK HeaderTables.swift
[386/402] Emitting module NIOSSL
[387/402] Emitting module NIOHPACK
[390/402] Compiling NIOHTTPCompression HTTPCompression.swift
[391/402] Emitting module NIOHTTPCompression
[392/402] Compiling NIOHTTPCompression HTTPDecompression.swift
[393/403] Compiling NIOHPACK HuffmanCoding.swift
[395/403] Compiling NIOHPACK StaticHeaderTable.swift
[401/404] Compiling NIOSSL Zeroization.swift
[402/404] Compiling NIOSSL TLSConfiguration.swift
[403/404] Compiling NIOSSL UniversalBootstrapSupport.swift
[404/404] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[406/465] Compiling NIOHTTP2 MaySendFrames.swift
[407/465] Compiling NIOHTTP2 SendingDataState.swift
[408/465] Compiling NIOHTTP2 SendingGoawayState.swift
[409/465] Compiling NIOHTTP2 SendingHeadersState.swift
[410/465] Compiling NIOHTTP2 SendingPushPromiseState.swift
[411/465] Compiling NIOHTTP2 SendingRstStreamState.swift
[412/465] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[413/465] Compiling NIOHTTP2 HTTP2SettingsState.swift
[414/465] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[415/473] Compiling NIOHTTP2 HasFlowControlWindows.swift
[416/473] Compiling NIOHTTP2 HasLocalSettings.swift
[417/473] Compiling NIOHTTP2 HasRemoteSettings.swift
[418/473] Compiling NIOHTTP2 LocallyQuiescingState.swift
[419/473] Compiling NIOHTTP2 QuiescingState.swift
[420/473] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[421/473] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[422/473] Compiling NIOHTTP2 StateMachineResult.swift
[423/473] Compiling NIOHTTP2 ContentLengthVerifier.swift
[424/473] Emitting module NIOHTTP2
[425/473] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[426/473] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[427/473] Compiling NIOHTTP2 StreamChannelFlowController.swift
[428/473] Compiling NIOHTTP2 StreamChannelList.swift
[429/473] Compiling NIOHTTP2 StreamMap.swift
[430/473] Compiling NIOHTTP2 StreamStateMachine.swift
[431/473] Compiling NIOHTTP2 UnsafeTransfer.swift
[432/473] Compiling NIOHTTP2 WatermarkedFlowController.swift
[433/473] Compiling NIOHTTP2 ConnectionStateMachine.swift
[434/473] Compiling NIOHTTP2 ConnectionStreamsState.swift
[435/473] Compiling NIOHTTP2 MayReceiveFrames.swift
[436/473] Compiling NIOHTTP2 ReceivingDataState.swift
[437/473] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[438/473] Compiling NIOHTTP2 ReceivingHeadersState.swift
[439/473] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[440/473] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[441/473] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[442/473] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[443/473] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[444/473] Compiling NIOHTTP2 HTTP2StreamID.swift
[445/473] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[446/473] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[447/473] Compiling NIOHTTP2 HTTP2UserEvents.swift
[448/473] Compiling NIOHTTP2 InboundEventBuffer.swift
[449/473] Compiling NIOHTTP2 InboundWindowManager.swift
[450/473] Compiling NIOHTTP2 DOSHeuristics.swift
[451/473] Compiling NIOHTTP2 Error+Any.swift
[452/473] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[453/473] Compiling NIOHTTP2 ControlFrameBuffer.swift
[454/473] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[455/473] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[456/473] Compiling NIOHTTP2 GlitchesMonitor.swift
[457/473] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[458/473] Compiling NIOHTTP2 HTTP2Frame.swift
[459/473] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[460/473] Compiling NIOHTTP2 HTTP2FrameParser.swift
[461/473] Compiling NIOHTTP2 HTTP2PingData.swift
[462/473] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[463/473] Compiling NIOHTTP2 HTTP2Settings.swift
[464/473] Compiling NIOHTTP2 HTTP2Stream.swift
[465/473] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[466/473] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[467/473] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[468/473] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[469/473] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[470/473] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[471/473] Compiling NIOHTTP2 HTTP2Error.swift
[472/473] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[473/473] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[475/537] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[476/537] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[477/537] Compiling AsyncHTTPClient AsyncLazySequence.swift
[478/537] Compiling AsyncHTTPClient HTTPClient+execute.swift
[479/537] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[480/537] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[481/537] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[482/537] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[483/537] Compiling AsyncHTTPClient HTTPClientRequest.swift
[484/545] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[485/545] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[486/545] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[487/545] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[488/545] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[489/545] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[490/545] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[491/545] Compiling AsyncHTTPClient RequestBodyLength.swift
[492/545] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[493/545] Compiling AsyncHTTPClient RequestValidation.swift
[494/545] Compiling AsyncHTTPClient SSLContextCache.swift
[495/545] Compiling AsyncHTTPClient Scheme.swift
[496/545] Compiling AsyncHTTPClient Singleton.swift
[497/545] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[498/545] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[499/545] Compiling AsyncHTTPClient TracingSupport.swift
[500/545] Compiling AsyncHTTPClient Utils.swift
[501/545] Emitting module AsyncHTTPClient
[502/545] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[503/545] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[504/545] Compiling AsyncHTTPClient TLSEventsHandler.swift
[505/545] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[506/545] Compiling AsyncHTTPClient HTTP1Connection.swift
[507/545] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[508/545] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[509/545] Compiling AsyncHTTPClient HTTP2Connection.swift
[510/545] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[511/545] Compiling AsyncHTTPClient HTTPClientResponse.swift
[512/545] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[513/545] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[514/545] Compiling AsyncHTTPClient Transaction.swift
[515/545] Compiling AsyncHTTPClient Base64.swift
[516/545] Compiling AsyncHTTPClient BasicAuth.swift
[517/545] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[518/545] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[519/545] Compiling AsyncHTTPClient ConnectionPool.swift
[520/545] Compiling AsyncHTTPClient RequestOptions.swift
[521/545] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[522/545] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[523/545] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[524/545] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[525/545] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[526/545] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[527/545] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[528/545] Compiling AsyncHTTPClient ConnectionTarget.swift
[529/545] Compiling AsyncHTTPClient DeconstructedURL.swift
[530/545] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[531/545] Compiling AsyncHTTPClient FoundationExtensions.swift
[532/545] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[533/545] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[534/545] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[535/545] Compiling AsyncHTTPClient HTTPClient.swift
[536/545] Compiling AsyncHTTPClient HTTPHandler.swift
[537/545] Compiling AsyncHTTPClient LRUCache.swift
[538/545] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[539/545] Compiling AsyncHTTPClient NWErrorHandler.swift
[540/545] Compiling AsyncHTTPClient NWWaitingHandler.swift
[541/545] Compiling AsyncHTTPClient TLSConfiguration.swift
[542/545] Compiling AsyncHTTPClient RedirectState.swift
[543/545] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[544/545] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[545/545] Compiling AsyncHTTPClient RequestBag.swift
[547/630] Compiling OpenWeatherKit NetworkClient.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[548/630] Compiling OpenWeatherKit Client.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[549/630] Compiling OpenWeatherKit Query.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[550/630] Compiling OpenWeatherKit Route.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[551/630] Compiling OpenWeatherKit StatisticsQuery.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[552/630] Compiling OpenWeatherKit WeatherProxy.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[553/630] Compiling OpenWeatherKit MoonEvents.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[554/630] Compiling OpenWeatherKit MoonPhase.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[555/630] Compiling OpenWeatherKit SunEvents.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[556/630] Compiling OpenWeatherKit AlertSummary.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[557/630] Compiling OpenWeatherKit AlertUrgency.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
[558/630] Compiling OpenWeatherKit Certainty.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/NetworkClient.swift:221:23: error: cannot find 'URLRequest' in scope
219 |         let data = try await response.body.collect(upTo: 1024 * 1024)
220 | #else
221 |         var request = URLRequest(url: url)
    |                       `- error: cannot find 'URLRequest' in scope
222 |         request.addValue("\(Constants.bearer) \(jwt)", forHTTPHeaderField: Constants.authorization)
223 |
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:32:26: error: cannot find type 'URLRequest' in scope
30 | #else
31 | extension URLSession: Client {
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
   |                          `- error: cannot find type 'URLRequest' in scope
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
34 |             return try await data(for: request)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[559/641] Emitting module OpenWeatherKit
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:26: error: cannot find type 'URLRequest' in scope
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                          `- error: cannot find type 'URLRequest' in scope
21 | #endif
22 | }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:20:61: error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
18 |     func shutdown() async throws
19 | #else
20 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse)
   |                                                             `- error: 'URLResponse' is unavailable: This type has moved to the FoundationNetworking module. Import that module to use it.
21 | #endif
22 | }
Foundation.URLResponse:2:18: note: 'URLResponse' has been explicitly marked unavailable here
1 | @available(*, unavailable, message: "This type has moved to the FoundationNetworking module. Import that module to use it.")
2 | public typealias URLResponse = AnyObject
  |                  `- note: 'URLResponse' has been explicitly marked unavailable here
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Protocols/Client.swift:31:1: error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
29 | }
30 | #else
31 | extension URLSession: Client {
   | `- error: non-nominal type 'URLSession' (aka 'AnyObject') cannot be extended
32 |     func data(_ request: URLRequest) async throws -> (Data, URLResponse) {
33 |         if #available(macOS 12, iOS 15, tvOS 15, watchOS 8, *) {
[560/641] Compiling OpenWeatherKit Percentiles.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[561/641] Compiling OpenWeatherKit DailyWeatherSummary.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[562/641] Compiling OpenWeatherKit DayPrecipitationSummary.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[563/641] Compiling OpenWeatherKit DayTemperatureSummary.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[564/641] Compiling OpenWeatherKit Weather.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[565/641] Compiling OpenWeatherKit WeatherError.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[566/641] Compiling OpenWeatherKit WeatherService+Forecast.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[567/641] Compiling OpenWeatherKit WeatherService+Statistics.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[568/641] Compiling OpenWeatherKit WeatherService+Summary.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[569/641] Compiling OpenWeatherKit WeatherService.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[570/641] Compiling OpenWeatherKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:91:32: error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 89 |         self.configuration = configuration
 90 |         self.networkClient = NetworkClient(
 91 |             client: URLSession.shared
    |                                `- error: type 'URLSession' (aka 'AnyObject') has no member 'shared'
 92 |         )
 93 |         self.geocoder = .live
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:14: error: value of type 'WeatherService' has no member 'geocoder'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |              `- error: value of type 'WeatherService' has no member 'geocoder'
 94 |     }
 95 | #endif
/host/spi-builder-workspace/Sources/OpenWeatherKit/Public/WeatherService.swift:93:26: error: cannot infer contextual base in reference to member 'live'
 91 |             client: URLSession.shared
 92 |         )
 93 |         self.geocoder = .live
    |                          `- error: cannot infer contextual base in reference to member 'live'
 94 |     }
 95 | #endif
[571/641] Compiling OpenWeatherKit APICurrentWeather+Map.swift
[572/641] Compiling OpenWeatherKit APIDailyStatistics+Map.swift
[573/641] Compiling OpenWeatherKit APIDailySummary+Map.swift
[574/641] Compiling OpenWeatherKit APIForecastDaily+Map.swift
[575/641] Compiling OpenWeatherKit APIForecastHourly+Map.swift
[576/641] Compiling OpenWeatherKit APIForecastNextHour+Map.swift
[577/641] Compiling OpenWeatherKit APIHistoricalComparisons+Map.swift
[578/641] Compiling OpenWeatherKit APIHourlyStatistics+Map.swift
[579/641] Compiling OpenWeatherKit APIMetadata+Map.swift
[580/641] Compiling OpenWeatherKit APIMonthlyStatistics+Map.swift
[581/641] Compiling OpenWeatherKit APIWeather+Map.swift
[582/641] Compiling OpenWeatherKit APIWeatherAlerts+Map.swift
[583/641] Compiling OpenWeatherKit APIWeatherAvailability+Map.swift
[584/641] Compiling OpenWeatherKit APIWeatherChanges+Map.swift
[585/641] Compiling OpenWeatherKit Date+Utils.swift
[586/641] Compiling OpenWeatherKit DateFormatter+Utils.swift
[587/641] Compiling OpenWeatherKit Int+Utils.swift
[588/641] Compiling OpenWeatherKit Measurement+Utils.swift
[589/641] Compiling OpenWeatherKit Optional+Utils.swift
[590/641] Compiling OpenWeatherKit UnitSpeed.swift
[591/641] Compiling OpenWeatherKit WeatherQuery+QueryItems.swift
[592/641] Compiling OpenWeatherKit Geocoder.swift
[593/641] Compiling OpenWeatherKit APICurrentWeather.swift
[594/641] Compiling OpenWeatherKit APIDailySummary.swift
[595/641] Compiling OpenWeatherKit HistoricalComparisons.swift
[596/641] Compiling OpenWeatherKit HourWeather.swift
[597/641] Compiling OpenWeatherKit MinuteWeather.swift
[598/641] Compiling OpenWeatherKit WeatherAlert.swift
[599/641] Compiling OpenWeatherKit WeatherAvailability.swift
[600/641] Compiling OpenWeatherKit WeatherChanges.swift
[601/641] Compiling OpenWeatherKit LocationProtocol.swift
[602/641] Compiling OpenWeatherKit CurrentWeather.swift
[603/641] Compiling OpenWeatherKit DailyWeatherStatisticsQuery.swift
[604/641] Compiling OpenWeatherKit DailyWeatherSummaryQuery.swift
[605/641] Compiling OpenWeatherKit HourlyWeatherStatisticsQuery.swift
[606/641] Compiling OpenWeatherKit MonthlyWeatherStatisticsQuery.swift
[607/641] Compiling OpenWeatherKit APIForecastDaily.swift
[608/641] Compiling OpenWeatherKit APIForecastHourly.swift
[609/641] Compiling OpenWeatherKit APIForecastNextHour.swift
[610/641] Compiling OpenWeatherKit APIHistoricalComparisons.swift
[611/641] Compiling OpenWeatherKit APIMetadata.swift
[612/641] Compiling OpenWeatherKit APIPrecipitationAmountByType.swift
[613/641] Compiling OpenWeatherKit APIStatistics.swift
[614/641] Compiling OpenWeatherKit APIWeather.swift
[615/641] Compiling OpenWeatherKit APIWeatherAlerts.swift
[616/641] Compiling OpenWeatherKit APIWeatherAvailability.swift
[617/641] Compiling OpenWeatherKit APIWeatherChanges.swift
[618/641] Compiling OpenWeatherKit TextCaseCoding.swift
[619/641] Compiling OpenWeatherKit WeatherAttribution.swift
[620/641] Compiling OpenWeatherKit WeatherMetadata.swift
[621/641] Compiling OpenWeatherKit WeatherQuery.swift
[622/641] Compiling OpenWeatherKit DailyWeatherStatistics.swift
[623/641] Compiling OpenWeatherKit DayPrecipitationStatistics.swift
[624/641] Compiling OpenWeatherKit DayTemperatureStatistics.swift
[625/641] Compiling OpenWeatherKit HourTemperatureStatistics.swift
[626/641] Compiling OpenWeatherKit HourlyWeatherStatistics.swift
[627/641] Compiling OpenWeatherKit MonthPrecipitationStatistics.swift
[628/641] Compiling OpenWeatherKit MonthTemperatureStatistics.swift
[629/641] Compiling OpenWeatherKit MonthlyWeatherStatistics.swift
[630/641] Compiling OpenWeatherKit CloudCoverByAltitude.swift
[631/641] Compiling OpenWeatherKit DayPartForecast.swift
[632/641] Compiling OpenWeatherKit Precipitation.swift
[633/641] Compiling OpenWeatherKit PrecipitationAmountByType.swift
[634/641] Compiling OpenWeatherKit PressureTrend.swift
[635/641] Compiling OpenWeatherKit SnowfallAmount.swift
[636/641] Compiling OpenWeatherKit UVIndex.swift
[637/641] Compiling OpenWeatherKit WeatherCondition.swift
[638/641] Compiling OpenWeatherKit WeatherSeverity.swift
[639/641] Compiling OpenWeatherKit Wind.swift
[640/641] Compiling OpenWeatherKit DayWeather.swift
[641/641] Compiling OpenWeatherKit Forecast.swift
BUILD FAILURE 6.1 android