The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of open-weather-kit, reference 2.0.0 (ef8518), with Swift 6.1 for Linux on 6 Nov 2025 05:34:22 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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:         linux
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-4606859-0":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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.20s)
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.27s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
[1/5533] Fetching swift-distributed-tracing
[555/9834] Fetching swift-distributed-tracing, swift-log
[2688/12619] Fetching swift-distributed-tracing, swift-log, swift-nio-transport-services
[2990/14439] Fetching swift-distributed-tracing, swift-log, swift-nio-transport-services, swift-atomics
[7707/20462] Fetching swift-distributed-tracing, swift-log, swift-nio-transport-services, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-log.git from cache (0.91s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.93s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.97s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.02s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.03s)
Fetching https://github.com/apple/swift-nio.git
[1/6314] Fetching swift-nio-extras
[3600/18022] Fetching swift-nio-extras, swift-nio-http2
[8306/33310] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
[11312/113276] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.64s)
[22402/101568] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.08s)
[44876/95254] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.13s)
[30669/79966] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (14.92s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (16.60s)
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.26s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.95s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.61s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.80s)
Fetching https://github.com/apple/swift-numerics.git
[1/6380] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
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.31s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.67s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.30.0 (0.73s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1653] Fetching swift-asn1
[878/2857] Fetching swift-asn1, swift-http-structured-headers
[919/5419] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle
[3127/11089] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[4701/17760] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates
[5281/18699] Fetching swift-asn1, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-asn1.git from cache (0.40s)
[9168/17046] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
[11123/15842] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates, swift-http-types
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.62s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.64s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.65s)
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 (1.37s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.91s)
Fetching https://github.com/apple/swift-collections.git
[1/18286] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (2.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (4.24s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.70s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.61s)
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 (0.64s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.88.0 (1.32s)
Fetching https://github.com/apple/swift-system.git
[1/5167] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.15.1 (1.89s)
Fetching https://github.com/apple/swift-crypto.git
[1/17428] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.28s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (4.21s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.1.0 (2.33s)
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-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/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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
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-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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.30.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-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-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-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-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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
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/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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Building for debugging...
[0/446] Write sources
[0/446] Copying Localizable.strings
[0/446] Write sources
[0/446] Copying Info.plist
[0/446] Write sources
[21/446] Compiling CNIOWindows WSAStartup.c
[22/446] Compiling CNIOWindows shim.c
[22/446] Write sources
[28/446] Compiling CNIOWASI CNIOWASI.c
[29/446] Compiling CNIOLinux liburing_shims.c
[30/446] Compiling _AtomicsShims.c
[31/446] Compiling _NumericsShims _NumericsShims.c
[32/446] Compiling CNIOPosix event_loop_id.c
[33/446] Compiling CNIODarwin shim.c
[34/446] Compiling CNIOExtrasZlib empty.c
[35/446] Compiling CNIOLLHTTP c_nio_http.c
[36/446] Compiling CNIOLLHTTP c_nio_api.c
[37/446] Compiling CNIOLinux shim.c
[38/446] Compiling fiat_p256_adx_sqr.S
[39/446] Compiling fiat_p256_adx_mul.S
[40/446] Compiling fiat_curve25519_adx_square.S
[41/446] Compiling fiat_curve25519_adx_mul.S
[42/446] Write swift-version-24593BA9C3E375BF.txt
[43/446] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/446] Compiling CNIOBoringSSLShims shims.c
[46/452] Emitting module _NIOBase64
[46/452] Compiling tls13_server.cc
[47/455] Compiling tls13_client.cc
[48/455] Compiling tls_method.cc
[49/455] Compiling tls_record.cc
[50/487] Compiling tls13_enc.cc
[51/487] Compiling tls13_both.cc
[53/487] Emitting module RealModule
[53/488] Compiling t1_enc.cc
[55/488] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[56/488] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/490] Compiling RealModule RelaxedArithmetic.swift
[58/490] Compiling _NIOBase64 Base64.swift
[59/491] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[60/491] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[61/491] Compiling InternalCollectionsUtilities _SortedCollection.swift
[62/491] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/491] Compiling InternalCollectionsUtilities UInt+reversed.swift
[64/491] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/491] Compiling InternalCollectionsUtilities Debugging.swift
[66/491] Compiling InternalCollectionsUtilities Descriptions.swift
[67/491] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/491] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[69/491] Compiling RealModule Real.swift
[70/491] Compiling _NIODataStructures _TinyArray.swift
[71/491] Emitting module InternalCollectionsUtilities
[72/491] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[73/491] Compiling InternalCollectionsUtilities Integer rank.swift
[74/491] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/491] Compiling RealModule RealFunctions.swift
[80/491] Compiling ServiceContextModule ServiceContextKey.swift
[81/491] Compiling RealModule Float80+Real.swift
[82/491] Compiling _NIODataStructures PriorityQueue.swift
[83/491] Compiling ServiceContextModule ServiceContext.swift
[84/491] Emitting module ServiceContextModule
[87/491] Compiling RealModule Float16+Real.swift
[89/493] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[90/493] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[94/500] Compiling Instrumentation Instrument.swift
[95/500] Emitting module Instrumentation
[96/500] Compiling Instrumentation NoOpInstrument.swift
[97/500] Compiling Instrumentation MultiplexInstrument.swift
[98/500] Compiling Instrumentation InstrumentationSystem.swift
[98/500] Compiling ssl_x509.cc
[99/515] Compiling ssl_stat.cc
[101/515] Emitting module Logging
[102/515] Compiling Logging MetadataProvider.swift
[103/515] Emitting module _NIODataStructures
[104/515] Compiling _NIODataStructures Heap.swift
[105/516] Compiling Logging LogHandler.swift
[106/516] Compiling Logging Locks.swift
[107/516] Compiling Logging Logging.swift
[108/516] Compiling Instrumentation Locks.swift
[109/518] Compiling DequeModule Deque+CustomReflectable.swift
[110/518] Compiling DequeModule Deque+Descriptions.swift
[111/520] Compiling DequeModule _DequeBuffer.swift
[112/520] Compiling DequeModule _DequeBufferHeader.swift
[116/520] Compiling DequeModule Deque+Equatable.swift
[117/520] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[118/520] Compiling DequeModule Deque+Extras.swift
[119/520] Compiling DequeModule Deque+Hashable.swift
[120/520] Compiling DequeModule _DequeSlot.swift
[121/520] Compiling DequeModule _UnsafeWrappedBuffer.swift
[122/520] Compiling DequeModule Deque+Testing.swift
[123/520] Compiling DequeModule Deque._Storage.swift
[124/520] Compiling DequeModule Deque._UnsafeHandle.swift
[125/520] Compiling DequeModule Deque.swift
[125/520] Compiling ssl_versions.cc
[126/520] Compiling ssl_transcript.cc
[128/520] Emitting module DequeModule
[129/520] Compiling DequeModule Deque+Codable.swift
[130/520] Compiling DequeModule Deque+Collection.swift
[132/529] Compiling Tracing InstrumentationSystem+Tracing.swift
[133/529] Compiling Tracing NoOpTracer.swift
[133/529] Compiling ssl_session.cc
[135/529] Compiling Tracing TracingTime.swift
[136/529] Emitting module Tracing
[137/529] Compiling Tracing TracerProtocol.swift
[138/529] Compiling Tracing SpanProtocol.swift
[139/529] Compiling Tracing Tracer.swift
[140/529] Compiling Tracing TracerProtocol+Legacy.swift
[141/530] Compiling ssl_privkey.cc
[142/530] Compiling ssl_key_share.cc
[143/530] Compiling ssl_file.cc
[144/530] Compiling ssl_cipher.cc
[145/530] Compiling ssl_lib.cc
[146/530] Compiling ssl_credential.cc
[147/530] Compiling ssl_cert.cc
[148/530] Compiling ssl_buffer.cc
[149/530] Compiling ssl_asn1.cc
[150/530] Compiling ssl_aead_ctx.cc
[151/530] Compiling s3_pkt.cc
[152/530] Compiling s3_lib.cc
[153/530] Compiling s3_both.cc
[154/530] Compiling handshake_server.cc
[155/530] Compiling handshake_client.cc
[156/530] Compiling handshake.cc
[157/530] Compiling encrypted_client_hello.cc
[158/530] Compiling dtls_record.cc
[159/530] Compiling handoff.cc
[160/530] Compiling md5-x86_64-linux.S
[161/530] Compiling md5-x86_64-apple.S
[162/530] Compiling md5-586-linux.S
[163/530] Compiling md5-586-apple.S
[164/530] Compiling extensions.cc
[165/530] Compiling dtls_method.cc
[166/530] Compiling chacha20_poly1305_x86_64-apple.S
[167/530] Compiling chacha20_poly1305_x86_64-linux.S
[168/530] Compiling err_data.cc
[169/530] Compiling chacha20_poly1305_armv8-win.S
[170/530] Compiling chacha20_poly1305_armv8-linux.S
[171/530] Compiling chacha20_poly1305_armv8-apple.S
[172/530] Compiling chacha-x86_64-linux.S
[173/530] Compiling chacha-x86-linux.S
[174/530] Compiling chacha-x86_64-apple.S
[175/530] Compiling chacha-x86-apple.S
[176/530] Compiling chacha-armv8-linux.S
[177/530] Compiling chacha-armv8-win.S
[178/530] Compiling chacha-armv4-linux.S
[179/530] Compiling chacha-armv8-apple.S
[180/530] Compiling aes128gcmsiv-x86_64-linux.S
[181/530] Compiling aes128gcmsiv-x86_64-apple.S
[182/530] Compiling d1_srtp.cc
[183/530] Compiling x86_64-mont5-apple.S
[184/530] Compiling x86_64-mont5-linux.S
[185/530] Compiling x86_64-mont-apple.S
[186/530] Compiling x86-mont-linux.S
[187/530] Compiling x86_64-mont-linux.S
[188/530] Compiling x86-mont-apple.S
[189/530] Compiling vpaes-x86_64-apple.S
[190/530] Compiling vpaes-x86_64-linux.S
[191/530] Compiling vpaes-x86-linux.S
[192/530] Compiling vpaes-x86-apple.S
[193/530] Compiling vpaes-armv8-linux.S
[194/530] Compiling vpaes-armv8-apple.S
[195/530] Compiling vpaes-armv8-win.S
[196/530] Compiling vpaes-armv7-linux.S
[197/530] Compiling sha512-x86_64-apple.S
[198/530] Compiling sha512-armv8-win.S
[199/530] Compiling sha512-x86_64-linux.S
[200/530] Compiling sha512-armv8-linux.S
[201/530] Compiling sha512-armv4-linux.S
[202/530] Compiling sha512-armv8-apple.S
[203/530] Compiling sha512-586-linux.S
[204/530] Compiling sha256-x86_64-apple.S
[205/530] Compiling sha512-586-apple.S
[206/530] Compiling sha256-x86_64-linux.S
[207/530] Compiling sha256-armv8-win.S
[208/530] Compiling sha256-armv8-linux.S
[209/530] Compiling sha256-armv8-apple.S
[210/530] Compiling sha256-armv4-linux.S
[211/530] Compiling sha256-586-linux.S
[212/530] Compiling bio_ssl.cc
[213/530] Compiling sha256-586-apple.S
[214/530] Compiling sha1-x86_64-apple.S
[215/530] Compiling sha1-x86_64-linux.S
[216/530] Compiling d1_pkt.cc
[217/530] Compiling sha1-armv8-win.S
[218/530] Compiling sha1-armv8-apple.S
[219/530] Compiling sha1-armv8-linux.S
[220/530] Compiling d1_lib.cc
[221/530] Compiling sha1-586-linux.S
[222/530] Compiling sha1-586-apple.S
[223/530] Compiling sha1-armv4-large-linux.S
[224/530] Compiling rsaz-avx2-apple.S
[225/530] Compiling rsaz-avx2-linux.S
[226/530] Compiling rdrand-x86_64-linux.S
[227/530] Compiling rdrand-x86_64-apple.S
[228/530] Compiling p256_beeu-x86_64-asm-apple.S
[229/530] Compiling p256_beeu-x86_64-asm-linux.S
[230/530] Compiling p256_beeu-armv8-asm-linux.S
[231/530] Compiling p256_beeu-armv8-asm-win.S
[232/530] Compiling p256_beeu-armv8-asm-apple.S
[233/530] Compiling p256-armv8-asm-win.S
[234/530] Compiling p256-armv8-asm-linux.S
[235/530] Compiling p256-armv8-asm-apple.S
[236/530] Compiling p256-x86_64-asm-apple.S
[237/530] Compiling p256-x86_64-asm-linux.S
[238/530] Compiling ghashv8-armv8-linux.S
[239/530] Compiling ghashv8-armv8-win.S
[240/530] Compiling ghashv8-armv8-apple.S
[241/530] Compiling ghash-x86_64-linux.S
[242/530] Compiling ghashv8-armv7-linux.S
[243/530] Compiling ghash-x86-linux.S
[244/530] Compiling ghash-x86_64-apple.S
[245/530] Compiling ghash-x86-apple.S
[246/530] Compiling ghash-ssse3-x86_64-apple.S
[247/530] Compiling ghash-ssse3-x86_64-linux.S
[248/530] Compiling ghash-armv4-linux.S
[249/530] Compiling ghash-neon-armv8-apple.S
[250/530] Compiling ghash-ssse3-x86-linux.S
[251/530] Compiling ghash-neon-armv8-linux.S
[252/530] Compiling co-586-linux.S
[253/530] Compiling ghash-neon-armv8-win.S
[254/530] Compiling co-586-apple.S
[255/530] Compiling ghash-ssse3-x86-apple.S
[256/530] Compiling bsaes-armv7-linux.S
[257/530] Compiling bn-armv8-apple.S
[258/530] Compiling bn-armv8-win.S
[259/530] Compiling bn-armv8-linux.S
[260/530] Compiling armv8-mont-win.S
[261/530] Compiling bn-586-apple.S
[261/530] Compiling bn-586-linux.S
[263/530] Compiling armv8-mont-apple.S
[264/530] Compiling armv8-mont-linux.S
[265/530] Compiling armv4-mont-linux.S
[266/530] Compiling aesv8-gcm-armv8-win.S
[267/530] Compiling aesv8-gcm-armv8-apple.S
[268/530] Compiling aesv8-gcm-armv8-linux.S
[269/530] Compiling aesv8-armv8-win.S
[270/530] Compiling aesv8-armv8-linux.S
[271/530] Compiling aesv8-armv8-apple.S
[272/530] Compiling aesv8-armv7-linux.S
[273/530] Compiling aesni-x86_64-apple.S
[274/530] Compiling aesni-x86_64-linux.S
[275/530] Compiling aesni-x86-linux.S
[276/530] Compiling aesni-gcm-x86_64-linux.S
[277/530] Compiling aesni-x86-apple.S
[278/530] Compiling aesni-gcm-x86_64-apple.S
[279/530] Compiling aes-gcm-avx10-x86_64-apple.S
[280/530] Compiling aes-gcm-avx2-x86_64-apple.S
[281/530] Compiling aes-gcm-avx10-x86_64-linux.S
[282/530] Compiling aes-gcm-avx2-x86_64-linux.S
[283/530] Compiling d1_both.cc
[284/530] Compiling x_x509.cc
[285/530] Compiling x_req.cc
[286/530] Compiling x_val.cc
[287/530] Compiling x_sig.cc
[288/530] Compiling x_spki.cc
[289/530] Compiling x_pubkey.cc
[290/530] Compiling x_x509a.cc
[291/530] Compiling x_name.cc
[292/530] Compiling x509spki.cc
[293/530] Compiling x_exten.cc
[294/530] Compiling x_crl.cc
[295/530] Compiling x_all.cc
[296/530] Compiling x_attrib.cc
[297/530] Compiling x_algor.cc
[298/530] Compiling x509rset.cc
[299/530] Compiling x509name.cc
[300/530] Compiling x509cset.cc
[301/530] Compiling x509_vpm.cc
[302/530] Compiling x509_txt.cc
[303/530] Compiling x509_v3.cc
[304/530] Compiling x509_vfy.cc
[305/530] Compiling x509_trs.cc
[306/530] Compiling x509_req.cc
[307/530] Compiling x509_set.cc
[308/530] Compiling x509_obj.cc
[309/530] Compiling x509_cmp.cc
[310/530] Compiling x509_d2.cc
[311/530] Compiling x509_def.cc
[312/530] Compiling x509_ext.cc
[313/530] Compiling x509_lu.cc
[314/530] Compiling x509.cc
[315/530] Compiling x509_att.cc
[316/530] Compiling v3_skey.cc
[317/530] Compiling v3_utl.cc
[318/530] Compiling v3_prn.cc
[319/530] Compiling v3_lib.cc
[320/530] Compiling v3_purp.cc
[321/530] Compiling v3_ocsp.cc
[322/530] Compiling v3_pmaps.cc
[323/530] Compiling v3_pcons.cc
[324/530] Compiling v3_ncons.cc
[325/530] Compiling v3_int.cc
[326/530] Compiling v3_ia5.cc
[327/530] Compiling v3_genn.cc
[328/530] Compiling v3_info.cc
[329/530] Compiling v3_enum.cc
[330/530] Compiling v3_extku.cc
[331/530] Compiling v3_crld.cc
[332/530] Compiling v3_conf.cc
[333/530] Compiling v3_cpols.cc
[334/530] Compiling v3_bitst.cc
[335/530] Compiling t_x509.cc
[336/530] Compiling v3_akeya.cc
[337/530] Compiling v3_bcons.cc
[338/530] Compiling v3_alt.cc
[339/530] Compiling v3_akey.cc
[340/530] Compiling t_x509a.cc
[341/530] Compiling rsa_pss.cc
[342/530] Compiling i2d_pr.cc
[343/530] Compiling t_req.cc
[344/530] Compiling t_crl.cc
[345/530] Compiling policy.cc
[346/530] Compiling name_print.cc
[347/530] Compiling by_file.cc
[348/530] Compiling by_dir.cc
[349/530] Compiling a_verify.cc
[350/530] Compiling algorithm.cc
[351/530] Compiling asn1_gen.cc
[352/530] Compiling voprf.cc
[353/530] Compiling thread.cc
[354/530] Compiling a_sign.cc
[355/530] Compiling thread_none.cc
[356/530] Compiling thread_win.cc
[357/530] Compiling thread_pthread.cc
[358/530] Compiling a_digest.cc
[359/530] Compiling trust_token.cc
[360/530] Compiling stack.cc
[361/530] Compiling pmbtoken.cc
[362/530] Compiling siphash.cc
[363/530] Compiling sha256.cc
[364/530] Compiling sha512.cc
[365/530] Compiling spake2plus.cc
[366/530] Compiling sha1.cc
[367/530] Compiling refcount.cc
[368/530] Compiling slhdsa.cc
[369/530] Compiling rsa_print.cc
[370/530] Compiling rsa_extra.cc
[371/530] Compiling rc4.cc
[372/530] Compiling rsa_crypt.cc
[373/530] Compiling windows.cc
[374/530] Compiling trusty.cc
[375/530] Compiling urandom.cc
[376/530] Compiling rand.cc
[377/530] Compiling passive.cc
[378/530] Compiling rsa_asn1.cc
[379/530] Compiling ios.cc
[380/530] Compiling poly1305_arm_asm.S
[381/530] Compiling getentropy.cc
[382/530] Compiling forkunsafe.cc
[383/530] Compiling fork_detect.cc
[384/530] Compiling deterministic.cc
[385/530] Compiling poly1305.cc
[386/530] Compiling poly1305_arm.cc
[387/530] Compiling poly1305_vec.cc
[388/530] Compiling pool.cc
[389/530] Compiling pkcs7_x509.cc
[390/530] Compiling pkcs7.cc
[391/530] Compiling p5_pbev2.cc
[392/530] Compiling pkcs8_x509.cc
[393/530] Compiling pkcs8.cc
[394/530] Compiling pem_xaux.cc
[395/530] Compiling pem_x509.cc
[396/530] Compiling pem_pkey.cc
[397/530] Compiling obj_xref.cc
[398/530] Compiling mldsa.cc
[399/530] Compiling mlkem.cc
[400/530] Compiling pem_pk8.cc
[401/530] Compiling mem.cc
[402/530] Compiling pem_oth.cc
[403/530] Compiling pem_info.cc
[404/530] Compiling pem_lib.cc
[405/530] Compiling lhash.cc
[406/530] Compiling md5.cc
[407/530] Compiling fips_shared_support.cc
[408/530] Compiling pem_all.cc
[409/530] Compiling poly_rq_mul.S
[410/530] Compiling md4.cc
[411/530] Compiling obj.cc
[412/530] Compiling sign.cc
[413/530] Compiling ex_data.cc
[414/530] Compiling hrss.cc
[415/530] Compiling scrypt.cc
[416/530] Compiling kyber.cc
[417/530] Compiling print.cc
[418/530] Compiling hpke.cc
[419/530] Compiling pbkdf.cc
[420/530] Compiling p_x25519.cc
[421/530] Compiling p_x25519_asn1.cc
[422/530] Compiling p_ed25519.cc
[423/530] Compiling p_rsa_asn1.cc
[424/530] Compiling p_rsa.cc
[425/530] Compiling p_hkdf.cc
[426/530] Compiling p_ed25519_asn1.cc
[427/530] Compiling p_ec_asn1.cc
[428/530] Compiling p_dh_asn1.cc
[429/530] Compiling p_ec.cc
[430/530] Compiling p_dh.cc
[431/530] Compiling evp_ctx.cc
[432/530] Compiling p_dsa_asn1.cc
[433/530] Compiling err.cc
[434/530] Compiling evp.cc
[435/530] Compiling engine.cc
[436/530] Compiling bcm.cc
[437/530] Compiling evp_asn1.cc
[438/530] Compiling ecdh.cc
[439/530] Compiling ecdsa_asn1.cc
[440/530] Compiling hash_to_curve.cc
[441/530] Compiling ec_derive.cc
[442/530] Compiling digest_extra.cc
[443/530] Compiling dsa.cc
[444/530] Compiling params.cc
[445/530] Compiling dsa_asn1.cc
[446/530] Compiling ec_asn1.cc
[447/530] Compiling x25519-asm-arm.S
[448/530] Compiling des.cc
[449/530] Compiling dh_asn1.cc
[450/530] Compiling crypto.cc
[451/530] Compiling cpu_arm_linux.cc
[452/530] Compiling cpu_intel.cc
[453/530] Compiling spake25519.cc
[454/530] Compiling cpu_arm_freebsd.cc
[455/530] Compiling curve25519.cc
[456/530] Compiling curve25519_64_adx.cc
[457/530] Compiling cpu_aarch64_openbsd.cc
[458/530] Compiling cpu_aarch64_win.cc
[459/530] Compiling cpu_aarch64_sysreg.cc
[460/530] Compiling cpu_aarch64_linux.cc
[461/530] Compiling cpu_aarch64_fuchsia.cc
[462/530] Compiling cpu_aarch64_apple.cc
[463/530] Compiling e_tls.cc
[464/530] Compiling conf.cc
[465/530] Compiling get_cipher.cc
[466/530] Compiling tls_cbc.cc
[467/530] Compiling e_rc4.cc
[468/530] Compiling e_null.cc
[469/530] Compiling e_rc2.cc
[470/530] Compiling e_des.cc
[471/530] Compiling e_chacha20poly1305.cc
[472/530] Compiling e_aesgcmsiv.cc
[473/530] Compiling derive_key.cc
[474/530] Compiling e_aesctrhmac.cc
[475/530] Compiling chacha.cc
[476/530] Compiling unicode.cc
[477/530] Compiling buf.cc
[478/530] Compiling ber.cc
[479/530] Compiling cbs.cc
[480/530] Compiling cbb.cc
[481/530] Compiling asn1_compat.cc
[482/530] Compiling blake2.cc
[483/530] Compiling convert.cc
[484/530] Compiling bn_asn1.cc
[485/530] Compiling socket.cc
[486/530] Compiling socket_helper.cc
[487/530] Compiling printf.cc
[488/530] Compiling hexdump.cc
[489/530] Compiling pair.cc
[490/530] Compiling fd.cc
[491/530] Compiling file.cc
[492/530] Compiling errno.cc
[493/530] Compiling connect.cc
[494/530] Compiling bio_mem.cc
[495/530] Compiling bio.cc
[496/530] Compiling tasn_fre.cc
[497/530] Compiling base64.cc
[498/530] Compiling f_int.cc
[499/530] Compiling tasn_typ.cc
[500/530] Compiling tasn_utl.cc
[501/530] Compiling tasn_enc.cc
[502/530] Compiling f_string.cc
[503/530] Compiling posix_time.cc
[504/530] Compiling tasn_new.cc
[505/530] Compiling asn_pack.cc
[506/530] Compiling asn1_par.cc
[507/530] Compiling tasn_dec.cc
[508/530] Compiling a_octet.cc
[509/530] Compiling a_utctm.cc
[510/530] Compiling a_type.cc
[511/530] Compiling asn1_lib.cc
[512/530] Compiling a_time.cc
[513/530] Compiling a_strnid.cc
[514/530] Compiling a_strex.cc
[515/530] Compiling a_object.cc
[516/530] Compiling a_i2d_fp.cc
[517/530] Compiling a_dup.cc
[518/530] Compiling a_mbstr.cc
[519/530] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[519/530] Write sources
[523/530] Compiling a_d2i_fp.cc
[524/530] Compiling a_bitstr.cc
[525/530] Compiling a_gentm.cc
[526/530] Compiling a_int.cc
[528/573] Compiling Algorithms EitherSequence.swift
[529/573] Compiling Algorithms FirstNonNil.swift
[530/575] Compiling Algorithms Joined.swift
[531/575] Compiling Algorithms Keyed.swift
[532/575] Compiling Algorithms Permutations.swift
[533/575] Compiling Algorithms Product.swift
[534/575] Compiling Algorithms Intersperse.swift
[535/575] Compiling Algorithms Partition.swift
[535/575] Compiling a_bool.cc
[537/575] Compiling Atomics IntegerOperations.swift
[538/575] Compiling Atomics Unmanaged extensions.swift
[539/575] Compiling Algorithms FlattenCollection.swift
[540/575] Compiling Algorithms Grouped.swift
[541/575] Compiling Algorithms Indexed.swift
[543/575] Compiling Algorithms Reductions.swift
[544/575] Compiling Algorithms Rotate.swift
[545/578] Compiling Algorithms Split.swift
[546/578] Compiling Algorithms Stride.swift
[547/578] Compiling Algorithms Suffix.swift
[558/578] Compiling Algorithms Compacted.swift
[559/578] Compiling Algorithms Cycle.swift
[562/578] Compiling Algorithms Trim.swift
[563/578] Compiling Algorithms Unique.swift
[564/578] Compiling Algorithms Windows.swift
[565/578] Compiling Algorithms AdjacentPairs.swift
[566/578] Compiling Algorithms Chain.swift
[567/578] Compiling Algorithms Chunked.swift
[568/578] Compiling Algorithms Combinations.swift
[572/578] Emitting module Atomics
[577/579] Emitting module Algorithms
[578/580] Compiling c-nioatomics.c
[579/580] Compiling c-atomics.c
[581/586] Compiling NIOConcurrencyHelpers lock.swift
[582/586] Emitting module NIOConcurrencyHelpers
[583/586] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[584/586] Compiling NIOConcurrencyHelpers NIOLock.swift
[585/586] Compiling NIOConcurrencyHelpers NIOLockedValueBox.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 EventLoopFuture+Deprecated.swift
[606/658] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[607/658] Compiling NIOCore EventLoopFuture.swift
[608/658] Compiling NIOCore FileDescriptor.swift
[609/658] Compiling NIOCore FileHandle.swift
[610/658] Compiling NIOCore FileRegion.swift
[611/658] Compiling NIOCore GlobalSingletons.swift
[612/658] Compiling NIOCore IO.swift
[613/658] Compiling NIOCore IOData.swift
[614/658] Compiling NIOCore CircularBuffer.swift
[615/658] Compiling NIOCore Codec.swift
[616/658] Compiling NIOCore ConvenienceOptionSupport.swift
[617/658] Compiling NIOCore DeadChannel.swift
[618/658] Compiling NIOCore DispatchQueue+WithFuture.swift
[619/658] Compiling NIOCore EventLoop+Deprecated.swift
[620/658] Compiling NIOCore EventLoop+SerialExecutor.swift
[621/658] Compiling NIOCore EventLoop.swift
[622/658] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[623/658] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[624/658] Compiling NIOCore SocketAddresses.swift
[625/658] Compiling NIOCore SocketOptionProvider.swift
[626/658] Compiling NIOCore SystemCallHelpers.swift
[627/658] Compiling NIOCore TimeAmount+Duration.swift
[628/658] Compiling NIOCore TypeAssistedChannelHandler.swift
[629/658] Compiling NIOCore UniversalBootstrapSupport.swift
[630/658] Compiling NIOCore Utilities.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 NIOEmbedded AsyncTestingEventLoop.swift
[661/713] Emitting module NIOEmbedded
[662/713] Compiling NIOEmbedded AsyncTestingChannel.swift
[663/713] Compiling NIOEmbedded Embedded.swift
[665/714] Compiling NIOPosix SelectableEventLoop.swift
[666/714] Compiling NIOPosix SelectorEpoll.swift
[667/714] Compiling NIOPosix SelectorGeneric.swift
[668/714] Compiling NIOPosix SelectorKqueue.swift
[669/714] Compiling NIOPosix SelectorUring.swift
[670/714] Compiling NIOPosix SelectorWSAPoll.swift
[671/714] Compiling NIOPosix ServerSocket.swift
[672/714] Compiling NIOPosix Socket.swift
[673/714] Compiling NIOPosix SocketChannel.swift
[674/714] Compiling NIOPosix SocketProtocols.swift
[675/714] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[676/714] Compiling NIOPosix System.swift
[677/714] Compiling NIOPosix Thread.swift
[678/714] Compiling NIOPosix ThreadPosix.swift
[679/714] Compiling NIOPosix BSDSocketAPICommon.swift
[680/714] Compiling NIOPosix BSDSocketAPIPosix.swift
[681/714] Compiling NIOPosix BSDSocketAPIWindows.swift
[682/714] Compiling NIOPosix BaseSocket.swift
[683/714] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[684/714] Compiling NIOPosix BaseSocketChannel.swift
[685/714] Compiling NIOPosix BaseStreamSocketChannel.swift
[686/714] Compiling NIOPosix Pool.swift
[687/714] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[688/714] Compiling NIOPosix PosixSingletons.swift
[689/714] Compiling NIOPosix RawSocketBootstrap.swift
[690/714] Compiling NIOPosix Resolver.swift
[691/714] Compiling NIOPosix Selectable.swift
[692/714] Compiling NIOPosix SelectableChannel.swift
[693/720] Compiling NIOPosix IO.swift
[694/720] Compiling NIOPosix IntegerBitPacking.swift
[695/720] Compiling NIOPosix IntegerTypes.swift
[696/720] Compiling NIOPosix Linux.swift
[697/720] Compiling NIOPosix LinuxCPUSet.swift
[698/720] Compiling NIOPosix LinuxUring.swift
[699/720] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[700/720] Compiling NIOPosix NIOPosixSendableMetatype.swift
[701/720] Compiling NIOPosix NIOThreadPool.swift
[702/720] Compiling NIOPosix NonBlockingFileIO.swift
[703/720] Compiling NIOPosix PendingDatagramWritesManager.swift
[704/720] Compiling NIOPosix PendingWritesManager.swift
[705/720] Compiling NIOPosix PipeChannel.swift
[706/720] Compiling NIOPosix PipePair.swift
[707/720] Compiling NIOPosix ThreadWindows.swift
[708/720] Compiling NIOPosix UnsafeTransfer.swift
[709/720] Compiling NIOPosix Utilities.swift
[710/720] Compiling NIOPosix VsockAddress.swift
[711/720] Compiling NIOPosix VsockChannelEvents.swift
[712/720] Compiling NIOPosix Windows.swift
[713/720] Emitting module NIOPosix
[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 NIOTypedApplicationProtocolNegotiationHandler.swift
[726/763] Compiling NIOTLS TLSEvents.swift
[727/763] Compiling NIOSOCKS SOCKSResponse.swift
[728/764] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[729/764] Compiling NIOSOCKS ClientStateMachine.swift
[730/764] Compiling NIOSOCKS AuthenticationMethod.swift
[731/764] Compiling NIOSOCKS ClientGreeting.swift
[732/764] Compiling NIOSOCKS Messages.swift
[733/764] Compiling NIOSOCKS SOCKSRequest.swift
[734/764] Compiling NIOSOCKS Errors.swift
[735/764] Compiling NIOSOCKS Helpers.swift
[736/764] Emitting module NIOSOCKS
[737/764] Compiling NIOSOCKS SOCKSClientHandler.swift
[738/764] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[739/764] Compiling NIOSOCKS ServerStateMachine.swift
[740/765] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[741/765] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[742/765] Emitting module NIOTLS
[743/765] Compiling NIOTLS SNIHandler.swift
[746/766] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[747/766] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[748/766] Emitting module NIOHTTP1
[749/789] Compiling NIOSSL SSLErrors.swift
[750/789] Compiling NIOSSL SSLInit.swift
[751/797] Compiling NIOSSL IdentityVerification.swift
[752/797] Compiling NIOSSL LinuxCABundle.swift
[753/797] Compiling NIOSSL NIOSSLClientHandler.swift
[754/797] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[755/797] Compiling NIOSSL NIOSSLHandler.swift
[756/797] Compiling NIOSSL SSLPrivateKey.swift
[757/797] Compiling NIOSSL SSLPublicKey.swift
[758/797] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[759/797] Compiling NIOSSL SSLPKCS12Bundle.swift
[760/797] Compiling NIOSSL NIOSSLServerHandler.swift
[761/797] Compiling NIOSSL AndroidCABundle.swift
[762/797] Compiling NIOSSL ByteBufferBIO.swift
[763/797] Compiling NIOSSL CustomPrivateKey.swift
[765/816] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[766/816] Emitting module NIOSSL
[767/820] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[768/820] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[769/820] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[770/820] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[771/820] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[772/820] Compiling NIOHPACK IntegerCoding.swift
[773/820] Compiling NIOHPACK IndexedHeaderTable.swift
[774/821] Compiling NIOHTTPCompression HTTPCompression.swift
[775/821] Emitting module NIOHTTPCompression
[776/821] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[777/821] Compiling NIOHTTPCompression HTTPDecompression.swift
[778/822] Compiling NIOHPACK HPACKHeader.swift
[779/822] Compiling NIOHPACK HeaderTables.swift
[782/822] Emitting module NIOFoundationCompat
[783/822] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[785/823] Compiling NIOHPACK DynamicHeaderTable.swift
[786/823] Compiling NIOHPACK HPACKDecoder.swift
[787/823] Compiling NIOHPACK HPACKEncoder.swift
[788/823] Compiling NIOHPACK HPACKErrors.swift
[789/823] Compiling NIOHPACK StaticHeaderTable.swift
[790/823] Compiling NIOSSL SubjectAlternativeName.swift
[791/823] Compiling NIOSSL NIOSSLSecureBytes.swift
[792/823] Compiling NIOSSL RNG.swift
[793/823] Compiling NIOSSL SafeCompare.swift
[794/823] Compiling NIOHPACK HuffmanTables.swift
[795/823] Compiling NIOHPACK HuffmanCoding.swift
[799/823] Emitting module NIOHPACK
[800/845] Compiling NIOTransportServices NIOTSBootstraps.swift
[801/845] Compiling NIOTransportServices NIOTSChannelOptions.swift
[802/845] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[803/847] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[804/847] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[805/847] Compiling NIOTransportServices NIOTSListenerChannel.swift
[806/847] Compiling NIOTransportServices AcceptHandler.swift
[807/847] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[808/847] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[809/847] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[810/847] Compiling NIOTransportServices NIOTSErrors.swift
[811/847] Compiling NIOTransportServices NIOTSEventLoop.swift
[812/847] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[813/847] Compiling NIOTransportServices NIOTSSingletons.swift
[814/847] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[815/847] Compiling NIOTransportServices StateManagedChannel.swift
[816/847] Compiling NIOTransportServices StateManagedListenerChannel.swift
[817/847] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[822/847] Emitting module NIOTransportServices
[823/848] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[824/848] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[829/848] Compiling NIOSSL SSLConnection.swift
[830/848] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[831/848] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[832/848] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[846/909] Compiling NIOHTTP2 HasRemoteSettings.swift
[847/909] Compiling NIOHTTP2 LocallyQuiescingState.swift
[848/909] Compiling NIOHTTP2 QuiescingState.swift
[849/909] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[851/910] Emitting module NIOHTTP2
[852/918] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[853/918] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[854/918] Compiling NIOHTTP2 HTTP2StreamID.swift
[855/918] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[856/918] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[857/918] Compiling NIOHTTP2 HTTP2UserEvents.swift
[858/918] Compiling NIOHTTP2 InboundEventBuffer.swift
[859/918] Compiling NIOHTTP2 InboundWindowManager.swift
[860/918] Compiling NIOHTTP2 HTTP2Frame.swift
[861/918] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[862/918] Compiling NIOHTTP2 HTTP2FrameParser.swift
[863/918] Compiling NIOHTTP2 HTTP2PingData.swift
[864/918] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[865/918] Compiling NIOHTTP2 HTTP2Settings.swift
[866/918] Compiling NIOHTTP2 HTTP2Stream.swift
[867/918] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[868/918] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[869/918] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[870/918] Compiling NIOHTTP2 StreamChannelFlowController.swift
[871/918] Compiling NIOHTTP2 StreamChannelList.swift
[872/918] Compiling NIOHTTP2 StreamMap.swift
[873/918] Compiling NIOHTTP2 StreamStateMachine.swift
[874/918] Compiling NIOHTTP2 UnsafeTransfer.swift
[875/918] Compiling NIOHTTP2 WatermarkedFlowController.swift
[876/918] Compiling NIOHTTP2 DOSHeuristics.swift
[877/918] Compiling NIOHTTP2 Error+Any.swift
[878/918] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[879/918] Compiling NIOHTTP2 ControlFrameBuffer.swift
[880/918] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[881/918] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[882/918] Compiling NIOHTTP2 GlitchesMonitor.swift
[883/918] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[884/918] Compiling NIOHTTP2 ConnectionStateMachine.swift
[885/918] Compiling NIOHTTP2 ConnectionStreamsState.swift
[886/918] Compiling NIOHTTP2 MayReceiveFrames.swift
[887/918] Compiling NIOHTTP2 ReceivingDataState.swift
[888/918] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[889/918] Compiling NIOHTTP2 ReceivingHeadersState.swift
[890/918] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[891/918] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[892/918] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[893/918] Compiling NIOHTTP2 HasFlowControlWindows.swift
[894/918] Compiling NIOHTTP2 HasLocalSettings.swift
[899/918] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[900/918] Compiling NIOHTTP2 StateMachineResult.swift
[901/918] Compiling NIOHTTP2 ContentLengthVerifier.swift
[902/918] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[903/918] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[904/918] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[905/918] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[906/918] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[907/918] Compiling NIOHTTP2 HTTP2Error.swift
[908/918] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[909/918] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[910/918] Compiling NIOHTTP2 MaySendFrames.swift
[911/918] Compiling NIOHTTP2 SendingDataState.swift
[912/918] Compiling NIOHTTP2 SendingGoawayState.swift
[913/918] Compiling NIOHTTP2 SendingHeadersState.swift
[914/918] Compiling NIOHTTP2 SendingPushPromiseState.swift
[915/918] Compiling NIOHTTP2 SendingRstStreamState.swift
[916/918] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[917/918] Compiling NIOHTTP2 HTTP2SettingsState.swift
[918/918] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[920/982] Emitting module AsyncHTTPClient
[921/990] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[922/990] Compiling AsyncHTTPClient NWErrorHandler.swift
[923/990] Compiling AsyncHTTPClient NWWaitingHandler.swift
[924/990] Compiling AsyncHTTPClient TLSConfiguration.swift
[925/990] Compiling AsyncHTTPClient RedirectState.swift
[926/990] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[927/990] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[928/990] Compiling AsyncHTTPClient RequestBag.swift
[929/990] Compiling AsyncHTTPClient RequestValidation.swift
[930/990] Compiling AsyncHTTPClient SSLContextCache.swift
[931/990] Compiling AsyncHTTPClient Scheme.swift
[932/990] Compiling AsyncHTTPClient Singleton.swift
[933/990] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[934/990] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[935/990] Compiling AsyncHTTPClient TracingSupport.swift
[936/990] Compiling AsyncHTTPClient Utils.swift
[937/990] Compiling AsyncHTTPClient HTTPClientResponse.swift
[938/990] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[939/990] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[940/990] Compiling AsyncHTTPClient Transaction.swift
[941/990] Compiling AsyncHTTPClient Base64.swift
[942/990] Compiling AsyncHTTPClient BasicAuth.swift
[943/990] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[944/990] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[945/990] Compiling AsyncHTTPClient ConnectionPool.swift
[946/990] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[947/990] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[948/990] Compiling AsyncHTTPClient TLSEventsHandler.swift
[949/990] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[950/990] Compiling AsyncHTTPClient HTTP1Connection.swift
[951/990] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[952/990] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[953/990] Compiling AsyncHTTPClient HTTP2Connection.swift
[954/990] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[955/990] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[956/990] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[957/990] Compiling AsyncHTTPClient AsyncLazySequence.swift
[958/990] Compiling AsyncHTTPClient HTTPClient+execute.swift
[959/990] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[960/990] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[961/990] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[962/990] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[963/990] Compiling AsyncHTTPClient HTTPClientRequest.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 HTTPConnectionEvent.swift
[974/990] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[975/990] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[976/990] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[977/990] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[978/990] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[979/990] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[980/990] Compiling AsyncHTTPClient RequestBodyLength.swift
[981/990] Compiling AsyncHTTPClient RequestFramingMetadata.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 APICurrentWeather+Map.swift
[993/1075] Compiling OpenWeatherKit APIDailyStatistics+Map.swift
[994/1075] Compiling OpenWeatherKit APIDailySummary+Map.swift
[995/1075] Compiling OpenWeatherKit APIForecastDaily+Map.swift
[996/1075] Compiling OpenWeatherKit APIForecastHourly+Map.swift
[997/1075] Compiling OpenWeatherKit APIForecastNextHour+Map.swift
[998/1075] Compiling OpenWeatherKit APIHistoricalComparisons+Map.swift
[999/1075] Compiling OpenWeatherKit APIHourlyStatistics+Map.swift
[1000/1075] Compiling OpenWeatherKit APIMetadata+Map.swift
[1001/1075] Compiling OpenWeatherKit APIMonthlyStatistics+Map.swift
[1002/1075] Compiling OpenWeatherKit APIWeather+Map.swift
[1003/1075] Compiling OpenWeatherKit APIWeatherAlerts+Map.swift
[1004/1086] Compiling OpenWeatherKit WeatherAttribution.swift
[1005/1086] Compiling OpenWeatherKit WeatherMetadata.swift
[1006/1086] Compiling OpenWeatherKit WeatherQuery.swift
[1007/1086] Compiling OpenWeatherKit DailyWeatherStatistics.swift
[1008/1086] Compiling OpenWeatherKit DayPrecipitationStatistics.swift
[1009/1086] Compiling OpenWeatherKit DayTemperatureStatistics.swift
[1010/1086] Compiling OpenWeatherKit HourTemperatureStatistics.swift
[1011/1086] Compiling OpenWeatherKit HourlyWeatherStatistics.swift
[1012/1086] Compiling OpenWeatherKit MonthPrecipitationStatistics.swift
[1013/1086] Compiling OpenWeatherKit MonthTemperatureStatistics.swift
[1014/1086] Compiling OpenWeatherKit MonthlyWeatherStatistics.swift
[1015/1086] Emitting module OpenWeatherKit
[1016/1086] Compiling OpenWeatherKit APIWeatherAvailability+Map.swift
[1017/1086] Compiling OpenWeatherKit APIWeatherChanges+Map.swift
[1018/1086] Compiling OpenWeatherKit Date+Utils.swift
[1019/1086] Compiling OpenWeatherKit DateFormatter+Utils.swift
[1020/1086] Compiling OpenWeatherKit Int+Utils.swift
[1021/1086] Compiling OpenWeatherKit Measurement+Utils.swift
[1022/1086] Compiling OpenWeatherKit Optional+Utils.swift
[1023/1086] Compiling OpenWeatherKit UnitSpeed.swift
[1024/1086] Compiling OpenWeatherKit WeatherQuery+QueryItems.swift
[1025/1086] Compiling OpenWeatherKit Geocoder.swift
[1026/1086] Compiling OpenWeatherKit APICurrentWeather.swift
[1027/1086] Compiling OpenWeatherKit APIDailySummary.swift
[1028/1086] Compiling OpenWeatherKit HistoricalComparisons.swift
[1029/1086] Compiling OpenWeatherKit HourWeather.swift
[1030/1086] Compiling OpenWeatherKit MinuteWeather.swift
[1031/1086] Compiling OpenWeatherKit WeatherAlert.swift
[1032/1086] Compiling OpenWeatherKit WeatherAvailability.swift
[1033/1086] Compiling OpenWeatherKit WeatherChanges.swift
[1034/1086] Compiling OpenWeatherKit LocationProtocol.swift
[1035/1086] Compiling OpenWeatherKit CurrentWeather.swift
[1036/1086] Compiling OpenWeatherKit DailyWeatherStatisticsQuery.swift
[1037/1086] Compiling OpenWeatherKit DailyWeatherSummaryQuery.swift
[1038/1086] Compiling OpenWeatherKit HourlyWeatherStatisticsQuery.swift
[1039/1086] Compiling OpenWeatherKit MonthlyWeatherStatisticsQuery.swift
[1040/1086] Compiling OpenWeatherKit CloudCoverByAltitude.swift
[1041/1086] Compiling OpenWeatherKit DayPartForecast.swift
[1042/1086] Compiling OpenWeatherKit Precipitation.swift
[1043/1086] Compiling OpenWeatherKit PrecipitationAmountByType.swift
[1044/1086] Compiling OpenWeatherKit PressureTrend.swift
[1045/1086] Compiling OpenWeatherKit SnowfallAmount.swift
[1046/1086] Compiling OpenWeatherKit UVIndex.swift
[1047/1086] Compiling OpenWeatherKit WeatherCondition.swift
[1048/1086] Compiling OpenWeatherKit WeatherSeverity.swift
[1049/1086] Compiling OpenWeatherKit Wind.swift
[1050/1086] Compiling OpenWeatherKit DayWeather.swift
[1051/1086] Compiling OpenWeatherKit Forecast.swift
[1052/1086] Compiling OpenWeatherKit Percentiles.swift
[1053/1086] Compiling OpenWeatherKit DailyWeatherSummary.swift
[1054/1086] Compiling OpenWeatherKit DayPrecipitationSummary.swift
[1055/1086] Compiling OpenWeatherKit DayTemperatureSummary.swift
[1056/1086] Compiling OpenWeatherKit Weather.swift
[1057/1086] Compiling OpenWeatherKit WeatherError.swift
[1058/1086] Compiling OpenWeatherKit WeatherService+Forecast.swift
[1059/1086] Compiling OpenWeatherKit WeatherService+Statistics.swift
[1060/1086] Compiling OpenWeatherKit WeatherService+Summary.swift
[1061/1086] Compiling OpenWeatherKit WeatherService.swift
[1062/1086] Compiling OpenWeatherKit resource_bundle_accessor.swift
[1063/1086] Compiling OpenWeatherKit NetworkClient.swift
[1064/1086] Compiling OpenWeatherKit Client.swift
[1065/1086] Compiling OpenWeatherKit Query.swift
[1066/1086] Compiling OpenWeatherKit Route.swift
[1067/1086] Compiling OpenWeatherKit StatisticsQuery.swift
[1068/1086] Compiling OpenWeatherKit WeatherProxy.swift
[1069/1086] Compiling OpenWeatherKit MoonEvents.swift
[1070/1086] Compiling OpenWeatherKit MoonPhase.swift
[1071/1086] Compiling OpenWeatherKit SunEvents.swift
[1072/1086] Compiling OpenWeatherKit AlertSummary.swift
[1073/1086] Compiling OpenWeatherKit AlertUrgency.swift
[1074/1086] Compiling OpenWeatherKit Certainty.swift
[1075/1086] Compiling OpenWeatherKit APIForecastDaily.swift
[1076/1086] Compiling OpenWeatherKit APIForecastHourly.swift
[1077/1086] Compiling OpenWeatherKit APIForecastNextHour.swift
[1078/1086] Compiling OpenWeatherKit APIHistoricalComparisons.swift
[1079/1086] Compiling OpenWeatherKit APIMetadata.swift
[1080/1086] Compiling OpenWeatherKit APIPrecipitationAmountByType.swift
[1081/1086] Compiling OpenWeatherKit APIStatistics.swift
[1082/1086] Compiling OpenWeatherKit APIWeather.swift
[1083/1086] Compiling OpenWeatherKit APIWeatherAlerts.swift
[1084/1086] Compiling OpenWeatherKit APIWeatherAvailability.swift
[1085/1086] Compiling OpenWeatherKit APIWeatherChanges.swift
[1086/1086] Compiling OpenWeatherKit TextCaseCoding.swift
Build complete! (497.72s)
Build complete.
{
  "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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.