Build Information
Successful build of SwiftyRequest, reference 3.2.200 (2c5437
), with Swift 6.1 for Android on 28 May 2025 19:21:05 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kitura/SwiftyRequest.git
Reference: 3.2.200
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/Kitura/SwiftyRequest
* tag 3.2.200 -> FETCH_HEAD
HEAD is now at 2c54377 Misc org update (#87)
Cloned https://github.com/Kitura/SwiftyRequest.git
Revision (git rev-parse @):
2c543777a5088bed811503a68551a4b4eceac198
SUCCESS checkout https://github.com/Kitura/SwiftyRequest.git at 3.2.200
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Kitura/SwiftyRequest.git
https://github.com/Kitura/SwiftyRequest.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "circuitbreaker",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.200",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/CircuitBreaker.git"
},
{
"identity" : "loggerapi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.200",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/LoggerAPI.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "SwiftyRequest",
"name" : "SwiftyRequest",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyRequest",
"targets" : [
"SwiftyRequest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyRequestTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyRequestTests",
"path" : "Tests/SwiftyRequestTests",
"sources" : [
"Models.swift",
"PrintLogger.swift",
"SwiftyRequestTests.swift"
],
"target_dependencies" : [
"SwiftyRequest"
],
"type" : "test"
},
{
"c99name" : "SwiftyRequest",
"module_type" : "SwiftTarget",
"name" : "SwiftyRequest",
"path" : "Sources/SwiftyRequest",
"product_dependencies" : [
"CircuitBreaker",
"LoggerAPI",
"AsyncHTTPClient"
],
"product_memberships" : [
"SwiftyRequest"
],
"sources" : [
"CircuitParameters.swift",
"ClientCertificate.swift",
"Credentials.swift",
"HTTPMethod.swift",
"MultipartFormData.swift",
"RestError.swift",
"RestRequest.swift",
"RestResponse.swift",
"RestToken.swift",
"RestUtilities.swift",
"StringExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/Kitura/LoggerAPI.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/Kitura/CircuitBreaker.git
[1/1733] Fetching circuitbreaker
[695/2504] Fetching circuitbreaker, loggerapi
[2328/16518] Fetching circuitbreaker, loggerapi, async-http-client
Fetched https://github.com/Kitura/LoggerAPI.git from cache (0.58s)
Fetched https://github.com/Kitura/CircuitBreaker.git from cache (1.10s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.10s)
Computing version for https://github.com/Kitura/LoggerAPI.git
Computed https://github.com/Kitura/LoggerAPI.git at 1.9.200 (2.73s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.46s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.1.1 (1.56s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5914] Fetching swift-nio-extras
[4319/20757] Fetching swift-nio-extras, swift-nio-ssl
[5800/96850] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.74s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.77s)
Fetched https://github.com/apple/swift-nio.git from cache (5.83s)
Computing version for https://github.com/Kitura/CircuitBreaker.git
Computed https://github.com/Kitura/CircuitBreaker.git at 5.1.0 (6.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.91s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1590] Fetching swift-asn1
[1162/6575] Fetching swift-asn1, swift-async-algorithms
[1990/9001] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle
[2600/10711] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-atomics
[2651/16670] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-atomics, swift-algorithms
[4856/22825] Fetching swift-asn1, swift-async-algorithms, swift-service-lifecycle, swift-atomics, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.64s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.71s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.72s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (0.75s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.74s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.75s)
[1/1141] Fetching swift-http-structured-headers
[1142/2045] Fetching swift-http-structured-headers, swift-http-types
[2028/13572] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
[923/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.17s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.45s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.70s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.93s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.06s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.78s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.11s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.63s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (4.66s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.29s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.43s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.97s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.82s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.79s)
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.27.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/Kitura/CircuitBreaker.git
Working copy of https://github.com/Kitura/CircuitBreaker.git resolved at 5.1.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.4.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/Kitura/LoggerAPI.git
Working copy of https://github.com/Kitura/LoggerAPI.git resolved at 1.9.200
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.1.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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.31.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.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.36.0
Building for debugging...
[0/434] Write sources
[19/434] Compiling CNIOWindows shim.c
[20/434] Compiling _AtomicsShims.c
[20/434] Compiling CNIOLinux liburing_shims.c
[22/434] Compiling CNIOWindows WSAStartup.c
[23/434] Compiling CNIOWASI CNIOWASI.c
[24/434] Compiling CNIODarwin shim.c
[25/434] Compiling CNIOExtrasZlib empty.c
[26/434] Compiling CNIOLLHTTP c_nio_http.c
[27/434] Compiling fiat_p256_adx_sqr.S
[28/434] Compiling fiat_p256_adx_mul.S
[28/434] Compiling CNIOLLHTTP c_nio_api.c
[30/434] Compiling fiat_curve25519_adx_square.S
[30/434] Compiling CNIOLinux shim.c
[32/434] Compiling fiat_curve25519_adx_mul.S
[33/434] Write swift-version-24593BA9C3E375BF.txt
[34/434] Compiling CNIOLLHTTP c_nio_llhttp.c
[35/436] Compiling CNIOBoringSSLShims shims.c
[36/440] Compiling tls13_client.cc
[37/443] Compiling tls_record.cc
[38/445] Compiling tls13_enc.cc
[39/445] Compiling tls_method.cc
[40/454] Compiling tls13_server.cc
[41/459] Compiling tls13_both.cc
[42/459] Compiling ssl_x509.cc
[43/459] Compiling t1_enc.cc
[44/459] Compiling ssl_versions.cc
[45/459] Compiling ssl_transcript.cc
[47/459] Emitting module _NIOBase64
[48/459] Compiling _NIOBase64 Base64.swift
[49/460] Compiling ssl_stat.cc
[51/460] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[52/460] Emitting module InternalCollectionsUtilities
[53/460] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[54/460] Compiling InternalCollectionsUtilities Integer rank.swift
[55/460] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/460] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/460] Compiling ssl_privkey.cc
[58/461] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[59/461] Compiling InternalCollectionsUtilities UInt+reversed.swift
[60/461] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[61/461] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/461] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[63/461] Compiling InternalCollectionsUtilities Debugging.swift
[64/461] Compiling InternalCollectionsUtilities Descriptions.swift
[65/461] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[66/461] Compiling _NIODataStructures PriorityQueue.swift
[67/461] Compiling _NIODataStructures _TinyArray.swift
[68/461] Emitting module _NIODataStructures
[69/461] Compiling _NIODataStructures Heap.swift
[69/462] Compiling ssl_session.cc
[72/462] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[73/463] Compiling ssl_lib.cc
[74/463] Compiling ssl_file.cc
[75/463] Compiling ssl_credential.cc
[76/463] Compiling ssl_cert.cc
[77/463] Compiling ssl_cipher.cc
[78/463] Compiling ssl_key_share.cc
[79/478] Compiling ssl_buffer.cc
[81/478] Compiling DequeModule Deque+CustomReflectable.swift
[82/478] Compiling DequeModule Deque+Descriptions.swift
[83/480] Compiling DequeModule _DequeBuffer.swift
[84/480] Compiling DequeModule _DequeBufferHeader.swift
[85/480] Compiling DequeModule Deque+Equatable.swift
[86/480] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[87/480] Compiling DequeModule Deque+Testing.swift
[88/480] Compiling DequeModule Deque._Storage.swift
[89/480] Compiling DequeModule Deque+Extras.swift
[90/480] Compiling DequeModule Deque+Hashable.swift
[91/480] Compiling DequeModule Deque._UnsafeHandle.swift
[92/480] Compiling DequeModule Deque.swift
[93/480] Compiling DequeModule _DequeSlot.swift
[94/480] Compiling DequeModule _UnsafeWrappedBuffer.swift
[95/480] Compiling DequeModule Deque+Codable.swift
[96/480] Compiling DequeModule Deque+Collection.swift
[97/480] Compiling Logging Locks.swift
[98/480] Emitting module Logging
[99/480] Compiling Logging Logging.swift
[100/480] Compiling Logging LogHandler.swift
[101/480] Compiling Logging MetadataProvider.swift
[103/481] Emitting module DequeModule
[103/481] Compiling ssl_asn1.cc
[104/482] Compiling s3_pkt.cc
[105/482] Compiling ssl_aead_ctx.cc
[107/484] Compiling s3_both.cc
[108/484] Compiling s3_lib.cc
[109/484] Compiling handshake_server.cc
[110/484] Compiling handshake_client.cc
[111/484] Compiling handshake.cc
[112/484] Compiling handoff.cc
[113/484] Compiling dtls_record.cc
[114/484] Compiling dtls_method.cc
[115/484] Compiling encrypted_client_hello.cc
[116/484] Compiling md5-x86_64-linux.S
[117/484] Compiling extensions.cc
[118/484] Compiling md5-x86_64-apple.S
[119/484] Compiling md5-586-linux.S
[120/484] Compiling d1_srtp.cc
[121/484] Compiling md5-586-apple.S
[122/484] Compiling chacha20_poly1305_x86_64-apple.S
[122/484] Compiling chacha20_poly1305_x86_64-linux.S
[124/484] Compiling chacha20_poly1305_armv8-win.S
[125/484] Compiling d1_lib.cc
[126/484] Compiling chacha20_poly1305_armv8-linux.S
[127/484] Compiling chacha20_poly1305_armv8-apple.S
[128/484] Compiling chacha-x86_64-apple.S
[129/484] Compiling d1_pkt.cc
[130/484] Compiling chacha-x86_64-linux.S
[131/484] Compiling chacha-x86-linux.S
[132/484] Compiling bio_ssl.cc
[133/484] Compiling chacha-x86-apple.S
[134/484] Compiling chacha-armv8-win.S
[135/484] Compiling chacha-armv8-apple.S
[136/484] Compiling chacha-armv4-linux.S
[137/484] Compiling chacha-armv8-linux.S
[138/484] Compiling aes128gcmsiv-x86_64-linux.S
[139/484] Compiling aes128gcmsiv-x86_64-apple.S
[140/484] Compiling x86_64-mont5-linux.S
[141/484] Compiling x86_64-mont5-apple.S
[142/484] Compiling x86_64-mont-linux.S
[143/484] Compiling x86_64-mont-apple.S
[144/484] Compiling x86-mont-linux.S
[145/484] Compiling err_data.cc
[146/484] Compiling x86-mont-apple.S
[147/484] Compiling vpaes-x86-apple.S
[148/484] Compiling vpaes-x86_64-linux.S
[149/484] Compiling vpaes-x86_64-apple.S
[150/484] Compiling vpaes-x86-linux.S
[151/484] Compiling vpaes-armv8-win.S
[152/484] Compiling d1_both.cc
[153/484] Compiling vpaes-armv8-linux.S
[154/484] Compiling vpaes-armv7-linux.S
[155/484] Compiling vpaes-armv8-apple.S
[156/484] Compiling sha512-x86_64-linux.S
[157/484] Compiling sha512-x86_64-apple.S
[158/484] Compiling sha512-armv4-linux.S
[158/484] Compiling sha512-586-apple.S
[158/484] Compiling sha512-armv8-linux.S
[161/484] Compiling sha512-586-linux.S
[162/484] Compiling sha512-armv8-win.S
[162/484] Compiling sha512-armv8-apple.S
[164/484] Compiling sha256-armv8-win.S
[165/484] Compiling sha256-x86_64-apple.S
[166/484] Compiling sha256-x86_64-linux.S
[167/484] Compiling sha256-armv4-linux.S
[167/484] Compiling sha256-586-linux.S
[169/484] Compiling sha256-armv8-apple.S
[170/484] Compiling sha256-armv8-linux.S
[171/484] Compiling sha1-x86_64-linux.S
[172/484] Compiling sha256-586-apple.S
[173/484] Compiling sha1-x86_64-apple.S
[174/484] Compiling sha1-armv8-win.S
[175/484] Compiling sha1-armv8-apple.S
[176/484] Compiling sha1-armv8-linux.S
[177/484] Compiling sha1-armv4-large-linux.S
[178/484] Compiling rsaz-avx2-linux.S
[179/484] Compiling sha1-586-linux.S
[180/484] Compiling rsaz-avx2-apple.S
[181/484] Compiling rdrand-x86_64-linux.S
[182/484] Compiling sha1-586-apple.S
[183/484] Compiling p256_beeu-x86_64-asm-linux.S
[184/484] Compiling rdrand-x86_64-apple.S
[184/484] Compiling p256_beeu-x86_64-asm-apple.S
[186/484] Compiling p256-x86_64-asm-linux.S
[187/484] Compiling p256_beeu-armv8-asm-apple.S
[188/484] Compiling p256_beeu-armv8-asm-win.S
[189/484] Compiling p256-x86_64-asm-apple.S
[190/484] Compiling p256_beeu-armv8-asm-linux.S
[191/484] Compiling p256-armv8-asm-win.S
[192/484] Compiling p256-armv8-asm-apple.S
[193/484] Compiling ghashv8-armv8-linux.S
[194/484] Compiling ghashv8-armv8-win.S
[195/484] Compiling p256-armv8-asm-linux.S
[196/484] Compiling ghashv8-armv7-linux.S
[197/484] Compiling ghashv8-armv8-apple.S
[198/484] Compiling ghash-x86_64-apple.S
[199/484] Compiling ghash-x86_64-linux.S
[200/484] Compiling ghash-x86-linux.S
[201/484] Compiling ghash-ssse3-x86_64-apple.S
[202/484] Compiling ghash-x86-apple.S
[202/484] Compiling ghash-ssse3-x86_64-linux.S
[204/484] Compiling ghash-neon-armv8-win.S
[205/484] Compiling ghash-ssse3-x86-linux.S
[207/484] Compiling LoggerAPI Logger.swift
[208/484] Emitting module LoggerAPI
[208/484] Compiling ghash-ssse3-x86-apple.S
[209/484] Compiling ghash-neon-armv8-apple.S
[210/485] Compiling ghash-neon-armv8-linux.S
[211/485] Compiling ghash-armv4-linux.S
[212/485] Compiling co-586-linux.S
[213/485] Compiling bn-armv8-apple.S
[214/485] Compiling bsaes-armv7-linux.S
[214/485] Compiling co-586-apple.S
[216/485] Compiling bn-armv8-linux.S
[217/485] Compiling bn-armv8-win.S
[218/485] Compiling bn-586-linux.S
[219/485] Compiling bn-586-apple.S
[220/485] Compiling armv8-mont-apple.S
[221/485] Compiling armv8-mont-win.S
[222/485] Compiling armv4-mont-linux.S
[223/485] Compiling aesv8-gcm-armv8-win.S
[224/485] Compiling aesv8-armv8-win.S
[225/485] Compiling aesv8-gcm-armv8-linux.S
[226/485] Compiling armv8-mont-linux.S
[228/485] Compiling aesv8-gcm-armv8-apple.S
[229/485] Compiling aesv8-armv7-linux.S
[230/485] Compiling aesv8-armv8-linux.S
[231/485] Compiling aesni-x86-linux.S
[232/485] Compiling aesv8-armv8-apple.S
[233/485] Compiling aesni-gcm-x86_64-linux.S
[234/485] Compiling aesni-x86_64-apple.S
[235/485] Compiling aesni-x86_64-linux.S
[236/485] Compiling aesni-x86-apple.S
[237/485] Compiling aes-gcm-avx2-x86_64-linux.S
[238/485] Compiling aesni-gcm-x86_64-apple.S
[239/485] Compiling aes-gcm-avx2-x86_64-apple.S
[240/485] Compiling aes-gcm-avx10-x86_64-linux.S
[241/485] Compiling aes-gcm-avx10-x86_64-apple.S
[243/495] Compiling CircuitBreaker Monitor.swift
[244/496] Compiling CircuitBreaker Invocation.swift
[245/496] Compiling CircuitBreaker Stats.swift
[246/496] Compiling CircuitBreaker Utils.swift
[247/496] Compiling CircuitBreaker MonitorCollection.swift
[248/496] Compiling CircuitBreaker Snapshot.swift
[249/496] Emitting module CircuitBreaker
[250/496] Compiling CircuitBreaker CircuitBreaker.swift
[251/496] Compiling CircuitBreaker Collection.swift
[252/496] Compiling CircuitBreaker BreakerError.swift
[253/496] Compiling CircuitBreaker Bulkhead.swift
[253/497] Compiling x_x509a.cc
[255/497] Compiling x_sig.cc
[256/497] Compiling x_spki.cc
[257/497] Compiling x_x509.cc
[258/497] Compiling x_val.cc
[259/497] Compiling x_req.cc
[260/497] Compiling x_pubkey.cc
[261/497] Compiling x_exten.cc
[262/497] Compiling x_algor.cc
[263/497] Compiling x509spki.cc
[264/497] Compiling x_name.cc
[265/497] Compiling x_attrib.cc
[266/497] Compiling x_crl.cc
[267/497] Compiling x_all.cc
[268/497] Compiling x509rset.cc
[269/497] Compiling x509name.cc
[270/497] Compiling x509cset.cc
[271/497] Compiling x509_v3.cc
[272/497] Compiling x509_vpm.cc
[273/497] Compiling x509_vfy.cc
[274/497] Compiling x509_txt.cc
[275/497] Compiling x509_trs.cc
[276/497] Compiling x509_set.cc
[277/497] Compiling x509_req.cc
[278/497] Compiling x509_obj.cc
[279/497] Compiling x509_def.cc
[280/497] Compiling x509_lu.cc
[281/497] Compiling x509_ext.cc
[282/497] Compiling x509_cmp.cc
[283/497] Compiling x509_d2.cc
[284/497] Compiling x509_att.cc
[285/497] Compiling x509.cc
[286/497] Compiling v3_purp.cc
[287/497] Compiling v3_skey.cc
[288/497] Compiling v3_utl.cc
[289/497] Compiling v3_prn.cc
[290/497] Compiling v3_ocsp.cc
[291/497] Compiling v3_pcons.cc
[292/497] Compiling v3_lib.cc
[293/497] Compiling v3_pmaps.cc
[294/497] Compiling v3_int.cc
[295/497] Compiling v3_ncons.cc
[296/497] Compiling v3_info.cc
[297/497] Compiling v3_genn.cc
[298/497] Compiling v3_extku.cc
[299/497] Compiling v3_ia5.cc
[300/497] Compiling v3_cpols.cc
[301/497] Compiling v3_enum.cc
[302/497] Compiling v3_crld.cc
[303/497] Compiling v3_conf.cc
[304/497] Compiling v3_akeya.cc
[305/497] Compiling v3_bitst.cc
[306/497] Compiling v3_bcons.cc
[307/497] Compiling v3_akey.cc
[308/497] Compiling v3_alt.cc
[309/497] Compiling t_x509a.cc
[310/497] Compiling t_req.cc
[311/497] Compiling rsa_pss.cc
[312/497] Compiling t_x509.cc
[313/497] Compiling i2d_pr.cc
[314/497] Compiling policy.cc
[315/497] Compiling t_crl.cc
[316/497] Compiling name_print.cc
[317/497] Compiling asn1_gen.cc
[318/497] Compiling voprf.cc
[319/497] Compiling by_dir.cc
[320/497] Compiling a_sign.cc
[321/497] Compiling by_file.cc
[322/497] Compiling a_verify.cc
[323/497] Compiling algorithm.cc
[324/497] Compiling a_digest.cc
[325/497] Compiling thread_win.cc
[326/497] Compiling thread_none.cc
[327/497] Compiling thread_pthread.cc
[328/497] Compiling trust_token.cc
[329/497] Compiling thread.cc
[330/497] Compiling pmbtoken.cc
[331/497] Compiling stack.cc
[332/497] Compiling sha256.cc
[333/497] Compiling slhdsa.cc
[334/497] Compiling sha1.cc
[335/497] Compiling siphash.cc
[336/497] Compiling sha512.cc
[337/497] Compiling rsa_print.cc
[338/497] Compiling spake2plus.cc
[339/497] Compiling rsa_crypt.cc
[340/497] Compiling rsa_extra.cc
[341/497] Compiling refcount.cc
[342/497] Compiling rc4.cc
[343/497] Compiling passive.cc
[344/497] Compiling windows.cc
[345/497] Compiling rand.cc
[346/497] Compiling rsa_asn1.cc
[347/497] Compiling trusty.cc
[348/497] Compiling urandom.cc
[349/497] Compiling ios.cc
[350/497] Compiling getentropy.cc
[351/497] Compiling poly1305_arm_asm.S
[352/497] Compiling forkunsafe.cc
[353/497] Compiling fork_detect.cc
[354/497] Compiling deterministic.cc
[355/497] Compiling poly1305_vec.cc
[356/497] Compiling poly1305.cc
[357/497] Compiling pool.cc
[358/497] Compiling poly1305_arm.cc
[359/497] Compiling pkcs8.cc
[360/497] Compiling pkcs8_x509.cc
[361/497] Compiling pkcs7.cc
[362/497] Compiling p5_pbev2.cc
[363/497] Compiling pkcs7_x509.cc
[364/497] Compiling pem_xaux.cc
[365/497] Compiling pem_x509.cc
[365/497] Compiling pem_pkey.cc
[367/497] Compiling pem_pk8.cc
[368/497] Compiling pem_oth.cc
[369/497] Compiling pem_lib.cc
[370/497] Compiling mlkem.cc
[371/497] Compiling pem_info.cc
[372/497] Compiling obj_xref.cc
[373/497] Compiling mldsa.cc
[374/497] Compiling pem_all.cc
[375/497] Compiling obj.cc
[376/497] Compiling poly_rq_mul.S
[377/497] Compiling fips_shared_support.cc
[378/497] Compiling md5.cc
[379/497] Compiling mem.cc
[380/497] Compiling md4.cc
[381/497] Compiling lhash.cc
[382/497] Compiling ex_data.cc
[383/497] Compiling kyber.cc
[384/497] Compiling sign.cc
[385/497] Compiling hpke.cc
[386/497] Compiling scrypt.cc
[387/497] Compiling hrss.cc
[388/497] Compiling print.cc
[389/497] Compiling pbkdf.cc
[390/497] Compiling p_x25519.cc
[391/497] Compiling p_x25519_asn1.cc
[392/497] Compiling p_rsa_asn1.cc
[393/497] Compiling p_ed25519_asn1.cc
[394/497] Compiling p_rsa.cc
[395/497] Compiling p_hkdf.cc
[396/497] Compiling p_ed25519.cc
[397/497] Compiling p_ec.cc
[398/497] Compiling p_ec_asn1.cc
[399/497] Compiling p_dh_asn1.cc
[400/497] Compiling p_dsa_asn1.cc
[401/497] Compiling p_dh.cc
[402/497] Compiling evp_ctx.cc
[403/497] Compiling evp.cc
[404/497] Compiling engine.cc
[405/497] Compiling evp_asn1.cc
[406/497] Compiling err.cc
[407/497] Compiling ec_derive.cc
[408/497] Compiling ecdsa_asn1.cc
[409/497] Compiling ecdh.cc
[410/497] Compiling hash_to_curve.cc
[411/497] Compiling ec_asn1.cc
[412/497] Compiling bcm.cc
[413/497] Compiling dsa_asn1.cc
[414/497] Compiling dsa.cc
[415/497] Compiling x25519-asm-arm.S
[416/497] Compiling digest_extra.cc
[417/497] Compiling des.cc
[418/497] Compiling params.cc
[419/497] Compiling dh_asn1.cc
[420/497] Compiling curve25519_64_adx.cc
[421/497] Compiling spake25519.cc
[422/497] Compiling crypto.cc
[423/497] Compiling cpu_intel.cc
[424/497] Compiling curve25519.cc
[425/497] Compiling cpu_arm_linux.cc
[426/497] Compiling cpu_arm_freebsd.cc
[427/497] Compiling cpu_aarch64_sysreg.cc
[428/497] Compiling cpu_aarch64_win.cc
[429/497] Compiling cpu_aarch64_openbsd.cc
[430/497] Compiling cpu_aarch64_linux.cc
[431/497] Compiling cpu_aarch64_fuchsia.cc
[432/497] Compiling cpu_aarch64_apple.cc
[433/497] Compiling conf.cc
[434/497] Compiling tls_cbc.cc
[435/497] Compiling get_cipher.cc
[436/497] Compiling e_tls.cc
[437/497] Compiling e_rc4.cc
[438/497] Compiling e_rc2.cc
[439/497] Compiling e_null.cc
[440/497] Compiling e_des.cc
[441/497] Compiling e_chacha20poly1305.cc
[442/497] Compiling e_aesgcmsiv.cc
[443/497] Compiling e_aesctrhmac.cc
[444/497] Compiling derive_key.cc
[445/497] Compiling chacha.cc
[446/497] Compiling unicode.cc
[447/497] Compiling cbs.cc
[448/497] Compiling cbb.cc
[449/497] Compiling buf.cc
[450/497] Compiling ber.cc
[451/497] Compiling asn1_compat.cc
[452/497] Compiling convert.cc
[453/497] Compiling bn_asn1.cc
[454/497] Compiling blake2.cc
[455/497] Compiling printf.cc
[456/497] Compiling socket.cc
[457/497] Compiling socket_helper.cc
[458/497] Compiling pair.cc
[459/497] Compiling hexdump.cc
[460/497] Compiling fd.cc
[461/497] Compiling file.cc
[462/497] Compiling errno.cc
[463/497] Compiling bio_mem.cc
[464/497] Compiling connect.cc
[465/497] Compiling base64.cc
[466/497] Compiling bio.cc
[467/497] Compiling tasn_typ.cc
[468/497] Compiling tasn_fre.cc
[468/497] Compiling tasn_utl.cc
[470/497] Compiling tasn_enc.cc
[471/497] Compiling posix_time.cc
[472/497] Compiling tasn_new.cc
[473/497] Compiling f_string.cc
[474/497] Compiling f_int.cc
[475/497] Compiling tasn_dec.cc
[476/497] Compiling asn_pack.cc
[477/497] Compiling asn1_par.cc
[478/497] Compiling asn1_lib.cc
[479/497] Compiling a_octet.cc
[480/497] Compiling a_type.cc
[481/497] Compiling a_utctm.cc
[482/497] Compiling a_strex.cc
[483/497] Compiling a_time.cc
[484/497] Compiling a_strnid.cc
[485/497] Compiling a_object.cc
[486/497] Compiling a_i2d_fp.cc
[487/497] Compiling a_mbstr.cc
[488/497] Compiling a_dup.cc
[489/497] Write sources
[490/512] Compiling a_bitstr.cc
[491/514] Compiling a_int.cc
[492/516] Compiling a_gentm.cc
[493/516] Compiling a_d2i_fp.cc
[494/516] Compiling a_bool.cc
[496/516] Compiling Atomics AtomicMemoryOrderings.swift
[497/516] Compiling Atomics DoubleWord.swift
[498/518] Compiling Atomics ManagedAtomic.swift
[499/518] Compiling Atomics ManagedAtomicLazyReference.swift
[500/518] Compiling Atomics UnsafeAtomic.swift
[501/518] Compiling Atomics UnsafeAtomicLazyReference.swift
[502/518] Compiling Atomics Primitives.shims.swift
[503/518] Compiling Atomics AtomicInteger.swift
[504/518] Compiling Atomics AtomicOptionalWrappable.swift
[505/518] Compiling Atomics AtomicReference.swift
[506/518] Compiling Atomics AtomicStorage.swift
[507/518] Compiling Atomics AtomicValue.swift
[508/518] Compiling Atomics IntegerOperations.swift
[509/518] Compiling Atomics Unmanaged extensions.swift
[510/518] Emitting module Atomics
[511/518] Compiling Atomics OptionalRawRepresentable.swift
[512/518] Compiling Atomics RawRepresentable.swift
[513/518] Compiling Atomics AtomicBool.swift
[514/518] Compiling Atomics IntegerConformances.swift
[515/518] Compiling Atomics PointerConformances.swift
[516/518] Compiling Atomics Primitives.native.swift
[517/519] Compiling c-nioatomics.c
[518/519] Compiling c-atomics.c
[520/525] Compiling NIOConcurrencyHelpers lock.swift
[521/525] Compiling NIOConcurrencyHelpers atomics.swift
[522/525] Compiling NIOConcurrencyHelpers NIOLock.swift
[523/525] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[524/525] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[525/525] Emitting module NIOConcurrencyHelpers
[527/586] Compiling NIOCore MulticastChannel.swift
[528/586] Compiling NIOCore NIOAny.swift
[529/586] Compiling NIOCore NIOCloseOnErrorHandler.swift
[530/586] Compiling NIOCore NIOLoopBound.swift
[531/586] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[532/586] Compiling NIOCore NIOScheduledCallback.swift
[533/586] Compiling NIOCore NIOSendable.swift
[534/586] Compiling NIOCore RecvByteBufferAllocator.swift
[535/594] Compiling NIOCore IO.swift
[536/594] Compiling NIOCore IOData.swift
[537/594] Compiling NIOCore IPProtocol.swift
[538/594] Compiling NIOCore IntegerBitPacking.swift
[539/594] Compiling NIOCore IntegerTypes.swift
[540/594] Compiling NIOCore Interfaces.swift
[541/594] Compiling NIOCore Linux.swift
[542/594] Compiling NIOCore MarkedCircularBuffer.swift
[543/594] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[544/594] Compiling NIOCore EventLoopFuture+Deprecated.swift
[545/594] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[546/594] Compiling NIOCore EventLoopFuture.swift
[547/594] Compiling NIOCore FileDescriptor.swift
[548/594] Compiling NIOCore FileHandle.swift
[549/594] Compiling NIOCore FileRegion.swift
[550/594] Compiling NIOCore GlobalSingletons.swift
[551/594] Compiling NIOCore CircularBuffer.swift
[552/594] Compiling NIOCore Codec.swift
[553/594] Compiling NIOCore ConvenienceOptionSupport.swift
[554/594] Compiling NIOCore DeadChannel.swift
[555/594] Compiling NIOCore DispatchQueue+WithFuture.swift
[556/594] Compiling NIOCore EventLoop+Deprecated.swift
[557/594] Compiling NIOCore EventLoop+SerialExecutor.swift
[558/594] Compiling NIOCore EventLoop.swift
[559/594] Compiling NIOCore AddressedEnvelope.swift
[560/594] Compiling NIOCore AsyncAwaitSupport.swift
[561/594] Compiling NIOCore AsyncChannel.swift
[562/594] Compiling NIOCore AsyncChannelHandler.swift
[563/594] Compiling NIOCore AsyncChannelInboundStream.swift
[564/594] Compiling NIOCore AsyncChannelOutboundWriter.swift
[565/594] Compiling NIOCore NIOAsyncSequenceProducer.swift
[566/594] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[567/594] Compiling NIOCore NIOAsyncWriter.swift
[568/594] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[569/594] Compiling NIOCore SocketAddresses.swift
[570/594] Compiling NIOCore SocketOptionProvider.swift
[571/594] Compiling NIOCore SystemCallHelpers.swift
[572/594] Compiling NIOCore TimeAmount+Duration.swift
[573/594] Compiling NIOCore TypeAssistedChannelHandler.swift
[574/594] Compiling NIOCore UniversalBootstrapSupport.swift
[575/594] Compiling NIOCore Utilities.swift
[576/594] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[577/594] Compiling NIOCore BSDSocketAPI.swift
[578/594] Compiling NIOCore ByteBuffer-aux.swift
[579/594] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[580/594] Compiling NIOCore ByteBuffer-conversions.swift
[581/594] Compiling NIOCore ByteBuffer-core.swift
[582/594] Compiling NIOCore ByteBuffer-hex.swift
[583/594] Compiling NIOCore ByteBuffer-int.swift
[584/594] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[585/594] Compiling NIOCore ByteBuffer-multi-int.swift
[586/594] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[587/594] Compiling NIOCore ByteBuffer-views.swift
[588/594] Compiling NIOCore Channel.swift
[589/594] Compiling NIOCore ChannelHandler.swift
[590/594] Compiling NIOCore ChannelHandlers.swift
[591/594] Compiling NIOCore ChannelInvoker.swift
[592/594] Compiling NIOCore ChannelOption.swift
[593/594] Compiling NIOCore ChannelPipeline.swift
[594/594] Emitting module NIOCore
[596/645] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[597/645] Compiling NIOEmbedded Embedded.swift
[598/645] Emitting module NIOEmbedded
[599/645] Compiling NIOEmbedded AsyncTestingChannel.swift
[601/646] Compiling NIOPosix BSDSocketAPICommon.swift
[602/646] Compiling NIOPosix BSDSocketAPIPosix.swift
[603/646] Compiling NIOPosix BSDSocketAPIWindows.swift
[604/646] Compiling NIOPosix BaseSocket.swift
[605/646] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[606/646] Compiling NIOPosix BaseSocketChannel.swift
[607/646] Compiling NIOPosix BaseStreamSocketChannel.swift
[608/652] Emitting module NIOPosix
[609/652] Compiling NIOPosix SelectableChannel.swift
[610/652] Compiling NIOPosix SelectableEventLoop.swift
[611/652] Compiling NIOPosix SelectorEpoll.swift
[612/652] Compiling NIOPosix SelectorGeneric.swift
[613/652] Compiling NIOPosix SelectorKqueue.swift
[614/652] Compiling NIOPosix SelectorUring.swift
[615/652] Compiling NIOPosix Pool.swift
[616/652] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[617/652] Compiling NIOPosix PosixSingletons.swift
[618/652] Compiling NIOPosix RawSocketBootstrap.swift
[619/652] Compiling NIOPosix Resolver.swift
[620/652] Compiling NIOPosix Selectable.swift
[621/652] Compiling NIOPosix ServerSocket.swift
[622/652] Compiling NIOPosix Socket.swift
[623/652] Compiling NIOPosix SocketChannel.swift
[624/652] Compiling NIOPosix SocketProtocols.swift
[625/652] Compiling NIOPosix System.swift
[626/652] Compiling NIOPosix Thread.swift
[627/652] Compiling NIOPosix ThreadPosix.swift
[628/652] Compiling NIOPosix ThreadWindows.swift
[629/652] Compiling NIOPosix UnsafeTransfer.swift
[630/652] Compiling NIOPosix Utilities.swift
[631/652] Compiling NIOPosix VsockAddress.swift
[632/652] Compiling NIOPosix VsockChannelEvents.swift
[633/652] Compiling NIOPosix NIOThreadPool.swift
[634/652] Compiling NIOPosix NonBlockingFileIO.swift
[635/652] Compiling NIOPosix PendingDatagramWritesManager.swift
[636/652] Compiling NIOPosix PendingWritesManager.swift
[637/652] Compiling NIOPosix PipeChannel.swift
[638/652] Compiling NIOPosix PipePair.swift
[639/652] Compiling NIOPosix Bootstrap.swift
[640/652] Compiling NIOPosix ControlMessage.swift
[641/652] Compiling NIOPosix DatagramVectorReadManager.swift
[642/652] Compiling NIOPosix Errors+Any.swift
[643/652] Compiling NIOPosix FileDescriptor.swift
[644/652] Compiling NIOPosix GetaddrinfoResolver.swift
[645/652] Compiling NIOPosix HappyEyeballs.swift
[646/652] Compiling NIOPosix IO.swift
[647/652] Compiling NIOPosix IntegerBitPacking.swift
[648/652] Compiling NIOPosix IntegerTypes.swift
[649/652] Compiling NIOPosix Linux.swift
[650/652] Compiling NIOPosix LinuxCPUSet.swift
[651/652] Compiling NIOPosix LinuxUring.swift
[652/652] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[654/655] Emitting module NIO
[655/655] Compiling NIO Exports.swift
[657/681] Compiling NIOTLS TLSEvents.swift
[658/683] Emitting module NIOTLS
[659/683] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[660/683] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[661/683] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[662/683] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[663/683] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[664/683] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[665/683] Compiling NIOTLS SNIHandler.swift
[666/684] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[667/684] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[668/686] Emitting module NIOHTTP1
[670/687] Emitting module NIOFoundationCompat
[671/687] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[673/716] Compiling NIOSSL CustomPrivateKey.swift
[674/716] Compiling NIOSSL IdentityVerification.swift
[675/716] Compiling NIOSSL PosixPort.swift
[676/716] Compiling NIOSSL SSLCallbacks.swift
[677/716] Compiling NIOSSL AndroidCABundle.swift
[678/716] Compiling NIOSSL ByteBufferBIO.swift
[679/716] Compiling NIOSSL SSLConnection.swift
[680/716] Compiling NIOSSL SSLPrivateKey.swift
[681/716] Compiling NIOSSL NIOSSLServerHandler.swift
[682/716] Compiling NIOSSL ObjectIdentifier.swift
[683/716] Compiling NIOSSL SSLInit.swift
[684/716] Compiling NIOSSL SSLPKCS12Bundle.swift
[685/716] Compiling NIOSSL SSLCertificate.swift
[686/716] Compiling NIOSSL SSLCertificateExtensions.swift
[687/716] Compiling NIOSSL SSLCertificateName.swift
[693/728] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[694/728] Emitting module NIOSSL
[696/728] Compiling NIOSSL SSLPublicKey.swift
[697/728] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[698/728] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[699/728] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[700/728] Compiling NIOSSL SubjectAlternativeName.swift
[701/728] Compiling NIOSSL NIOSSLSecureBytes.swift
[702/728] Compiling NIOSSL RNG.swift
[703/728] Compiling NIOSSL SafeCompare.swift
[704/728] Emitting module NIOHTTPCompression
[705/728] Compiling NIOHTTPCompression HTTPCompression.swift
[706/728] Compiling NIOHTTPCompression HTTPDecompression.swift
[707/728] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[708/728] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[718/729] Compiling NIOSSL SSLContext.swift
[719/729] Compiling NIOSSL SSLErrors.swift
[722/729] Compiling NIOSSL LinuxCABundle.swift
[723/729] Compiling NIOSSL NIOSSLClientHandler.swift
[724/729] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[725/729] Compiling NIOSSL NIOSSLHandler.swift
[726/729] Compiling NIOSSL Zeroization.swift
[727/729] Compiling NIOSSL TLSConfiguration.swift
[728/729] Compiling NIOSSL UniversalBootstrapSupport.swift
[729/729] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[731/737] Compiling AsyncHTTPClient Utils.swift
[732/737] Compiling AsyncHTTPClient RequestValidation.swift
[733/737] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[734/737] Emitting module AsyncHTTPClient
[735/737] Compiling AsyncHTTPClient HTTPClientProxyHandler.swift
[736/737] Compiling AsyncHTTPClient HTTPClient.swift
[737/737] Compiling AsyncHTTPClient HTTPHandler.swift
[739/749] Compiling SwiftyRequest RestResponse.swift
[740/749] Compiling SwiftyRequest RestUtilities.swift
[741/749] Compiling SwiftyRequest RestToken.swift
[742/750] Compiling SwiftyRequest StringExtensions.swift
[743/750] Compiling SwiftyRequest Credentials.swift
[744/750] Compiling SwiftyRequest HTTPMethod.swift
[745/750] Compiling SwiftyRequest MultipartFormData.swift
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:105:16: warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
103 |
104 | /// The HTTP response that caused the error.
105 | public let response: HTTPClient.Response?
| `- warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
106 |
107 | /// The underlying error, if an error occurred before a request could be made.
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/AsyncHTTPClient/HTTPHandler.swift:222:19: note: struct 'Response' does not conform to the 'Sendable' protocol
220 |
221 | /// Represent HTTP response.
222 | public struct Response {
| `- note: struct 'Response' does not conform to the 'Sendable' protocol
223 | /// Remote host of the request.
224 | public var host: String
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
17 | import NIO
18 | import NIOHTTP1
19 | import AsyncHTTPClient
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
20 | import Foundation
21 |
[746/750] Compiling SwiftyRequest RestError.swift
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:105:16: warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
103 |
104 | /// The HTTP response that caused the error.
105 | public let response: HTTPClient.Response?
| `- warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
106 |
107 | /// The underlying error, if an error occurred before a request could be made.
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/AsyncHTTPClient/HTTPHandler.swift:222:19: note: struct 'Response' does not conform to the 'Sendable' protocol
220 |
221 | /// Represent HTTP response.
222 | public struct Response {
| `- note: struct 'Response' does not conform to the 'Sendable' protocol
223 | /// Remote host of the request.
224 | public var host: String
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
17 | import NIO
18 | import NIOHTTP1
19 | import AsyncHTTPClient
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
20 | import Foundation
21 |
[747/750] Emitting module SwiftyRequest
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:105:16: warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
103 |
104 | /// The HTTP response that caused the error.
105 | public let response: HTTPClient.Response?
| `- warning: stored property 'response' of 'Sendable'-conforming struct 'RestError' has non-sendable type 'HTTPClient.Response?'; this is an error in the Swift 6 language mode
106 |
107 | /// The underlying error, if an error occurred before a request could be made.
/host/spi-builder-workspace/.build/checkouts/async-http-client/Sources/AsyncHTTPClient/HTTPHandler.swift:222:19: note: struct 'Response' does not conform to the 'Sendable' protocol
220 |
221 | /// Represent HTTP response.
222 | public struct Response {
| `- note: struct 'Response' does not conform to the 'Sendable' protocol
223 | /// Remote host of the request.
224 | public var host: String
/host/spi-builder-workspace/Sources/SwiftyRequest/RestError.swift:19:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
17 | import NIO
18 | import NIOHTTP1
19 | import AsyncHTTPClient
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'AsyncHTTPClient'
20 | import Foundation
21 |
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:152:44: warning: capture of 'invocation' with non-sendable type 'Invocation<(HTTPClient.Request, (Result<HTTPClient.Response, RestError>) -> Void), String>' in a '@Sendable' closure
150 | let request = invocation.commandArgs.0
151 | self?.session.execute(request: request).whenComplete { result in
152 | let callback = invocation.commandArgs.1
| `- warning: capture of 'invocation' with non-sendable type 'Invocation<(HTTPClient.Request, (Result<HTTPClient.Response, RestError>) -> Void), String>' in a '@Sendable' closure
153 | switch result {
154 | case .failure(let error as HTTPClientError):
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Invocation.swift:23:14: note: generic class 'Invocation' does not conform to the 'Sendable' protocol
21 | /// The Invocation object allows you to notify the circuit breaker of success or failure, provided
22 | /// that a timeout has not already been triggered.
23 | public class Invocation<A, B> {
| `- note: generic class 'Invocation' does not conform to the 'Sendable' protocol
24 |
25 | /// Arguments for circuit command.
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CircuitBreaker'
16 |
17 | import Foundation
18 | import CircuitBreaker
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CircuitBreaker'
19 | import LoggerAPI
20 | import AsyncHTTPClient
[748/750] Compiling SwiftyRequest CircuitParameters.swift
[749/750] Compiling SwiftyRequest ClientCertificate.swift
[750/750] Compiling SwiftyRequest RestRequest.swift
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:152:44: warning: capture of 'invocation' with non-sendable type 'Invocation<(HTTPClient.Request, (Result<HTTPClient.Response, RestError>) -> Void), String>' in a '@Sendable' closure
150 | let request = invocation.commandArgs.0
151 | self?.session.execute(request: request).whenComplete { result in
152 | let callback = invocation.commandArgs.1
| `- warning: capture of 'invocation' with non-sendable type 'Invocation<(HTTPClient.Request, (Result<HTTPClient.Response, RestError>) -> Void), String>' in a '@Sendable' closure
153 | switch result {
154 | case .failure(let error as HTTPClientError):
/host/spi-builder-workspace/.build/checkouts/CircuitBreaker/Sources/CircuitBreaker/Invocation.swift:23:14: note: generic class 'Invocation' does not conform to the 'Sendable' protocol
21 | /// The Invocation object allows you to notify the circuit breaker of success or failure, provided
22 | /// that a timeout has not already been triggered.
23 | public class Invocation<A, B> {
| `- note: generic class 'Invocation' does not conform to the 'Sendable' protocol
24 |
25 | /// Arguments for circuit command.
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:18:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CircuitBreaker'
16 |
17 | import Foundation
18 | import CircuitBreaker
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'CircuitBreaker'
19 | import LoggerAPI
20 | import AsyncHTTPClient
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:419:49: warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
417 | key = nil
418 | }
419 | let tlsConfiguration = TLSConfiguration.forClient(
| |- warning: 'forClient(cipherSuites:minimumTLSVersion:maximumTLSVersion:certificateVerification:trustRoots:certificateChain:privateKey:applicationProtocols:shutdownTimeout:keyLogCallback:)' is deprecated: renamed to 'makeClientConfiguration()'
| `- note: use 'makeClientConfiguration()' instead
420 | certificateVerification: (insecure ? .none : .fullVerification),
421 | certificateChain: chain, privateKey: key)
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:457:32: warning: capture of 'completionHandler' with non-sendable type '(Result<HTTPClient.Response, RestError>) -> Void' in a '@Sendable' closure
455 | case .success(let response):
456 | if response.status.code >= 200 && response.status.code < 300 {
457 | return completionHandler(.success(response))
| |- warning: capture of 'completionHandler' with non-sendable type '(Result<HTTPClient.Response, RestError>) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
458 | } else {
459 | return completionHandler(.failure(RestError.errorStatusCode(response: response)))
/host/spi-builder-workspace/Sources/SwiftyRequest/RestRequest.swift:842:17: warning: capture of 'completionHandler' with non-sendable type '(Result<HTTPResponseHead, RestError>) -> Void' in a '@Sendable' closure
840 | switch result {
841 | case .success(let response):
842 | completionHandler(.success(response))
| |- warning: capture of 'completionHandler' with non-sendable type '(Result<HTTPResponseHead, RestError>) -> Void' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
843 | case .failure(let error as HTTPClientError):
844 | completionHandler(.failure(.httpClientError(error)))
Build complete! (175.73s)
Build complete.
{
"dependencies" : [
{
"identity" : "circuitbreaker",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.200",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/CircuitBreaker.git"
},
{
"identity" : "loggerapi",
"requirement" : {
"range" : [
{
"lower_bound" : "1.9.200",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/LoggerAPI.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "1.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "SwiftyRequest",
"name" : "SwiftyRequest",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SwiftyRequest",
"targets" : [
"SwiftyRequest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftyRequestTests",
"module_type" : "SwiftTarget",
"name" : "SwiftyRequestTests",
"path" : "Tests/SwiftyRequestTests",
"sources" : [
"Models.swift",
"PrintLogger.swift",
"SwiftyRequestTests.swift"
],
"target_dependencies" : [
"SwiftyRequest"
],
"type" : "test"
},
{
"c99name" : "SwiftyRequest",
"module_type" : "SwiftTarget",
"name" : "SwiftyRequest",
"path" : "Sources/SwiftyRequest",
"product_dependencies" : [
"CircuitBreaker",
"LoggerAPI",
"AsyncHTTPClient"
],
"product_memberships" : [
"SwiftyRequest"
],
"sources" : [
"CircuitParameters.swift",
"ClientCertificate.swift",
"Credentials.swift",
"HTTPMethod.swift",
"MultipartFormData.swift",
"RestError.swift",
"RestRequest.swift",
"RestResponse.swift",
"RestToken.swift",
"RestUtilities.swift",
"StringExtensions.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.