Build Information
Successful build of open-weather-kit, reference 1.2.0 (915f7a
), with Swift 6.0 for Linux on 20 Feb 2025 21:41:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jagreenwood/open-weather-kit.git
Reference: 1.2.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 1.2.0 -> FETCH_HEAD
HEAD is now at 915f7a0 Concurrency Updates (#37)
Cloned https://github.com/jagreenwood/open-weather-kit.git
Revision (git rev-parse @):
915f7a00285c74edfbf4beabc456b78c5f9f3069
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jagreenwood/open-weather-kit.git at 1.2.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/jagreenwood/open-weather-kit.git
https://github.com/jagreenwood/open-weather-kit.git
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"
}
],
"products" : [
{
"name" : "OpenWeatherKit",
"targets" : [
"OpenWeatherKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenWeatherKitTests",
"module_type" : "SwiftTarget",
"name" : "OpenWeatherKitTests",
"path" : "Tests/OpenWeatherKitTests",
"sources" : [
"OpenWeatherKitTests.swift",
"Utils/Geocoder+Mock.swift",
"Utils/MockClient.swift",
"Utils/MockData.swift"
],
"target_dependencies" : [
"OpenWeatherKit"
],
"type" : "test"
},
{
"c99name" : "OpenWeatherKit",
"module_type" : "SwiftTarget",
"name" : "OpenWeatherKit",
"path" : "Sources/OpenWeatherKit",
"product_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/APIForecastDaily+Map.swift",
"Internal/Extensions/APIForecastHourly+Map.swift",
"Internal/Extensions/APIForecastNextHour+Map.swift",
"Internal/Extensions/APIMetadata+Map.swift",
"Internal/Extensions/APIWeather+Map.swift",
"Internal/Extensions/APIWeatherAlerts+Map.swift",
"Internal/Extensions/APIWeatherAvailability+Map.swift",
"Internal/Extensions/Date+Utils.swift",
"Internal/Extensions/Optional+Utils.swift",
"Internal/Extensions/Sendable+Compat.swift",
"Internal/Extensions/UnitSpeed.swift",
"Internal/Extensions/WeatherQuery+QueryItems.swift",
"Internal/Geocoder.swift",
"Internal/Models/APICurrentWeather.swift",
"Internal/Models/APIForecastDaily.swift",
"Internal/Models/APIForecastHourly.swift",
"Internal/Models/APIForecastNextHour.swift",
"Internal/Models/APIMetadata.swift",
"Internal/Models/APIWeather.swift",
"Internal/Models/APIWeatherAlerts.swift",
"Internal/Models/APIWeatherAvailability.swift",
"Internal/NetworkClient.swift",
"Internal/Protocols/Client.swift",
"Internal/Query.swift",
"Internal/Route.swift",
"Internal/WeatherProxy.swift",
"Public/Celestial/MoonEvents.swift",
"Public/Celestial/MoonPhase.swift",
"Public/Celestial/SunEvents.swift",
"Public/Characteristics/AlertSummary.swift",
"Public/Characteristics/AlertUrgency.swift",
"Public/Characteristics/Certainty.swift",
"Public/Characteristics/Precipitation.swift",
"Public/Characteristics/PressureTrend.swift",
"Public/Characteristics/UVIndex.swift",
"Public/Characteristics/WeatherCondition.swift",
"Public/Characteristics/WeatherSeverity.swift",
"Public/Characteristics/Wind.swift",
"Public/Forecast/DayWeather.swift",
"Public/Forecast/Forecast.swift",
"Public/Forecast/HourWeather.swift",
"Public/Forecast/MinuteWeather.swift",
"Public/Forecast/WeatherAlert.swift",
"Public/Forecast/WeatherAvailability.swift",
"Public/Protocols/LocationProtocol.swift",
"Public/Requests/CurrentWeather.swift",
"Public/Requests/WeatherAttribution.swift",
"Public/Requests/WeatherMetadata.swift",
"Public/Requests/WeatherQuery.swift",
"Public/Weather.swift",
"Public/WeatherError.swift",
"Public/WeatherService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/swift-server/async-http-client.git
[1/13655] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.16s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (1.02s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/3765] Fetching swift-log
[378/6083] Fetching swift-log, swift-nio-transport-services
[749/11472] Fetching swift-log, swift-nio-transport-services, swift-nio-extras
[2423/13041] Fetching swift-log, swift-nio-transport-services, swift-nio-extras, swift-atomics
[3328/18856] Fetching swift-log, swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.67s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.83s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.87s)
Fetched https://github.com/apple/swift-log.git from cache (0.87s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.87s)
[1/11298] Fetching swift-nio-http2
[2600/25724] Fetching swift-nio-http2, swift-nio-ssl
[2889/99451] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.21s)
[54976/88153] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.34s)
[48660/73727] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.40s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.07s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (1.03s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.38s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/15668] Fetching swift-collections
[785/19816] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.71s)
Fetched https://github.com/apple/swift-collections.git from cache (1.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.39s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (1.06s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (1.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.99s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (1.62s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1070] Fetching swift-http-structured-headers
[66/1892] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.42s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.43s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.0 (1.05s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.97s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (1.07s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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.35.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.25.2
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
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.29.3
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
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.3.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.2
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.23.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.25.0
Building for debugging...
[0/442] Write sources
[0/442] Copying Info.plist
[0/442] Write sources
[0/442] Copying Localizable.strings
[0/442] Write sources
[21/442] Compiling CNIODarwin shim.c
[21/442] Compiling CNIOLinux liburing_shims.c
[23/442] Write sources
[24/442] Compiling CNIOWindows WSAStartup.c
[24/442] Write sources
[29/442] Compiling _NumericsShims _NumericsShims.c
[30/442] Compiling CNIOWindows shim.c
[31/442] Compiling _AtomicsShims.c
[32/442] Compiling CNIOWASI CNIOWASI.c
[33/442] Compiling CNIOLLHTTP c_nio_http.c
[34/442] Compiling CNIOExtrasZlib empty.c
[35/442] Compiling CNIOLinux shim.c
[36/442] Compiling fiat_p256_adx_sqr.S
[37/442] Compiling CNIOLLHTTP c_nio_api.c
[38/442] Compiling fiat_p256_adx_mul.S
[39/442] Compiling fiat_curve25519_adx_mul.S
[40/442] Compiling fiat_curve25519_adx_square.S
[41/442] Compiling CNIOLLHTTP c_nio_llhttp.c
[42/442] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[43/442] Write swift-version-24593BA9C3E375BF.txt
[44/442] Compiling CNIOBoringSSLShims shims.c
[45/446] Compiling tls_method.cc
[46/446] Compiling tls_record.cc
[47/448] Compiling tls13_server.cc
[48/448] Compiling tls13_client.cc
[49/458] Compiling t1_enc.cc
[50/458] Compiling tls13_enc.cc
[52/499] Emitting module _NIODataStructures
[52/499] Compiling tls13_both.cc
[53/499] Compiling ssl_x509.cc
[54/499] Compiling ssl_versions.cc
[55/499] Compiling ssl_transcript.cc
[56/499] Compiling ssl_stat.cc
[58/499] Emitting module _NIOBase64
[59/499] Compiling _NIOBase64 Base64.swift
[60/500] Compiling Atomics Primitives.shims.swift
[61/500] Compiling Atomics AtomicInteger.swift
[62/500] Compiling Atomics AtomicOptionalWrappable.swift
[63/502] Compiling Atomics AtomicMemoryOrderings.swift
[64/502] Compiling Atomics DoubleWord.swift
[65/504] Compiling Atomics RawRepresentable.swift
[66/504] Compiling Atomics AtomicBool.swift
[67/504] Compiling Atomics AtomicValue.swift
[68/504] Compiling Atomics ManagedAtomic.swift
[69/504] Compiling Atomics AtomicReference.swift
[70/504] Compiling Atomics AtomicStorage.swift
[71/504] Compiling Atomics IntegerConformances.swift
[72/504] Compiling Atomics PointerConformances.swift
[73/504] Compiling Atomics Primitives.native.swift
[74/504] Compiling RealModule Real.swift
[75/505] Compiling RealModule Float+Real.swift
[76/505] Emitting module InternalCollectionsUtilities
[77/505] Compiling RealModule ElementaryFunctions.swift
[81/505] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/505] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/505] Compiling Atomics ManagedAtomicLazyReference.swift
[84/505] Compiling Atomics OptionalRawRepresentable.swift
[87/505] Emitting module RealModule
[97/505] Compiling _NIODataStructures PriorityQueue.swift
[98/505] Compiling _NIODataStructures _TinyArray.swift
[103/505] Compiling RealModule Float16+Real.swift
[106/505] Compiling RealModule Float80+Real.swift
[108/505] Compiling RealModule RealFunctions.swift
[112/507] Compiling Atomics IntegerOperations.swift
[113/507] Compiling Atomics Unmanaged extensions.swift
[115/507] Emitting module Atomics
[116/533] Compiling ssl_privkey.cc
[117/533] Compiling ssl_session.cc
[119/548] Compiling Logging MetadataProvider.swift
[120/548] Compiling _NIODataStructures Heap.swift
[121/548] Emitting module Logging
[122/549] Compiling Logging Locks.swift
[123/549] Compiling Logging LogHandler.swift
[124/549] Compiling Logging Logging.swift
[125/550] Compiling DequeModule Deque+CustomReflectable.swift
[126/550] Compiling DequeModule Deque+Descriptions.swift
[129/552] Compiling DequeModule _DequeBuffer.swift
[130/552] Compiling DequeModule _DequeBufferHeader.swift
[131/552] Compiling DequeModule _DequeSlot.swift
[132/552] Compiling DequeModule _UnsafeWrappedBuffer.swift
[133/552] Compiling DequeModule Deque+Testing.swift
[134/552] Compiling DequeModule Deque._Storage.swift
[134/552] Compiling ssl_key_share.cc
[136/552] Compiling DequeModule Deque+Equatable.swift
[137/552] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[138/552] Compiling DequeModule Deque._UnsafeHandle.swift
[139/552] Compiling DequeModule Deque.swift
[140/552] Compiling DequeModule Deque+Extras.swift
[141/552] Compiling DequeModule Deque+Hashable.swift
[142/552] Compiling Algorithms Split.swift
[143/552] Compiling Algorithms Stride.swift
[144/552] Compiling Algorithms Suffix.swift
[145/555] Compiling Algorithms RandomSample.swift
[146/555] Compiling Algorithms Reductions.swift
[147/555] Compiling Algorithms Rotate.swift
[148/555] Compiling DequeModule Deque+Codable.swift
[149/555] Compiling DequeModule Deque+Collection.swift
[149/555] Compiling ssl_lib.cc
[150/555] Compiling ssl_file.cc
[151/555] Compiling ssl_credential.cc
[152/555] Compiling ssl_cert.cc
[153/555] Compiling ssl_cipher.cc
[159/555] Compiling Algorithms Permutations.swift
[160/555] Compiling Algorithms Product.swift
[161/555] Emitting module DequeModule
[171/556] Compiling Algorithms Trim.swift
[172/556] Compiling Algorithms Unique.swift
[173/556] Compiling Algorithms Windows.swift
[173/556] Compiling ssl_buffer.cc
[174/556] Compiling ssl_aead_ctx.cc
[175/556] Compiling ssl_asn1.cc
[176/556] Compiling s3_pkt.cc
[181/556] Compiling s3_lib.cc
[182/556] Compiling s3_both.cc
[183/556] Compiling handshake_server.cc
[184/556] Compiling handshake_client.cc
[185/556] Compiling handshake.cc
[186/556] Compiling handoff.cc
[187/556] Compiling encrypted_client_hello.cc
[188/556] Compiling dtls_record.cc
[189/556] Compiling extensions.cc
[190/556] Compiling md5-x86_64-linux.S
[191/556] Compiling md5-x86_64-apple.S
[192/556] Compiling md5-586-linux.S
[193/556] Compiling md5-586-apple.S
[194/556] Compiling dtls_method.cc
[195/556] Compiling chacha20_poly1305_x86_64-linux.S
[196/556] Compiling bio_ssl.cc
[197/556] Compiling chacha20_poly1305_x86_64-apple.S
[198/556] Compiling chacha20_poly1305_armv8-win.S
[199/556] Compiling chacha20_poly1305_armv8-linux.S
[200/556] Compiling err_data.cc
[201/556] Compiling chacha20_poly1305_armv8-apple.S
[202/556] Compiling d1_pkt.cc
[203/556] Compiling chacha-x86_64-linux.S
[204/556] Compiling chacha-x86_64-apple.S
[205/556] Compiling d1_srtp.cc
[206/556] Compiling chacha-x86-linux.S
[207/556] Compiling chacha-armv8-win.S
[209/556] Emitting module Algorithms
[209/556] Compiling chacha-x86-apple.S
[210/557] Compiling chacha-armv8-linux.S
[211/557] Compiling chacha-armv8-apple.S
[212/557] Compiling chacha-armv4-linux.S
[213/557] Compiling aes128gcmsiv-x86_64-apple.S
[214/557] Compiling aes128gcmsiv-x86_64-linux.S
[215/557] Compiling x86_64-mont5-linux.S
[217/557] Compiling x86_64-mont5-apple.S
[218/557] Compiling x86_64-mont-linux.S
[219/557] Compiling x86_64-mont-apple.S
[220/557] Compiling x86-mont-linux.S
[221/557] Compiling x86-mont-apple.S
[222/557] Compiling vpaes-x86_64-linux.S
[223/557] Compiling vpaes-x86_64-apple.S
[224/557] Compiling vpaes-x86-linux.S
[225/557] Compiling vpaes-armv8-apple.S
[226/557] Compiling vpaes-x86-apple.S
[227/557] Compiling vpaes-armv8-win.S
[228/557] Compiling vpaes-armv7-linux.S
[229/557] Compiling vpaes-armv8-linux.S
[230/557] Compiling d1_lib.cc
[231/557] Compiling d1_both.cc
[232/557] Compiling sha512-x86_64-linux.S
[233/557] Compiling sha512-586-linux.S
[234/557] Compiling sha512-x86_64-apple.S
[235/557] Compiling sha512-armv8-linux.S
[236/557] Compiling sha512-armv8-apple.S
[237/557] Compiling sha512-armv8-win.S
[238/557] Compiling sha512-armv4-linux.S
[239/557] Compiling sha512-586-apple.S
[240/557] Compiling sha256-armv8-linux.S
[241/557] Compiling sha256-x86_64-apple.S
[242/557] Compiling sha256-armv4-linux.S
[243/557] Compiling sha256-x86_64-linux.S
[244/557] Compiling sha256-armv8-win.S
[245/557] Compiling sha256-armv8-apple.S
[246/557] Compiling sha256-586-linux.S
[247/557] Compiling sha256-586-apple.S
[248/557] Compiling sha1-x86_64-linux.S
[249/557] Compiling sha1-armv4-large-linux.S
[249/557] Compiling sha1-x86_64-apple.S
[251/557] Compiling sha1-586-linux.S
[252/557] Compiling sha1-armv8-win.S
[253/557] Compiling sha1-armv8-linux.S
[254/557] Compiling sha1-armv8-apple.S
[255/557] Compiling sha1-586-apple.S
[256/557] Compiling rsaz-avx2-apple.S
[257/557] Compiling rsaz-avx2-linux.S
[258/557] Compiling p256_beeu-x86_64-asm-linux.S
[259/557] Compiling p256_beeu-armv8-asm-win.S
[260/557] Compiling p256_beeu-x86_64-asm-apple.S
[261/557] Compiling rdrand-x86_64-linux.S
[262/557] Compiling rdrand-x86_64-apple.S
[263/557] Compiling p256_beeu-armv8-asm-linux.S
[264/557] Compiling p256_beeu-armv8-asm-apple.S
[265/557] Compiling p256-armv8-asm-linux.S
[266/557] Compiling p256-armv8-asm-win.S
[267/557] Compiling ghashv8-armv8-linux.S
[268/557] Compiling p256-x86_64-asm-apple.S
[269/557] Compiling p256-x86_64-asm-linux.S
[270/557] Compiling ghashv8-armv8-apple.S
[271/557] Compiling ghashv8-armv8-win.S
[272/557] Compiling p256-armv8-asm-apple.S
[273/557] Compiling ghash-x86-apple.S
[274/557] Compiling ghashv8-armv7-linux.S
[275/557] Compiling ghash-x86-linux.S
[275/557] Compiling ghash-x86_64-linux.S
[277/557] Compiling ghash-x86_64-apple.S
[278/557] Compiling ghash-ssse3-x86_64-linux.S
[279/557] Compiling ghash-ssse3-x86_64-apple.S
[280/557] Compiling ghash-ssse3-x86-linux.S
[281/557] Compiling ghash-neon-armv8-win.S
[282/557] Compiling ghash-ssse3-x86-apple.S
[283/557] Compiling ghash-neon-armv8-linux.S
[283/557] Compiling co-586-apple.S
[285/557] Compiling ghash-neon-armv8-apple.S
[286/557] Compiling ghash-armv4-linux.S
[287/557] Compiling co-586-linux.S
[288/557] Compiling bsaes-armv7-linux.S
[289/557] Compiling bn-armv8-win.S
[290/557] Compiling bn-586-linux.S
[291/557] Compiling bn-armv8-linux.S
[292/557] Compiling bn-armv8-apple.S
[293/557] Compiling bn-586-apple.S
[294/557] Compiling armv8-mont-win.S
[295/557] Compiling armv8-mont-linux.S
[296/557] Compiling armv8-mont-apple.S
[297/557] Compiling aesv8-gcm-armv8-win.S
[297/557] Compiling armv4-mont-linux.S
[299/557] Compiling aesv8-gcm-armv8-apple.S
[300/557] Compiling aesv8-gcm-armv8-linux.S
[301/557] Compiling aesv8-armv8-linux.S
[302/557] Compiling aesv8-armv8-win.S
[303/557] Compiling aesv8-armv8-apple.S
[304/557] Compiling aesni-x86_64-apple.S
[305/557] Compiling aesv8-armv7-linux.S
[306/557] Compiling aesni-x86_64-linux.S
[307/557] Compiling aesni-x86-linux.S
[308/557] Compiling aesni-x86-apple.S
[309/557] Compiling aesni-gcm-x86_64-linux.S
[310/557] Compiling aesni-gcm-x86_64-apple.S
[311/557] Compiling x_val.cc
[312/557] Compiling x_x509.cc
[313/557] Compiling x_x509a.cc
[314/557] Compiling x_req.cc
[315/557] Compiling x_sig.cc
[316/557] Compiling x_pubkey.cc
[317/557] Compiling x_spki.cc
[318/557] Compiling x_name.cc
[319/557] Compiling x_exten.cc
[320/557] Compiling x_crl.cc
[321/557] Compiling x_attrib.cc
[322/557] Compiling x509spki.cc
[323/557] Compiling x_algor.cc
[324/557] Compiling x509rset.cc
[325/557] Compiling x_all.cc
[326/557] Compiling x509name.cc
[327/557] Compiling x509cset.cc
[328/557] Compiling x509_vpm.cc
[329/557] Compiling x509_txt.cc
[330/557] Compiling x509_v3.cc
[331/557] Compiling x509_trs.cc
[332/557] Compiling x509_vfy.cc
[333/557] Compiling x509_set.cc
[334/557] Compiling x509_req.cc
[335/557] Compiling x509_obj.cc
[336/557] Compiling x509_lu.cc
[337/557] Compiling x509_ext.cc
[338/557] Compiling x509_def.cc
[339/557] Compiling x509_d2.cc
[340/557] Compiling x509_cmp.cc
[341/557] Compiling x509_att.cc
[342/557] Compiling x509.cc
[343/557] Compiling v3_utl.cc
[344/557] Compiling v3_skey.cc
[345/557] Compiling v3_purp.cc
[346/557] Compiling v3_prn.cc
[347/557] Compiling v3_pcons.cc
[348/557] Compiling v3_pmaps.cc
[349/557] Compiling v3_ocsp.cc
[350/557] Compiling v3_ncons.cc
[351/557] Compiling v3_int.cc
[352/557] Compiling v3_lib.cc
[353/557] Compiling v3_info.cc
[354/557] Compiling v3_ia5.cc
[355/557] Compiling v3_genn.cc
[356/557] Compiling v3_extku.cc
[357/557] Compiling v3_enum.cc
[358/557] Compiling v3_crld.cc
[359/557] Compiling v3_conf.cc
[360/557] Compiling v3_cpols.cc
[361/557] Compiling v3_bitst.cc
[362/557] Compiling v3_bcons.cc
[363/557] Compiling v3_akeya.cc
[364/557] Compiling v3_alt.cc
[365/557] Compiling t_x509a.cc
[366/557] Compiling v3_akey.cc
[367/557] Compiling t_x509.cc
[368/557] Compiling t_req.cc
[369/557] Compiling t_crl.cc
[370/557] Compiling i2d_pr.cc
[371/557] Compiling rsa_pss.cc
[372/557] Compiling name_print.cc
[373/557] Compiling policy.cc
[374/557] Compiling by_file.cc
[375/557] Compiling a_verify.cc
[376/557] Compiling algorithm.cc
[377/557] Compiling by_dir.cc
[378/557] Compiling asn1_gen.cc
[379/557] Compiling a_digest.cc
[380/557] Compiling trust_token.cc
[381/557] Compiling a_sign.cc
[382/557] Compiling voprf.cc
[383/557] Compiling thread_win.cc
[384/557] Compiling pmbtoken.cc
[385/557] Compiling stack.cc
[386/557] Compiling thread_pthread.cc
[387/557] Compiling thread_none.cc
[388/557] Compiling thread.cc
[389/557] Compiling wots.cc
[390/557] Compiling thash.cc
[391/557] Compiling fors.cc
[392/557] Compiling slhdsa.cc
[393/557] Compiling sha512.cc
[394/557] Compiling siphash.cc
[395/557] Compiling merkle.cc
[396/557] Compiling sha256.cc
[397/557] Compiling sha1.cc
[398/557] Compiling rsa_extra.cc
[399/557] Compiling rsa_print.cc
[400/557] Compiling rsa_asn1.cc
[401/557] Compiling rc4.cc
[402/557] Compiling refcount.cc
[403/557] Compiling rsa_crypt.cc
[404/557] Compiling trusty.cc
[405/557] Compiling windows.cc
[406/557] Compiling urandom.cc
[407/557] Compiling rand_extra.cc
[408/557] Compiling deterministic.cc
[409/557] Compiling ios.cc
[410/557] Compiling poly1305_arm_asm.S
[411/557] Compiling getentropy.cc
[412/557] Compiling passive.cc
[413/557] Compiling forkunsafe.cc
[414/557] Compiling fork_detect.cc
[415/557] Compiling pool.cc
[416/557] Compiling poly1305_arm.cc
[417/557] Compiling poly1305_vec.cc
[418/557] Compiling poly1305.cc
[419/557] Compiling pkcs7.cc
[420/557] Compiling pkcs7_x509.cc
[421/557] Compiling p5_pbev2.cc
[422/557] Compiling pkcs8_x509.cc
[423/557] Compiling pkcs8.cc
[424/557] Compiling pem_pkey.cc
[425/557] Compiling pem_xaux.cc
[426/557] Compiling pem_x509.cc
[427/557] Compiling pem_oth.cc
[428/557] Compiling obj_xref.cc
[429/557] Compiling pem_pk8.cc
[430/557] Compiling pem_info.cc
[431/557] Compiling mlkem.cc
[432/557] Compiling obj.cc
[433/557] Compiling pem_all.cc
[434/557] Compiling md5.cc
[435/557] Compiling mldsa.cc
[436/557] Compiling md4.cc
[437/557] Compiling poly_rq_mul.S
[438/557] Compiling pem_lib.cc
[439/557] Compiling fips_shared_support.cc
[440/557] Compiling mem.cc
[441/557] Compiling lhash.cc
[442/557] Compiling kyber.cc
[443/557] Compiling keccak.cc
[444/557] Compiling ex_data.cc
[445/557] Compiling hpke.cc
[446/557] Compiling sign.cc
[447/557] Compiling hrss.cc
[448/557] Compiling scrypt.cc
[449/557] Compiling pbkdf.cc
[450/557] Compiling p_x25519_asn1.cc
[451/557] Compiling print.cc
[452/557] Compiling p_x25519.cc
[453/557] Compiling p_hkdf.cc
[454/557] Compiling p_rsa_asn1.cc
[455/557] Compiling p_rsa.cc
[456/557] Compiling p_ed25519_asn1.cc
[457/557] Compiling p_ed25519.cc
[458/557] Compiling p_ec.cc
[459/557] Compiling p_ec_asn1.cc
[460/557] Compiling p_dsa_asn1.cc
[461/557] Compiling p_dh_asn1.cc
[462/557] Compiling p_dh.cc
[463/557] Compiling evp_asn1.cc
[464/557] Compiling evp_ctx.cc
[465/557] Compiling engine.cc
[466/557] Compiling evp.cc
[467/557] Compiling hash_to_curve.cc
[468/557] Compiling err.cc
[469/557] Compiling ecdh_extra.cc
[470/557] Compiling ec_derive.cc
[471/557] Compiling ecdsa_asn1.cc
[472/557] Compiling ec_asn1.cc
[473/557] Compiling dsa.cc
[474/557] Compiling dsa_asn1.cc
[475/557] Compiling params.cc
[476/557] Compiling digest_extra.cc
[477/557] Compiling dh_asn1.cc
[478/557] Compiling x25519-asm-arm.S
[479/557] Compiling crypto.cc
[480/557] Compiling des.cc
[481/557] Compiling curve25519.cc
[482/557] Compiling spake25519.cc
[483/557] Compiling bcm.cc
[484/557] Compiling cpu_intel.cc
[485/557] Compiling cpu_arm_linux.cc
[486/557] Compiling cpu_arm_freebsd.cc
[487/557] Compiling cpu_aarch64_sysreg.cc
[488/557] Compiling cpu_aarch64_win.cc
[489/557] Compiling cpu_aarch64_openbsd.cc
[490/557] Compiling cpu_aarch64_fuchsia.cc
[491/557] Compiling cpu_aarch64_linux.cc
[492/557] Compiling cpu_aarch64_apple.cc
[493/557] Compiling curve25519_64_adx.cc
[494/557] Compiling conf.cc
[495/557] Compiling e_rc4.cc
[496/557] Compiling tls_cbc.cc
[497/557] Compiling e_tls.cc
[498/557] Compiling e_null.cc
[499/557] Compiling e_rc2.cc
[499/557] Compiling e_chacha20poly1305.cc
[501/557] Compiling e_des.cc
[502/557] Compiling derive_key.cc
[503/557] Compiling e_aesgcmsiv.cc
[504/557] Compiling e_aesctrhmac.cc
[505/557] Compiling cipher_extra.cc
[506/557] Compiling chacha.cc
[507/557] Compiling unicode.cc
[508/557] Compiling cbs.cc
[509/557] Compiling buf.cc
[510/557] Compiling ber.cc
[511/557] Compiling cbb.cc
[512/557] Compiling socket_helper.cc
[513/557] Compiling asn1_compat.cc
[514/557] Compiling socket.cc
[515/557] Compiling printf.cc
[516/557] Compiling bn_asn1.cc
[517/557] Compiling blake2.cc
[518/557] Compiling convert.cc
[519/557] Compiling hexdump.cc
[520/557] Compiling file.cc
[521/557] Compiling pair.cc
[522/557] Compiling errno.cc
[523/557] Compiling connect.cc
[524/557] Compiling bio.cc
[524/557] Compiling fd.cc
[526/557] Compiling base64.cc
[527/557] Compiling tasn_utl.cc
[528/557] Compiling bio_mem.cc
[529/557] Compiling tasn_typ.cc
[530/557] Compiling posix_time.cc
[531/557] Compiling tasn_fre.cc
[532/557] Compiling tasn_new.cc
[533/557] Compiling f_string.cc
[533/557] Compiling tasn_dec.cc
[533/557] Compiling asn_pack.cc
[533/557] Compiling tasn_enc.cc
[533/557] Compiling f_int.cc
[533/557] Compiling a_utctm.cc
[533/557] Compiling asn1_par.cc
[533/557] Compiling a_time.cc
[533/557] Compiling a_strnid.cc
[533/557] Compiling asn1_lib.cc
[533/557] Compiling a_strex.cc
[533/557] Compiling a_type.cc
[533/557] Compiling a_mbstr.cc
[533/557] Compiling a_octet.cc
[533/557] Compiling a_i2d_fp.cc
[548/557] Compiling a_int.cc
[548/557] Compiling a_object.cc
[550/557] Compiling a_gentm.cc
[551/557] Compiling a_dup.cc
[552/557] Compiling a_d2i_fp.cc
[553/557] Compiling a_bool.cc
[554/557] Compiling a_bitstr.cc
[555/557] Compiling c-nioatomics.c
[556/557] Compiling c-atomics.c
[558/563] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[559/563] Compiling NIOConcurrencyHelpers lock.swift
[560/563] Compiling NIOConcurrencyHelpers atomics.swift
[561/563] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[562/563] Compiling NIOConcurrencyHelpers NIOLock.swift
[563/563] Emitting module NIOConcurrencyHelpers
[565/623] Compiling NIOCore MarkedCircularBuffer.swift
[566/623] Compiling NIOCore MulticastChannel.swift
[567/623] Compiling NIOCore NIOAny.swift
[568/623] Compiling NIOCore NIOCloseOnErrorHandler.swift
[569/623] Compiling NIOCore NIOLoopBound.swift
[570/623] Compiling NIOCore NIOScheduledCallback.swift
[571/623] Compiling NIOCore NIOSendable.swift
[572/623] Compiling NIOCore RecvByteBufferAllocator.swift
[573/631] Compiling NIOCore GlobalSingletons.swift
[574/631] Compiling NIOCore IO.swift
[575/631] Compiling NIOCore IOData.swift
[576/631] Compiling NIOCore IPProtocol.swift
[577/631] Compiling NIOCore IntegerBitPacking.swift
[578/631] Compiling NIOCore IntegerTypes.swift
[579/631] Compiling NIOCore Interfaces.swift
[580/631] Compiling NIOCore Linux.swift
[581/631] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[582/631] Compiling NIOCore SocketAddresses.swift
[583/631] Compiling NIOCore SocketOptionProvider.swift
[584/631] Compiling NIOCore SystemCallHelpers.swift
[585/631] Compiling NIOCore TimeAmount+Duration.swift
[586/631] Compiling NIOCore TypeAssistedChannelHandler.swift
[587/631] Compiling NIOCore UniversalBootstrapSupport.swift
[588/631] Compiling NIOCore Utilities.swift
[589/631] Compiling NIOCore AddressedEnvelope.swift
[590/631] Compiling NIOCore AsyncAwaitSupport.swift
[591/631] Compiling NIOCore AsyncChannel.swift
[592/631] Compiling NIOCore AsyncChannelHandler.swift
[593/631] Compiling NIOCore AsyncChannelInboundStream.swift
[594/631] Compiling NIOCore AsyncChannelOutboundWriter.swift
[595/631] Compiling NIOCore NIOAsyncSequenceProducer.swift
[596/631] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[597/631] Compiling NIOCore NIOAsyncWriter.swift
[598/631] Compiling NIOCore ChannelPipeline.swift
[599/631] Compiling NIOCore CircularBuffer.swift
[600/631] Compiling NIOCore Codec.swift
[601/631] Compiling NIOCore ConvenienceOptionSupport.swift
[602/631] Compiling NIOCore DeadChannel.swift
[603/631] Compiling NIOCore DispatchQueue+WithFuture.swift
[604/631] Compiling NIOCore EventLoop+Deprecated.swift
[605/631] Compiling NIOCore EventLoop+SerialExecutor.swift
[606/631] Compiling NIOCore EventLoop.swift
[607/631] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[608/631] Compiling NIOCore EventLoopFuture+Deprecated.swift
[609/631] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[610/631] Compiling NIOCore EventLoopFuture.swift
[611/631] Compiling NIOCore FileDescriptor.swift
[612/631] Compiling NIOCore FileHandle.swift
[613/631] Compiling NIOCore FileRegion.swift
[614/631] Compiling NIOCore ByteBuffer-multi-int.swift
[615/631] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[616/631] Compiling NIOCore ByteBuffer-views.swift
[617/631] Compiling NIOCore Channel.swift
[618/631] Compiling NIOCore ChannelHandler.swift
[619/631] Compiling NIOCore ChannelHandlers.swift
[620/631] Compiling NIOCore ChannelInvoker.swift
[621/631] Compiling NIOCore ChannelOption.swift
[622/631] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[623/631] Compiling NIOCore BSDSocketAPI.swift
[624/631] Compiling NIOCore ByteBuffer-aux.swift
[625/631] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[626/631] Compiling NIOCore ByteBuffer-conversions.swift
[627/631] Compiling NIOCore ByteBuffer-core.swift
[628/631] Compiling NIOCore ByteBuffer-hex.swift
[629/631] Compiling NIOCore ByteBuffer-int.swift
[630/631] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[631/631] Emitting module NIOCore
[633/683] Emitting module NIOEmbedded
[634/683] Compiling NIOEmbedded AsyncTestingChannel.swift
[635/683] Compiling NIOEmbedded Embedded.swift
[636/683] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[638/684] Emitting module NIOPosix
[639/690] Compiling NIOPosix ServerSocket.swift
[640/690] Compiling NIOPosix Socket.swift
[641/690] Compiling NIOPosix SocketChannel.swift
[642/690] Compiling NIOPosix SocketProtocols.swift
[643/690] Compiling NIOPosix System.swift
[644/690] Compiling NIOPosix Thread.swift
[645/690] Compiling NIOPosix ThreadPosix.swift
[646/690] Compiling NIOPosix ThreadWindows.swift
[647/690] Compiling NIOPosix UnsafeTransfer.swift
[648/690] Compiling NIOPosix Utilities.swift
[649/690] Compiling NIOPosix VsockAddress.swift
[650/690] Compiling NIOPosix VsockChannelEvents.swift
[651/690] Compiling NIOPosix BSDSocketAPICommon.swift
[652/690] Compiling NIOPosix BSDSocketAPIPosix.swift
[653/690] Compiling NIOPosix BSDSocketAPIWindows.swift
[654/690] Compiling NIOPosix BaseSocket.swift
[655/690] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[656/690] Compiling NIOPosix BaseSocketChannel.swift
[657/690] Compiling NIOPosix BaseStreamSocketChannel.swift
[658/690] Compiling NIOPosix PooledRecvBufferAllocator.swift
[659/690] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[660/690] Compiling NIOPosix PosixSingletons.swift
[661/690] Compiling NIOPosix RawSocketBootstrap.swift
[662/690] Compiling NIOPosix Resolver.swift
[663/690] Compiling NIOPosix Selectable.swift
[664/690] Compiling NIOPosix IO.swift
[665/690] Compiling NIOPosix IntegerBitPacking.swift
[666/690] Compiling NIOPosix IntegerTypes.swift
[667/690] Compiling NIOPosix Linux.swift
[668/690] Compiling NIOPosix LinuxCPUSet.swift
[669/690] Compiling NIOPosix LinuxUring.swift
[670/690] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[671/690] Compiling NIOPosix Bootstrap.swift
[672/690] Compiling NIOPosix ControlMessage.swift
[673/690] Compiling NIOPosix DatagramVectorReadManager.swift
[674/690] Compiling NIOPosix Errors+Any.swift
[675/690] Compiling NIOPosix FileDescriptor.swift
[676/690] Compiling NIOPosix GetaddrinfoResolver.swift
[677/690] Compiling NIOPosix HappyEyeballs.swift
[678/690] Compiling NIOPosix NIOThreadPool.swift
[679/690] Compiling NIOPosix NonBlockingFileIO.swift
[680/690] Compiling NIOPosix PendingDatagramWritesManager.swift
[681/690] Compiling NIOPosix PendingWritesManager.swift
[682/690] Compiling NIOPosix PipeChannel.swift
[683/690] Compiling NIOPosix PipePair.swift
[684/690] Compiling NIOPosix Pool.swift
[685/690] Compiling NIOPosix SelectableChannel.swift
[686/690] Compiling NIOPosix SelectableEventLoop.swift
[687/690] Compiling NIOPosix SelectorEpoll.swift
[688/690] Compiling NIOPosix SelectorGeneric.swift
[689/690] Compiling NIOPosix SelectorKqueue.swift
[690/690] Compiling NIOPosix SelectorUring.swift
[692/693] Emitting module NIO
[693/693] Compiling NIO Exports.swift
[695/733] Compiling NIOTLS TLSEvents.swift
[696/733] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[697/733] Emitting module NIOTLS
[698/733] Compiling NIOSOCKS AuthenticationMethod.swift
[699/733] Compiling NIOSOCKS ClientGreeting.swift
[700/734] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[703/736] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[704/736] Compiling NIOSOCKS ClientStateMachine.swift
[705/736] Compiling NIOSOCKS SOCKSResponse.swift
[706/736] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[707/736] Compiling NIOTLS SNIHandler.swift
[708/737] Compiling NIOSOCKS ServerStateMachine.swift
[710/737] Emitting module NIOSOCKS
[711/737] Compiling NIOSOCKS Errors.swift
[712/737] Compiling NIOSOCKS Helpers.swift
[713/737] Compiling NIOHTTP1 ByteCollectionUtils.swift
[714/737] Compiling NIOHTTP1 HTTPDecoder.swift
[715/737] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[716/737] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[718/738] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[719/738] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[720/767] Compiling NIOSSL CustomPrivateKey.swift
[721/767] Compiling NIOSSL IdentityVerification.swift
[722/767] Compiling NIOSSL Zeroization.swift
[723/767] Compiling NIOSSL SSLCertificate.swift
[724/767] Compiling NIOSSL ObjectIdentifier.swift
[725/767] Compiling NIOSSL PosixPort.swift
[726/767] Compiling NIOSSL LinuxCABundle.swift
[727/767] Compiling NIOSSL NIOSSLClientHandler.swift
[728/767] Compiling NIOSSL SSLCallbacks.swift
[729/767] Compiling NIOSSL NIOSSLSecureBytes.swift
[730/767] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[731/767] Compiling NIOSSL NIOSSLHandler.swift
[732/767] Compiling NIOSSL NIOSSLServerHandler.swift
[733/767] Emitting module NIOHTTP1
[735/768] Compiling NIOSSL SSLPublicKey.swift
[736/768] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[737/768] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[738/768] Compiling NIOSSL SubjectAlternativeName.swift
[740/768] Compiling NIOSSL RNG.swift
[741/768] Compiling NIOSSL SafeCompare.swift
[743/782] Compiling NIOSSL SSLErrors.swift
[744/782] Compiling NIOSSL SSLInit.swift
[745/782] Compiling NIOSSL SSLPKCS12Bundle.swift
[746/782] Compiling NIOSSL SSLPrivateKey.swift
[747/789] Compiling NIOHPACK IndexedHeaderTable.swift
[748/790] Compiling NIOHPACK StaticHeaderTable.swift
[749/790] Compiling NIOHPACK DynamicHeaderTable.swift
[750/790] Compiling NIOHPACK HPACKDecoder.swift
[751/790] Compiling NIOHPACK HPACKEncoder.swift
[752/790] Compiling NIOHPACK HPACKErrors.swift
[753/790] Compiling NIOHPACK IntegerCoding.swift
[754/790] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[755/790] Emitting module NIOSSL
[758/790] Compiling NIOHTTPCompression HTTPDecompression.swift
[759/790] Emitting module NIOHTTPCompression
[760/790] Compiling NIOHPACK HuffmanTables.swift
[761/790] Compiling NIOHPACK HuffmanCoding.swift
[764/790] Compiling NIOHPACK HPACKHeader.swift
[765/790] Compiling NIOHPACK HeaderTables.swift
[766/790] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[767/790] Compiling NIOHTTPCompression HTTPCompression.swift
[768/790] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[769/790] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[770/791] Emitting module NIOHPACK
[772/792] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[779/792] Compiling NIOSSL SSLCertificateExtensions.swift
[780/792] Compiling NIOSSL SSLConnection.swift
[781/792] Compiling NIOSSL SSLContext.swift
[786/792] Compiling NIOSSL TLSConfiguration.swift
[787/792] Compiling NIOSSL UniversalBootstrapSupport.swift
[788/792] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[790/793] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[791/793] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[792/793] Emitting module NIOFoundationCompat
[793/793] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[795/874] Emitting module NIOTransportServices
[796/874] Compiling NIOTransportServices AcceptHandler.swift
[797/874] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[798/874] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[799/876] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[800/876] Compiling NIOTransportServices NIOTSErrors.swift
[801/876] Compiling NIOTransportServices NIOTSEventLoop.swift
[802/876] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[803/876] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[804/876] Compiling NIOTransportServices NIOTSListenerChannel.swift
[805/876] Compiling NIOTransportServices NIOTSBootstraps.swift
[806/876] Compiling NIOTransportServices NIOTSChannelOptions.swift
[807/876] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[808/876] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[809/876] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[810/876] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[811/876] Compiling NIOTransportServices NIOTSSingletons.swift
[812/876] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[813/876] Compiling NIOTransportServices StateManagedChannel.swift
[814/876] Compiling NIOTransportServices StateManagedListenerChannel.swift
[815/876] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[816/876] Compiling NIOTransportServices NIOTSDatagramListener.swift
[817/876] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[818/876] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[820/877] Compiling NIOHTTP2 StateMachineResult.swift
[821/877] Compiling NIOHTTP2 ContentLengthVerifier.swift
[822/877] Compiling NIOHTTP2 DOSHeuristics.swift
[823/877] Compiling NIOHTTP2 Error+Any.swift
[824/877] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[825/877] Compiling NIOHTTP2 ControlFrameBuffer.swift
[826/877] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[827/877] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[828/885] Emitting module NIOHTTP2
[838/885] Compiling NIOHTTP2 InboundWindowManager.swift
[839/885] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[840/885] Compiling NIOHTTP2 StreamChannelFlowController.swift
[841/885] Compiling NIOHTTP2 StreamChannelList.swift
[842/885] Compiling NIOHTTP2 StreamMap.swift
[843/885] Compiling NIOHTTP2 StreamStateMachine.swift
[844/885] Compiling NIOHTTP2 UnsafeTransfer.swift
[845/885] Compiling NIOHTTP2 WatermarkedFlowController.swift
[846/885] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[847/885] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[848/885] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[849/885] Compiling NIOHTTP2 HTTP2StreamID.swift
[850/885] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[851/885] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[852/885] Compiling NIOHTTP2 HTTP2UserEvents.swift
[853/885] Compiling NIOHTTP2 InboundEventBuffer.swift
[854/885] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[855/885] Compiling NIOHTTP2 HTTP2Frame.swift
[856/885] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[857/885] Compiling NIOHTTP2 HTTP2FrameParser.swift
[858/885] Compiling NIOHTTP2 HTTP2PingData.swift
[859/885] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[860/885] Compiling NIOHTTP2 HTTP2Settings.swift
[861/885] Compiling NIOHTTP2 HTTP2Stream.swift
[862/885] Compiling NIOHTTP2 MaySendFrames.swift
[863/885] Compiling NIOHTTP2 SendingDataState.swift
[864/885] Compiling NIOHTTP2 SendingGoawayState.swift
[865/885] Compiling NIOHTTP2 SendingHeadersState.swift
[866/885] Compiling NIOHTTP2 SendingPushPromiseState.swift
[867/885] Compiling NIOHTTP2 SendingRstStreamState.swift
[868/885] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[869/885] Compiling NIOHTTP2 HTTP2SettingsState.swift
[884/885] Compiling NIOHTTP2 HTTP2Error.swift
[885/885] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[887/945] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[888/945] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[889/945] Compiling AsyncHTTPClient AsyncLazySequence.swift
[890/945] Compiling AsyncHTTPClient HTTPClient+execute.swift
[891/945] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[892/945] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[893/945] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[894/945] Compiling AsyncHTTPClient HTTPClientRequest.swift
[895/945] Compiling AsyncHTTPClient HTTPClientResponse.swift
[896/953] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[897/953] Compiling AsyncHTTPClient TLSEventsHandler.swift
[898/953] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[899/953] Compiling AsyncHTTPClient HTTP1Connection.swift
[900/953] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[901/953] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[902/953] Compiling AsyncHTTPClient HTTP2Connection.swift
[903/953] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[904/953] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[905/953] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[906/953] Compiling AsyncHTTPClient Transaction.swift
[907/953] Compiling AsyncHTTPClient Base64.swift
[908/953] Compiling AsyncHTTPClient BasicAuth.swift
[909/953] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[910/953] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[911/953] Compiling AsyncHTTPClient ConnectionPool.swift
[912/953] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[913/953] Emitting module AsyncHTTPClient
[914/953] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[915/953] Compiling AsyncHTTPClient RequestOptions.swift
[916/953] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[917/953] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[918/953] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[919/953] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[920/953] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[921/953] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[922/953] Compiling AsyncHTTPClient RequestBag.swift
[923/953] Compiling AsyncHTTPClient RequestValidation.swift
[924/953] Compiling AsyncHTTPClient SSLContextCache.swift
[925/953] Compiling AsyncHTTPClient Scheme.swift
[926/953] Compiling AsyncHTTPClient Singleton.swift
[927/953] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[928/953] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[929/953] Compiling AsyncHTTPClient Utils.swift
[930/953] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[931/953] Compiling AsyncHTTPClient ConnectionTarget.swift
[932/953] Compiling AsyncHTTPClient DeconstructedURL.swift
[933/953] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[934/953] Compiling AsyncHTTPClient FoundationExtensions.swift
[935/953] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[936/953] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[937/953] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[938/953] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[939/953] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[940/953] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[941/953] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[942/953] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[943/953] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[944/953] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[945/953] Compiling AsyncHTTPClient RequestBodyLength.swift
[946/953] Compiling AsyncHTTPClient HTTPClient.swift
[947/953] Compiling AsyncHTTPClient HTTPHandler.swift
[948/953] Compiling AsyncHTTPClient LRUCache.swift
[949/953] Compiling AsyncHTTPClient NWErrorHandler.swift
[950/953] Compiling AsyncHTTPClient NWWaitingHandler.swift
[951/953] Compiling AsyncHTTPClient TLSConfiguration.swift
[952/953] Compiling AsyncHTTPClient RedirectState.swift
[953/953] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[955/1003] Compiling OpenWeatherKit MinuteWeather.swift
[956/1003] Compiling OpenWeatherKit WeatherAlert.swift
[957/1003] Compiling OpenWeatherKit WeatherAvailability.swift
[958/1003] Compiling OpenWeatherKit LocationProtocol.swift
[959/1003] Compiling OpenWeatherKit CurrentWeather.swift
[960/1003] Compiling OpenWeatherKit WeatherAttribution.swift
[961/1009] Emitting module OpenWeatherKit
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:13:33: warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
11 | extension Measurement: @unchecked Sendable {}
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
| `- warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
Foundation.UnitAngle:1:20: note: 'UnitAngle' declares conformance to protocol 'Sendable' here
1 | final public class UnitAngle : Dimension, @unchecked Sendable {
| `- note: 'UnitAngle' declares conformance to protocol 'Sendable' here
2 | public class var degrees: UnitAngle { get }
3 | public class var arcMinutes: UnitAngle { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:14:34: warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
| `- warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
Foundation.UnitLength:1:20: note: 'UnitLength' declares conformance to protocol 'Sendable' here
1 | final public class UnitLength : Dimension, @unchecked Sendable {
| `- note: 'UnitLength' declares conformance to protocol 'Sendable' here
2 | public class var megameters: UnitLength { get }
3 | public class var kilometers: UnitLength { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:15:36: warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
| `- warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
Foundation.UnitPressure:1:20: note: 'UnitPressure' declares conformance to protocol 'Sendable' here
1 | final public class UnitPressure : Dimension, @unchecked Sendable {
| `- note: 'UnitPressure' declares conformance to protocol 'Sendable' here
2 | public class var newtonsPerMetersSquared: UnitPressure { get }
3 | public class var gigapascals: UnitPressure { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:16:33: warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
| `- warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
17 | extension UnitTemperature: @unchecked Sendable {}
18 |
Foundation.UnitSpeed:1:20: note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
1 | final public class UnitSpeed : Dimension, @unchecked Sendable {
| `- note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
2 | public class var metersPerSecond: UnitSpeed { get }
3 | public class var kilometersPerHour: UnitSpeed { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:17:39: warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
| `- warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
18 |
19 | #if !os(Linux)
Foundation.UnitTemperature:1:20: note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
1 | final public class UnitTemperature : Dimension, @unchecked Sendable {
| `- note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
2 | public class var kelvin: UnitTemperature { get }
3 | public class var celsius: UnitTemperature { get }
[962/1009] Compiling OpenWeatherKit APIWeatherAvailability.swift
[963/1009] Compiling OpenWeatherKit NetworkClient.swift
[964/1009] Compiling OpenWeatherKit Client.swift
[965/1009] Compiling OpenWeatherKit Query.swift
[966/1009] Compiling OpenWeatherKit Route.swift
[967/1009] Compiling OpenWeatherKit WeatherProxy.swift
[968/1009] Compiling OpenWeatherKit MoonEvents.swift
[969/1009] Compiling OpenWeatherKit WeatherMetadata.swift
[970/1009] Compiling OpenWeatherKit WeatherQuery.swift
[971/1009] Compiling OpenWeatherKit Weather.swift
[972/1009] Compiling OpenWeatherKit WeatherError.swift
[973/1009] Compiling OpenWeatherKit WeatherService.swift
[974/1009] Compiling OpenWeatherKit resource_bundle_accessor.swift
[975/1009] Compiling OpenWeatherKit MoonPhase.swift
[976/1009] Compiling OpenWeatherKit SunEvents.swift
[977/1009] Compiling OpenWeatherKit AlertSummary.swift
[978/1009] Compiling OpenWeatherKit AlertUrgency.swift
[979/1009] Compiling OpenWeatherKit Certainty.swift
[980/1009] Compiling OpenWeatherKit Precipitation.swift
[981/1009] Compiling OpenWeatherKit PressureTrend.swift
[982/1009] Compiling OpenWeatherKit UVIndex.swift
[983/1009] Compiling OpenWeatherKit WeatherCondition.swift
[984/1009] Compiling OpenWeatherKit WeatherSeverity.swift
[985/1009] Compiling OpenWeatherKit Wind.swift
[986/1009] Compiling OpenWeatherKit DayWeather.swift
[987/1009] Compiling OpenWeatherKit Forecast.swift
[988/1009] Compiling OpenWeatherKit HourWeather.swift
[989/1009] Compiling OpenWeatherKit APIWeatherAvailability+Map.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:13:33: warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
11 | extension Measurement: @unchecked Sendable {}
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
| `- warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
Foundation.UnitAngle:1:20: note: 'UnitAngle' declares conformance to protocol 'Sendable' here
1 | final public class UnitAngle : Dimension, @unchecked Sendable {
| `- note: 'UnitAngle' declares conformance to protocol 'Sendable' here
2 | public class var degrees: UnitAngle { get }
3 | public class var arcMinutes: UnitAngle { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:14:34: warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
| `- warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
Foundation.UnitLength:1:20: note: 'UnitLength' declares conformance to protocol 'Sendable' here
1 | final public class UnitLength : Dimension, @unchecked Sendable {
| `- note: 'UnitLength' declares conformance to protocol 'Sendable' here
2 | public class var megameters: UnitLength { get }
3 | public class var kilometers: UnitLength { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:15:36: warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
| `- warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
Foundation.UnitPressure:1:20: note: 'UnitPressure' declares conformance to protocol 'Sendable' here
1 | final public class UnitPressure : Dimension, @unchecked Sendable {
| `- note: 'UnitPressure' declares conformance to protocol 'Sendable' here
2 | public class var newtonsPerMetersSquared: UnitPressure { get }
3 | public class var gigapascals: UnitPressure { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:16:33: warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
| `- warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
17 | extension UnitTemperature: @unchecked Sendable {}
18 |
Foundation.UnitSpeed:1:20: note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
1 | final public class UnitSpeed : Dimension, @unchecked Sendable {
| `- note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
2 | public class var metersPerSecond: UnitSpeed { get }
3 | public class var kilometersPerHour: UnitSpeed { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:17:39: warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
| `- warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
18 |
19 | #if !os(Linux)
Foundation.UnitTemperature:1:20: note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
1 | final public class UnitTemperature : Dimension, @unchecked Sendable {
| `- note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
2 | public class var kelvin: UnitTemperature { get }
3 | public class var celsius: UnitTemperature { get }
[990/1009] Compiling OpenWeatherKit Date+Utils.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:13:33: warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
11 | extension Measurement: @unchecked Sendable {}
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
| `- warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
Foundation.UnitAngle:1:20: note: 'UnitAngle' declares conformance to protocol 'Sendable' here
1 | final public class UnitAngle : Dimension, @unchecked Sendable {
| `- note: 'UnitAngle' declares conformance to protocol 'Sendable' here
2 | public class var degrees: UnitAngle { get }
3 | public class var arcMinutes: UnitAngle { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:14:34: warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
| `- warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
Foundation.UnitLength:1:20: note: 'UnitLength' declares conformance to protocol 'Sendable' here
1 | final public class UnitLength : Dimension, @unchecked Sendable {
| `- note: 'UnitLength' declares conformance to protocol 'Sendable' here
2 | public class var megameters: UnitLength { get }
3 | public class var kilometers: UnitLength { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:15:36: warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
| `- warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
Foundation.UnitPressure:1:20: note: 'UnitPressure' declares conformance to protocol 'Sendable' here
1 | final public class UnitPressure : Dimension, @unchecked Sendable {
| `- note: 'UnitPressure' declares conformance to protocol 'Sendable' here
2 | public class var newtonsPerMetersSquared: UnitPressure { get }
3 | public class var gigapascals: UnitPressure { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:16:33: warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
| `- warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
17 | extension UnitTemperature: @unchecked Sendable {}
18 |
Foundation.UnitSpeed:1:20: note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
1 | final public class UnitSpeed : Dimension, @unchecked Sendable {
| `- note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
2 | public class var metersPerSecond: UnitSpeed { get }
3 | public class var kilometersPerHour: UnitSpeed { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:17:39: warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
| `- warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
18 |
19 | #if !os(Linux)
Foundation.UnitTemperature:1:20: note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
1 | final public class UnitTemperature : Dimension, @unchecked Sendable {
| `- note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
2 | public class var kelvin: UnitTemperature { get }
3 | public class var celsius: UnitTemperature { get }
[991/1009] Compiling OpenWeatherKit Optional+Utils.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:13:33: warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
11 | extension Measurement: @unchecked Sendable {}
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
| `- warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
Foundation.UnitAngle:1:20: note: 'UnitAngle' declares conformance to protocol 'Sendable' here
1 | final public class UnitAngle : Dimension, @unchecked Sendable {
| `- note: 'UnitAngle' declares conformance to protocol 'Sendable' here
2 | public class var degrees: UnitAngle { get }
3 | public class var arcMinutes: UnitAngle { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:14:34: warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
| `- warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
Foundation.UnitLength:1:20: note: 'UnitLength' declares conformance to protocol 'Sendable' here
1 | final public class UnitLength : Dimension, @unchecked Sendable {
| `- note: 'UnitLength' declares conformance to protocol 'Sendable' here
2 | public class var megameters: UnitLength { get }
3 | public class var kilometers: UnitLength { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:15:36: warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
| `- warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
Foundation.UnitPressure:1:20: note: 'UnitPressure' declares conformance to protocol 'Sendable' here
1 | final public class UnitPressure : Dimension, @unchecked Sendable {
| `- note: 'UnitPressure' declares conformance to protocol 'Sendable' here
2 | public class var newtonsPerMetersSquared: UnitPressure { get }
3 | public class var gigapascals: UnitPressure { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:16:33: warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
| `- warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
17 | extension UnitTemperature: @unchecked Sendable {}
18 |
Foundation.UnitSpeed:1:20: note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
1 | final public class UnitSpeed : Dimension, @unchecked Sendable {
| `- note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
2 | public class var metersPerSecond: UnitSpeed { get }
3 | public class var kilometersPerHour: UnitSpeed { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:17:39: warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
| `- warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
18 |
19 | #if !os(Linux)
Foundation.UnitTemperature:1:20: note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
1 | final public class UnitTemperature : Dimension, @unchecked Sendable {
| `- note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
2 | public class var kelvin: UnitTemperature { get }
3 | public class var celsius: UnitTemperature { get }
[992/1009] Compiling OpenWeatherKit Sendable+Compat.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:13:33: warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
11 | extension Measurement: @unchecked Sendable {}
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
| `- warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
Foundation.UnitAngle:1:20: note: 'UnitAngle' declares conformance to protocol 'Sendable' here
1 | final public class UnitAngle : Dimension, @unchecked Sendable {
| `- note: 'UnitAngle' declares conformance to protocol 'Sendable' here
2 | public class var degrees: UnitAngle { get }
3 | public class var arcMinutes: UnitAngle { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:14:34: warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
| `- warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
Foundation.UnitLength:1:20: note: 'UnitLength' declares conformance to protocol 'Sendable' here
1 | final public class UnitLength : Dimension, @unchecked Sendable {
| `- note: 'UnitLength' declares conformance to protocol 'Sendable' here
2 | public class var megameters: UnitLength { get }
3 | public class var kilometers: UnitLength { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:15:36: warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
| `- warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
Foundation.UnitPressure:1:20: note: 'UnitPressure' declares conformance to protocol 'Sendable' here
1 | final public class UnitPressure : Dimension, @unchecked Sendable {
| `- note: 'UnitPressure' declares conformance to protocol 'Sendable' here
2 | public class var newtonsPerMetersSquared: UnitPressure { get }
3 | public class var gigapascals: UnitPressure { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:16:33: warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
| `- warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
17 | extension UnitTemperature: @unchecked Sendable {}
18 |
Foundation.UnitSpeed:1:20: note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
1 | final public class UnitSpeed : Dimension, @unchecked Sendable {
| `- note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
2 | public class var metersPerSecond: UnitSpeed { get }
3 | public class var kilometersPerHour: UnitSpeed { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:17:39: warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
| `- warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
18 |
19 | #if !os(Linux)
Foundation.UnitTemperature:1:20: note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
1 | final public class UnitTemperature : Dimension, @unchecked Sendable {
| `- note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
2 | public class var kelvin: UnitTemperature { get }
3 | public class var celsius: UnitTemperature { get }
[993/1009] Compiling OpenWeatherKit UnitSpeed.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:13:33: warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
11 | extension Measurement: @unchecked Sendable {}
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
| `- warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
Foundation.UnitAngle:1:20: note: 'UnitAngle' declares conformance to protocol 'Sendable' here
1 | final public class UnitAngle : Dimension, @unchecked Sendable {
| `- note: 'UnitAngle' declares conformance to protocol 'Sendable' here
2 | public class var degrees: UnitAngle { get }
3 | public class var arcMinutes: UnitAngle { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:14:34: warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
| `- warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
Foundation.UnitLength:1:20: note: 'UnitLength' declares conformance to protocol 'Sendable' here
1 | final public class UnitLength : Dimension, @unchecked Sendable {
| `- note: 'UnitLength' declares conformance to protocol 'Sendable' here
2 | public class var megameters: UnitLength { get }
3 | public class var kilometers: UnitLength { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:15:36: warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
| `- warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
Foundation.UnitPressure:1:20: note: 'UnitPressure' declares conformance to protocol 'Sendable' here
1 | final public class UnitPressure : Dimension, @unchecked Sendable {
| `- note: 'UnitPressure' declares conformance to protocol 'Sendable' here
2 | public class var newtonsPerMetersSquared: UnitPressure { get }
3 | public class var gigapascals: UnitPressure { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:16:33: warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
| `- warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
17 | extension UnitTemperature: @unchecked Sendable {}
18 |
Foundation.UnitSpeed:1:20: note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
1 | final public class UnitSpeed : Dimension, @unchecked Sendable {
| `- note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
2 | public class var metersPerSecond: UnitSpeed { get }
3 | public class var kilometersPerHour: UnitSpeed { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:17:39: warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
| `- warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
18 |
19 | #if !os(Linux)
Foundation.UnitTemperature:1:20: note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
1 | final public class UnitTemperature : Dimension, @unchecked Sendable {
| `- note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
2 | public class var kelvin: UnitTemperature { get }
3 | public class var celsius: UnitTemperature { get }
[994/1009] Compiling OpenWeatherKit WeatherQuery+QueryItems.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:13:33: warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
11 | extension Measurement: @unchecked Sendable {}
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
| `- warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
Foundation.UnitAngle:1:20: note: 'UnitAngle' declares conformance to protocol 'Sendable' here
1 | final public class UnitAngle : Dimension, @unchecked Sendable {
| `- note: 'UnitAngle' declares conformance to protocol 'Sendable' here
2 | public class var degrees: UnitAngle { get }
3 | public class var arcMinutes: UnitAngle { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:14:34: warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
| `- warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
Foundation.UnitLength:1:20: note: 'UnitLength' declares conformance to protocol 'Sendable' here
1 | final public class UnitLength : Dimension, @unchecked Sendable {
| `- note: 'UnitLength' declares conformance to protocol 'Sendable' here
2 | public class var megameters: UnitLength { get }
3 | public class var kilometers: UnitLength { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:15:36: warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
| `- warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
Foundation.UnitPressure:1:20: note: 'UnitPressure' declares conformance to protocol 'Sendable' here
1 | final public class UnitPressure : Dimension, @unchecked Sendable {
| `- note: 'UnitPressure' declares conformance to protocol 'Sendable' here
2 | public class var newtonsPerMetersSquared: UnitPressure { get }
3 | public class var gigapascals: UnitPressure { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:16:33: warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
| `- warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
17 | extension UnitTemperature: @unchecked Sendable {}
18 |
Foundation.UnitSpeed:1:20: note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
1 | final public class UnitSpeed : Dimension, @unchecked Sendable {
| `- note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
2 | public class var metersPerSecond: UnitSpeed { get }
3 | public class var kilometersPerHour: UnitSpeed { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:17:39: warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
| `- warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
18 |
19 | #if !os(Linux)
Foundation.UnitTemperature:1:20: note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
1 | final public class UnitTemperature : Dimension, @unchecked Sendable {
| `- note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
2 | public class var kelvin: UnitTemperature { get }
3 | public class var celsius: UnitTemperature { get }
[995/1009] Compiling OpenWeatherKit Geocoder.swift
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:13:33: warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
11 | extension Measurement: @unchecked Sendable {}
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
| `- warning: conformance of 'UnitAngle' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
Foundation.UnitAngle:1:20: note: 'UnitAngle' declares conformance to protocol 'Sendable' here
1 | final public class UnitAngle : Dimension, @unchecked Sendable {
| `- note: 'UnitAngle' declares conformance to protocol 'Sendable' here
2 | public class var degrees: UnitAngle { get }
3 | public class var arcMinutes: UnitAngle { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:14:34: warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
12 | extension URL: @unchecked Sendable {}
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
| `- warning: conformance of 'UnitLength' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
Foundation.UnitLength:1:20: note: 'UnitLength' declares conformance to protocol 'Sendable' here
1 | final public class UnitLength : Dimension, @unchecked Sendable {
| `- note: 'UnitLength' declares conformance to protocol 'Sendable' here
2 | public class var megameters: UnitLength { get }
3 | public class var kilometers: UnitLength { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:15:36: warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
13 | extension UnitAngle: @unchecked Sendable {}
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
| `- warning: conformance of 'UnitPressure' to protocol 'Sendable' was already stated in the type's module 'Foundation'
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
Foundation.UnitPressure:1:20: note: 'UnitPressure' declares conformance to protocol 'Sendable' here
1 | final public class UnitPressure : Dimension, @unchecked Sendable {
| `- note: 'UnitPressure' declares conformance to protocol 'Sendable' here
2 | public class var newtonsPerMetersSquared: UnitPressure { get }
3 | public class var gigapascals: UnitPressure { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:16:33: warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
14 | extension UnitLength: @unchecked Sendable {}
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
| `- warning: conformance of 'UnitSpeed' to protocol 'Sendable' was already stated in the type's module 'Foundation'
17 | extension UnitTemperature: @unchecked Sendable {}
18 |
Foundation.UnitSpeed:1:20: note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
1 | final public class UnitSpeed : Dimension, @unchecked Sendable {
| `- note: 'UnitSpeed' declares conformance to protocol 'Sendable' here
2 | public class var metersPerSecond: UnitSpeed { get }
3 | public class var kilometersPerHour: UnitSpeed { get }
/host/spi-builder-workspace/Sources/OpenWeatherKit/Internal/Extensions/Sendable+Compat.swift:17:39: warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
15 | extension UnitPressure: @unchecked Sendable {}
16 | extension UnitSpeed: @unchecked Sendable {}
17 | extension UnitTemperature: @unchecked Sendable {}
| `- warning: conformance of 'UnitTemperature' to protocol 'Sendable' was already stated in the type's module 'Foundation'
18 |
19 | #if !os(Linux)
Foundation.UnitTemperature:1:20: note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
1 | final public class UnitTemperature : Dimension, @unchecked Sendable {
| `- note: 'UnitTemperature' declares conformance to protocol 'Sendable' here
2 | public class var kelvin: UnitTemperature { get }
3 | public class var celsius: UnitTemperature { get }
[996/1009] Compiling OpenWeatherKit APICurrentWeather+Map.swift
[997/1009] Compiling OpenWeatherKit APIForecastDaily+Map.swift
[998/1009] Compiling OpenWeatherKit APIForecastHourly+Map.swift
[999/1009] Compiling OpenWeatherKit APIForecastNextHour+Map.swift
[1000/1009] Compiling OpenWeatherKit APIMetadata+Map.swift
[1001/1009] Compiling OpenWeatherKit APIWeather+Map.swift
[1002/1009] Compiling OpenWeatherKit APIWeatherAlerts+Map.swift
[1003/1009] Compiling OpenWeatherKit APICurrentWeather.swift
[1004/1009] Compiling OpenWeatherKit APIForecastDaily.swift
[1005/1009] Compiling OpenWeatherKit APIForecastHourly.swift
[1006/1009] Compiling OpenWeatherKit APIForecastNextHour.swift
[1007/1009] Compiling OpenWeatherKit APIMetadata.swift
[1008/1009] Compiling OpenWeatherKit APIWeather.swift
[1009/1009] Compiling OpenWeatherKit APIWeatherAlerts.swift
Build complete! (234.99s)
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"
}
],
"products" : [
{
"name" : "OpenWeatherKit",
"targets" : [
"OpenWeatherKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenWeatherKitTests",
"module_type" : "SwiftTarget",
"name" : "OpenWeatherKitTests",
"path" : "Tests/OpenWeatherKitTests",
"sources" : [
"OpenWeatherKitTests.swift",
"Utils/Geocoder+Mock.swift",
"Utils/MockClient.swift",
"Utils/MockData.swift"
],
"target_dependencies" : [
"OpenWeatherKit"
],
"type" : "test"
},
{
"c99name" : "OpenWeatherKit",
"module_type" : "SwiftTarget",
"name" : "OpenWeatherKit",
"path" : "Sources/OpenWeatherKit",
"product_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/APIForecastDaily+Map.swift",
"Internal/Extensions/APIForecastHourly+Map.swift",
"Internal/Extensions/APIForecastNextHour+Map.swift",
"Internal/Extensions/APIMetadata+Map.swift",
"Internal/Extensions/APIWeather+Map.swift",
"Internal/Extensions/APIWeatherAlerts+Map.swift",
"Internal/Extensions/APIWeatherAvailability+Map.swift",
"Internal/Extensions/Date+Utils.swift",
"Internal/Extensions/Optional+Utils.swift",
"Internal/Extensions/Sendable+Compat.swift",
"Internal/Extensions/UnitSpeed.swift",
"Internal/Extensions/WeatherQuery+QueryItems.swift",
"Internal/Geocoder.swift",
"Internal/Models/APICurrentWeather.swift",
"Internal/Models/APIForecastDaily.swift",
"Internal/Models/APIForecastHourly.swift",
"Internal/Models/APIForecastNextHour.swift",
"Internal/Models/APIMetadata.swift",
"Internal/Models/APIWeather.swift",
"Internal/Models/APIWeatherAlerts.swift",
"Internal/Models/APIWeatherAvailability.swift",
"Internal/NetworkClient.swift",
"Internal/Protocols/Client.swift",
"Internal/Query.swift",
"Internal/Route.swift",
"Internal/WeatherProxy.swift",
"Public/Celestial/MoonEvents.swift",
"Public/Celestial/MoonPhase.swift",
"Public/Celestial/SunEvents.swift",
"Public/Characteristics/AlertSummary.swift",
"Public/Characteristics/AlertUrgency.swift",
"Public/Characteristics/Certainty.swift",
"Public/Characteristics/Precipitation.swift",
"Public/Characteristics/PressureTrend.swift",
"Public/Characteristics/UVIndex.swift",
"Public/Characteristics/WeatherCondition.swift",
"Public/Characteristics/WeatherSeverity.swift",
"Public/Characteristics/Wind.swift",
"Public/Forecast/DayWeather.swift",
"Public/Forecast/Forecast.swift",
"Public/Forecast/HourWeather.swift",
"Public/Forecast/MinuteWeather.swift",
"Public/Forecast/WeatherAlert.swift",
"Public/Forecast/WeatherAvailability.swift",
"Public/Protocols/LocationProtocol.swift",
"Public/Requests/CurrentWeather.swift",
"Public/Requests/WeatherAttribution.swift",
"Public/Requests/WeatherMetadata.swift",
"Public/Requests/WeatherQuery.swift",
"Public/Weather.swift",
"Public/WeatherError.swift",
"Public/WeatherService.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.