Build Information
Successful build of websocket-kit, reference main (8666c9
), with Swift 6.1 for Android on 31 May 2025 01:46:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/vapor/websocket-kit.git
Reference: main
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/vapor/websocket-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8666c92 Increase minimum required version of Swift-Nio to 2.78.0 (#159)
Cloned https://github.com/vapor/websocket-kit.git
Revision (git rev-parse @):
8666c92dbbb3c8eefc8008c9c8dcf50bfd302167
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor/websocket-kit.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor/websocket-kit.git
https://github.com/vapor/websocket-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.78.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.16.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.24.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.16.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "websocket-kit",
"name" : "websocket-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "WebSocketKit",
"targets" : [
"WebSocketKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketKitTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketKitTests",
"path" : "Tests/WebSocketKitTests",
"sources" : [
"AsyncWebSocketKitTests.swift",
"SSLTestHelpers.swift",
"Utilities.swift",
"WebSocketKitTests.swift"
],
"target_dependencies" : [
"WebSocketKit"
],
"type" : "test"
},
{
"c99name" : "WebSocketKit",
"module_type" : "SwiftTarget",
"name" : "WebSocketKit",
"path" : "Sources/WebSocketKit",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers",
"NIOExtras",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOSSL",
"NIOWebSocket",
"NIOTransportServices",
"Atomics"
],
"product_memberships" : [
"WebSocketKit"
],
"sources" : [
"Concurrency/WebSocket+Concurrency.swift",
"Exports.swift",
"HTTPUpgradeRequestHandler.swift",
"WebSocket+Connect.swift",
"WebSocket.swift",
"WebSocketClient.swift",
"WebSocketHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5923] Fetching swift-nio-extras
[1897/8590] Fetching swift-nio-extras, swift-nio-transport-services
[7564/10307] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics
[10308/25150] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-ssl
[10309/101273] Fetching swift-nio-extras, swift-nio-transport-services, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.83s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.83s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.84s)
[57687/82046] Fetching swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.99s)
Fetched https://github.com/apple/swift-nio.git from cache (5.07s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.25s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[880/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.80s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.88s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.84s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.19s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (1.00s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.09s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
[1/2426] Fetching swift-service-lifecycle
[196/8385] Fetching swift-service-lifecycle, swift-algorithms
[823/9975] Fetching swift-service-lifecycle, swift-algorithms, swift-asn1
[994/13811] Fetching swift-service-lifecycle, swift-algorithms, swift-asn1, swift-log
[2383/18796] Fetching swift-service-lifecycle, swift-algorithms, swift-asn1, swift-log, swift-async-algorithms
[3828/24951] Fetching swift-service-lifecycle, swift-algorithms, swift-asn1, swift-log, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (1.34s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.34s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (1.40s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.40s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.41s)
Fetched https://github.com/apple/swift-log.git from cache (1.41s)
Fetching https://github.com/apple/swift-nio-http2.git
[1/1141] Fetching swift-http-structured-headers
[161/2045] Fetching swift-http-structured-headers, swift-http-types
[2046/13572] Fetching swift-http-structured-headers, swift-http-types, swift-nio-http2
Fetched https://github.com/apple/swift-http-types.git from cache (0.58s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.58s)
[462/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (4.36s)
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 (0.90s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.13s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.03s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.31s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (5.12s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.14s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.01s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.73s)
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 (3.89s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.61s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.09s)
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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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-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-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-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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Building for debugging...
[0/432] Write sources
[13/432] Compiling CNIOWASI CNIOWASI.c
[14/432] Compiling CNIOWindows shim.c
[14/432] Compiling CNIOWindows WSAStartup.c
[14/432] Compiling CNIOLinux liburing_shims.c
[17/432] Write sources
[21/432] Compiling CNIOLLHTTP c_nio_http.c
[22/432] Compiling _AtomicsShims.c
[23/432] Compiling CNIODarwin shim.c
[24/432] Compiling CNIOSHA1 c_nio_sha1.c
[25/432] Compiling CNIOLinux shim.c
[26/432] Compiling fiat_p256_adx_sqr.S
[27/432] Compiling fiat_p256_adx_mul.S
[28/432] Compiling CNIOLLHTTP c_nio_api.c
[29/432] Compiling fiat_curve25519_adx_square.S
[30/432] Compiling fiat_curve25519_adx_mul.S
[31/432] Write swift-version-24593BA9C3E375BF.txt
[32/432] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/432] Compiling CNIOBoringSSLShims shims.c
[34/438] Compiling tls_record.cc
[35/438] Compiling tls13_server.cc
[36/438] Compiling tls13_client.cc
[37/438] Compiling tls13_enc.cc
[38/438] Compiling tls_method.cc
[39/438] Compiling tls13_both.cc
[41/452] Emitting module _NIODataStructures
[41/452] Compiling ssl_versions.cc
[42/452] Compiling t1_enc.cc
[43/452] Compiling ssl_stat.cc
[44/452] Compiling ssl_transcript.cc
[46/452] Compiling _NIOBase64 Base64.swift
[47/452] Emitting module _NIOBase64
[47/453] Compiling ssl_x509.cc
[49/453] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[50/453] Compiling InternalCollectionsUtilities Debugging.swift
[51/453] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[52/453] Compiling InternalCollectionsUtilities _SortedCollection.swift
[53/454] Compiling _NIODataStructures _TinyArray.swift
[54/454] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/454] Compiling InternalCollectionsUtilities Integer rank.swift
[56/454] Emitting module InternalCollectionsUtilities
[57/454] Compiling _NIODataStructures Heap.swift
[58/454] Compiling _NIODataStructures PriorityQueue.swift
[59/455] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[60/455] Compiling InternalCollectionsUtilities UInt+reversed.swift
[61/455] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[62/455] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/455] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/455] Compiling InternalCollectionsUtilities Descriptions.swift
[67/455] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/455] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/456] Compiling ssl_session.cc
[70/456] Compiling ssl_privkey.cc
[72/471] Compiling DequeModule Deque+CustomReflectable.swift
[73/471] Compiling DequeModule Deque+Descriptions.swift
[73/473] Compiling ssl_file.cc
[74/473] Compiling ssl_key_share.cc
[76/473] Compiling DequeModule _DequeBuffer.swift
[77/473] Compiling DequeModule _DequeBufferHeader.swift
[78/473] Compiling DequeModule Deque+Equatable.swift
[79/473] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/473] Compiling DequeModule Deque+Extras.swift
[81/473] Compiling DequeModule Deque+Hashable.swift
[81/473] Compiling ssl_cipher.cc
[82/473] Compiling ssl_credential.cc
[84/473] Compiling DequeModule Deque._UnsafeHandle.swift
[85/473] Compiling DequeModule Deque.swift
[86/473] Compiling DequeModule Deque+Testing.swift
[87/473] Compiling DequeModule Deque._Storage.swift
[87/473] Compiling ssl_lib.cc
[89/473] Compiling DequeModule _DequeSlot.swift
[90/473] Compiling DequeModule _UnsafeWrappedBuffer.swift
[90/473] Compiling ssl_cert.cc
[92/473] Emitting module DequeModule
[93/473] Compiling DequeModule Deque+Codable.swift
[94/473] Compiling DequeModule Deque+Collection.swift
[95/474] Compiling ssl_buffer.cc
[96/474] Compiling ssl_aead_ctx.cc
[97/474] Compiling s3_pkt.cc
[98/474] Compiling ssl_asn1.cc
[98/474] Compiling s3_both.cc
[100/474] Compiling s3_lib.cc
[101/474] Compiling handshake_server.cc
[102/474] Compiling handshake.cc
[103/474] Compiling handshake_client.cc
[104/474] Compiling handoff.cc
[105/474] Compiling encrypted_client_hello.cc
[106/474] Compiling dtls_record.cc
[107/474] Compiling extensions.cc
[108/474] Compiling md5-x86_64-linux.S
[109/474] Compiling md5-x86_64-apple.S
[110/474] Compiling md5-586-linux.S
[111/474] Compiling md5-586-apple.S
[112/474] Compiling dtls_method.cc
[113/474] Compiling chacha20_poly1305_x86_64-linux.S
[114/474] Compiling chacha20_poly1305_x86_64-apple.S
[115/474] Compiling chacha20_poly1305_armv8-win.S
[116/474] Compiling chacha20_poly1305_armv8-linux.S
[117/474] Compiling d1_srtp.cc
[118/474] Compiling chacha20_poly1305_armv8-apple.S
[119/474] Compiling err_data.cc
[120/474] Compiling chacha-x86_64-linux.S
[121/474] Compiling chacha-x86_64-apple.S
[122/474] Compiling chacha-x86-linux.S
[123/474] Compiling chacha-x86-apple.S
[124/474] Compiling chacha-armv8-win.S
[125/474] Compiling chacha-armv8-apple.S
[126/474] Compiling chacha-armv4-linux.S
[127/474] Compiling aes128gcmsiv-x86_64-apple.S
[128/474] Compiling d1_pkt.cc
[129/474] Compiling aes128gcmsiv-x86_64-linux.S
[130/474] Compiling chacha-armv8-linux.S
[131/474] Compiling x86_64-mont5-linux.S
[132/474] Compiling x86_64-mont5-apple.S
[133/474] Compiling x86_64-mont-linux.S
[134/474] Compiling bio_ssl.cc
[135/474] Compiling x86_64-mont-apple.S
[136/474] Compiling x86-mont-apple.S
[137/474] Compiling x86-mont-linux.S
[138/474] Compiling vpaes-x86_64-linux.S
[139/474] Compiling vpaes-x86_64-apple.S
[140/474] Compiling vpaes-x86-linux.S
[141/474] Compiling vpaes-armv8-win.S
[142/474] Compiling vpaes-x86-apple.S
[143/474] Compiling vpaes-armv7-linux.S
[144/474] Compiling vpaes-armv8-linux.S
[145/474] Compiling vpaes-armv8-apple.S
[146/474] Compiling d1_lib.cc
[147/474] Compiling sha512-x86_64-linux.S
[148/474] Compiling sha512-x86_64-apple.S
[149/474] Compiling sha512-armv8-apple.S
[150/474] Compiling sha512-armv4-linux.S
[151/474] Compiling sha512-586-linux.S
[152/474] Compiling sha512-armv8-win.S
[153/474] Compiling sha512-armv8-linux.S
[154/474] Compiling sha256-x86_64-linux.S
[155/474] Compiling sha512-586-apple.S
[156/474] Compiling sha256-x86_64-apple.S
[157/474] Compiling sha256-armv8-win.S
[158/474] Compiling sha256-armv8-apple.S
[159/474] Compiling sha256-armv4-linux.S
[160/474] Compiling sha256-armv8-linux.S
[161/474] Compiling sha256-586-apple.S
[162/474] Compiling sha256-586-linux.S
[163/474] Compiling sha1-x86_64-apple.S
[164/474] Compiling sha1-x86_64-linux.S
[165/474] Compiling sha1-armv8-win.S
[166/474] Compiling sha1-armv4-large-linux.S
[167/474] Compiling sha1-586-linux.S
[168/474] Compiling sha1-armv8-linux.S
[169/474] Compiling sha1-armv8-apple.S
[170/474] Compiling rsaz-avx2-apple.S
[171/474] Compiling sha1-586-apple.S
[172/474] Compiling rsaz-avx2-linux.S
[173/474] Compiling rdrand-x86_64-linux.S
[174/474] Compiling rdrand-x86_64-apple.S
[175/474] Compiling p256_beeu-x86_64-asm-linux.S
[176/474] Compiling p256_beeu-x86_64-asm-apple.S
[177/474] Compiling p256_beeu-armv8-asm-win.S
[178/474] Compiling p256_beeu-armv8-asm-apple.S
[179/474] Compiling d1_both.cc
[180/474] Compiling p256_beeu-armv8-asm-linux.S
[181/474] Compiling p256-x86_64-asm-apple.S
[182/474] Compiling p256-armv8-asm-win.S
[183/474] Compiling p256-x86_64-asm-linux.S
[184/474] Compiling p256-armv8-asm-apple.S
[185/474] Compiling ghashv8-armv8-win.S
[186/474] Compiling p256-armv8-asm-linux.S
[187/474] Compiling ghashv8-armv8-apple.S
[188/474] Compiling ghashv8-armv8-linux.S
[189/474] Compiling ghash-x86_64-linux.S
[190/474] Compiling ghashv8-armv7-linux.S
[190/474] Compiling ghash-x86_64-apple.S
[192/474] Compiling ghash-x86-linux.S
[193/474] Compiling ghash-ssse3-x86-linux.S
[194/474] Compiling ghash-x86-apple.S
[195/474] Compiling ghash-ssse3-x86_64-linux.S
[196/474] Compiling ghash-ssse3-x86_64-apple.S
[197/474] Compiling ghash-ssse3-x86-apple.S
[198/474] Compiling ghash-neon-armv8-win.S
[199/474] Compiling ghash-neon-armv8-linux.S
[200/474] Compiling ghash-neon-armv8-apple.S
[201/474] Compiling ghash-armv4-linux.S
[202/474] Compiling co-586-linux.S
[203/474] Compiling bsaes-armv7-linux.S
[203/474] Compiling co-586-apple.S
[205/474] Compiling bn-armv8-apple.S
[205/474] Compiling bn-armv8-win.S
[207/474] Compiling bn-586-linux.S
[208/474] Compiling bn-armv8-linux.S
[209/474] Compiling bn-586-apple.S
[210/474] Compiling armv8-mont-win.S
[211/474] Compiling armv8-mont-apple.S
[212/474] Compiling armv4-mont-linux.S
[213/474] Compiling aesv8-gcm-armv8-win.S
[214/474] Compiling armv8-mont-linux.S
[215/474] Compiling aesv8-armv8-linux.S
[216/474] Compiling aesv8-armv8-win.S
[217/474] Compiling aesv8-gcm-armv8-apple.S
[218/474] Compiling aesv8-gcm-armv8-linux.S
[219/474] Compiling aesv8-armv8-apple.S
[220/474] Compiling aesv8-armv7-linux.S
[221/474] Compiling aesni-x86_64-linux.S
[222/474] Compiling aesni-x86_64-apple.S
[223/474] Compiling aesni-x86-linux.S
[224/474] Compiling aesni-x86-apple.S
[225/474] Compiling aesni-gcm-x86_64-linux.S
[226/474] Compiling aesni-gcm-x86_64-apple.S
[227/474] Compiling aes-gcm-avx2-x86_64-linux.S
[228/474] Compiling aes-gcm-avx2-x86_64-apple.S
[229/474] Compiling aes-gcm-avx10-x86_64-linux.S
[230/474] Compiling aes-gcm-avx10-x86_64-apple.S
[231/474] Compiling x_spki.cc
[232/474] Compiling x_name.cc
[232/474] Compiling x_x509a.cc
[234/474] Compiling x_sig.cc
[235/474] Compiling x_pubkey.cc
[236/474] Compiling x_x509.cc
[237/474] Compiling x_req.cc
[238/474] Compiling x_val.cc
[239/474] Compiling x_attrib.cc
[240/474] Compiling x_all.cc
[241/474] Compiling x_algor.cc
[242/474] Compiling x_exten.cc
[243/474] Compiling x509name.cc
[244/474] Compiling x509spki.cc
[245/474] Compiling x_crl.cc
[246/474] Compiling x509rset.cc
[247/474] Compiling x509_txt.cc
[248/474] Compiling x509_vfy.cc
[249/474] Compiling x509_vpm.cc
[250/474] Compiling x509_trs.cc
[251/474] Compiling x509cset.cc
[252/474] Compiling x509_v3.cc
[253/474] Compiling x509_req.cc
[254/474] Compiling x509_set.cc
[255/474] Compiling x509_ext.cc
[256/474] Compiling x509_lu.cc
[257/474] Compiling x509_obj.cc
[258/474] Compiling x509_def.cc
[259/474] Compiling x509_d2.cc
[260/474] Compiling x509_att.cc
[261/474] Compiling x509_cmp.cc
[262/474] Compiling x509.cc
[263/474] Compiling v3_utl.cc
[264/474] Compiling v3_prn.cc
[265/474] Compiling v3_skey.cc
[266/474] Compiling v3_purp.cc
[267/474] Compiling v3_pmaps.cc
[268/474] Compiling v3_pcons.cc
[269/474] Compiling v3_ocsp.cc
[270/474] Compiling v3_ncons.cc
[271/474] Compiling v3_ia5.cc
[272/474] Compiling v3_lib.cc
[273/474] Compiling v3_int.cc
[274/474] Compiling v3_info.cc
[275/474] Compiling v3_genn.cc
[276/474] Compiling v3_extku.cc
[277/474] Compiling v3_enum.cc
[278/474] Compiling v3_crld.cc
[279/474] Compiling v3_cpols.cc
[280/474] Compiling v3_conf.cc
[281/474] Compiling v3_bitst.cc
[282/474] Compiling v3_bcons.cc
[283/474] Compiling v3_akeya.cc
[284/474] Compiling v3_alt.cc
[285/474] Compiling v3_akey.cc
[286/474] Compiling t_x509a.cc
[287/474] Compiling t_req.cc
[288/474] Compiling t_crl.cc
[289/474] Compiling t_x509.cc
[290/474] Compiling name_print.cc
[291/474] Compiling i2d_pr.cc
[292/474] Compiling rsa_pss.cc
[293/474] Compiling policy.cc
[294/474] Compiling voprf.cc
[295/474] Compiling by_dir.cc
[296/474] Compiling algorithm.cc
[297/474] Compiling by_file.cc
[298/474] Compiling a_verify.cc
[299/474] Compiling asn1_gen.cc
[300/474] Compiling a_sign.cc
[301/474] Compiling a_digest.cc
[302/474] Compiling thread_win.cc
[303/474] Compiling thread.cc
[304/474] Compiling thread_pthread.cc
[305/474] Compiling thread_none.cc
[306/474] Compiling trust_token.cc
[307/474] Compiling pmbtoken.cc
[308/474] Compiling siphash.cc
[309/474] Compiling stack.cc
[310/474] Compiling sha1.cc
[311/474] Compiling sha256.cc
[312/474] Compiling sha512.cc
[313/474] Compiling spake2plus.cc
[314/474] Compiling slhdsa.cc
[315/474] Compiling rsa_print.cc
[316/474] Compiling rsa_extra.cc
[317/474] Compiling rsa_crypt.cc
[318/474] Compiling rc4.cc
[318/474] Compiling refcount.cc
[320/474] Compiling windows.cc
[321/474] Compiling urandom.cc
[322/474] Compiling rand.cc
[323/474] Compiling trusty.cc
[324/474] Compiling rsa_asn1.cc
[325/474] Compiling passive.cc
[326/474] Compiling poly1305_arm_asm.S
[327/474] Compiling ios.cc
[328/474] Compiling getentropy.cc
[329/474] Compiling forkunsafe.cc
[330/474] Compiling fork_detect.cc
[331/474] Compiling deterministic.cc
[332/474] Compiling poly1305_vec.cc
[333/474] Compiling poly1305_arm.cc
[334/474] Compiling poly1305.cc
[335/474] Compiling pool.cc
[336/474] Compiling p5_pbev2.cc
[337/474] Compiling pkcs8.cc
[338/474] Compiling pkcs8_x509.cc
[339/474] Compiling pkcs7.cc
[340/474] Compiling pkcs7_x509.cc
[341/474] Compiling pem_xaux.cc
[342/474] Compiling pem_pkey.cc
[343/474] Compiling pem_x509.cc
[344/474] Compiling pem_info.cc
[345/474] Compiling obj_xref.cc
[346/474] Compiling pem_lib.cc
[347/474] Compiling pem_oth.cc
[348/474] Compiling pem_pk8.cc
[349/474] Compiling pem_all.cc
[350/474] Compiling mldsa.cc
[351/474] Compiling obj.cc
[352/474] Compiling mlkem.cc
[353/474] Compiling md5.cc
[354/474] Compiling fips_shared_support.cc
[355/474] Compiling poly_rq_mul.S
[356/474] Compiling lhash.cc
[357/474] Compiling md4.cc
[358/474] Compiling mem.cc
[359/474] Compiling kyber.cc
[360/474] Compiling sign.cc
[361/474] Compiling hpke.cc
[362/474] Compiling hrss.cc
[363/474] Compiling ex_data.cc
[364/474] Compiling print.cc
[365/474] Compiling scrypt.cc
[366/474] Compiling pbkdf.cc
[367/474] Compiling p_x25519.cc
[368/474] Compiling p_x25519_asn1.cc
[369/474] Compiling p_rsa_asn1.cc
[370/474] Compiling p_rsa.cc
[371/474] Compiling p_hkdf.cc
[372/474] Compiling p_ed25519.cc
[373/474] Compiling p_ed25519_asn1.cc
[374/474] Compiling p_ec.cc
[375/474] Compiling p_ec_asn1.cc
[376/474] Compiling p_dh_asn1.cc
[377/474] Compiling p_dh.cc
[378/474] Compiling evp_ctx.cc
[379/474] Compiling p_dsa_asn1.cc
[380/474] Compiling evp.cc
[381/474] Compiling err.cc
[382/474] Compiling engine.cc
[383/474] Compiling evp_asn1.cc
[384/474] Compiling ecdh.cc
[385/474] Compiling bcm.cc
[386/474] Compiling hash_to_curve.cc
[387/474] Compiling ecdsa_asn1.cc
[388/474] Compiling ec_derive.cc
[389/474] Compiling params.cc
[390/474] Compiling ec_asn1.cc
[391/474] Compiling dsa.cc
[392/474] Compiling dsa_asn1.cc
[393/474] Compiling digest_extra.cc
[393/474] Compiling des.cc
[395/474] Compiling x25519-asm-arm.S
[396/474] Compiling spake25519.cc
[397/474] Compiling dh_asn1.cc
[398/474] Compiling cpu_intel.cc
[399/474] Compiling curve25519_64_adx.cc
[399/474] Compiling cpu_arm_linux.cc
[399/474] Compiling crypto.cc
[402/474] Compiling cpu_aarch64_sysreg.cc
[403/474] Compiling cpu_arm_freebsd.cc
[404/474] Compiling cpu_aarch64_win.cc
[405/474] Compiling curve25519.cc
[406/474] Compiling cpu_aarch64_fuchsia.cc
[407/474] Compiling cpu_aarch64_openbsd.cc
[408/474] Compiling cpu_aarch64_linux.cc
[409/474] Compiling cpu_aarch64_apple.cc
[410/474] Compiling e_tls.cc
[411/474] Compiling get_cipher.cc
[412/474] Compiling tls_cbc.cc
[413/474] Compiling conf.cc
[414/474] Compiling e_des.cc
[415/474] Compiling e_rc4.cc
[416/474] Compiling e_rc2.cc
[417/474] Compiling e_null.cc
[418/474] Compiling derive_key.cc
[419/474] Compiling e_chacha20poly1305.cc
[420/474] Compiling e_aesgcmsiv.cc
[421/474] Compiling e_aesctrhmac.cc
[422/474] Compiling chacha.cc
[423/474] Compiling cbb.cc
[424/474] Compiling asn1_compat.cc
[425/474] Compiling unicode.cc
[426/474] Compiling ber.cc
[427/474] Compiling cbs.cc
[428/474] Compiling buf.cc
[429/474] Compiling convert.cc
[430/474] Compiling blake2.cc
[431/474] Compiling socket.cc
[432/474] Compiling pair.cc
[433/474] Compiling socket_helper.cc
[434/474] Compiling hexdump.cc
[435/474] Compiling printf.cc
[436/474] Compiling bn_asn1.cc
[437/474] Compiling file.cc
[438/474] Compiling connect.cc
[439/474] Compiling base64.cc
[440/474] Compiling bio.cc
[441/474] Compiling errno.cc
[442/474] Compiling fd.cc
[443/474] Compiling tasn_typ.cc
[444/474] Compiling bio_mem.cc
[445/474] Compiling tasn_fre.cc
[446/474] Compiling tasn_utl.cc
[447/474] Compiling tasn_enc.cc
[448/474] Compiling posix_time.cc
[449/474] Compiling tasn_new.cc
[450/474] Compiling f_int.cc
[451/474] Compiling f_string.cc
[452/474] Compiling tasn_dec.cc
[453/474] Compiling asn_pack.cc
[454/474] Compiling asn1_lib.cc
[455/474] Compiling asn1_par.cc
[456/474] Compiling a_utctm.cc
[457/474] Compiling a_type.cc
[458/474] Compiling a_time.cc
[459/474] Compiling a_strnid.cc
[460/474] Compiling a_octet.cc
[461/474] Compiling a_strex.cc
[462/474] Compiling a_i2d_fp.cc
[463/474] Compiling a_d2i_fp.cc
[464/474] Compiling a_mbstr.cc
[464/474] Compiling a_int.cc
[464/474] Compiling a_object.cc
[465/474] Write sources
[468/474] Compiling a_dup.cc
[469/474] Compiling a_gentm.cc
[470/493] Compiling a_bool.cc
[471/493] Compiling a_bitstr.cc
[473/493] Compiling Atomics ManagedAtomic.swift
[474/493] Compiling Atomics ManagedAtomicLazyReference.swift
[475/493] Compiling Atomics Primitives.shims.swift
[476/493] Compiling Atomics AtomicInteger.swift
[477/493] Compiling Atomics AtomicOptionalWrappable.swift
[478/493] Compiling Atomics AtomicMemoryOrderings.swift
[479/493] Compiling Atomics DoubleWord.swift
[480/493] Compiling Atomics UnsafeAtomic.swift
[481/493] Compiling Atomics UnsafeAtomicLazyReference.swift
[482/493] Compiling Atomics AtomicReference.swift
[483/493] Compiling Atomics AtomicStorage.swift
[484/493] Compiling Atomics AtomicValue.swift
[485/495] Compiling Atomics OptionalRawRepresentable.swift
[486/495] Compiling Atomics RawRepresentable.swift
[487/495] Compiling Atomics AtomicBool.swift
[488/495] Compiling Atomics IntegerOperations.swift
[489/495] Compiling Atomics Unmanaged extensions.swift
[490/495] Emitting module Atomics
[490/495] Compiling c-nioatomics.c
[492/495] Compiling Atomics IntegerConformances.swift
[493/495] Compiling Atomics PointerConformances.swift
[494/495] Compiling Atomics Primitives.native.swift
[495/496] Compiling c-atomics.c
[497/502] Compiling NIOConcurrencyHelpers NIOLock.swift
[498/502] Compiling NIOConcurrencyHelpers lock.swift
[499/502] Emitting module NIOConcurrencyHelpers
[500/502] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[501/502] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[502/502] Compiling NIOConcurrencyHelpers atomics.swift
[504/563] Compiling NIOCore IO.swift
[505/563] Compiling NIOCore IOData.swift
[506/563] Compiling NIOCore IPProtocol.swift
[507/563] Compiling NIOCore IntegerBitPacking.swift
[508/563] Compiling NIOCore IntegerTypes.swift
[509/563] Compiling NIOCore Interfaces.swift
[510/563] Compiling NIOCore Linux.swift
[511/563] Compiling NIOCore MarkedCircularBuffer.swift
[512/571] Compiling NIOCore CircularBuffer.swift
[513/571] Compiling NIOCore Codec.swift
[514/571] Compiling NIOCore ConvenienceOptionSupport.swift
[515/571] Compiling NIOCore DeadChannel.swift
[516/571] Compiling NIOCore DispatchQueue+WithFuture.swift
[517/571] Compiling NIOCore EventLoop+Deprecated.swift
[518/571] Compiling NIOCore EventLoop+SerialExecutor.swift
[519/571] Compiling NIOCore EventLoop.swift
[520/571] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[521/571] Compiling NIOCore SocketAddresses.swift
[522/571] Compiling NIOCore SocketOptionProvider.swift
[523/571] Compiling NIOCore SystemCallHelpers.swift
[524/571] Compiling NIOCore TimeAmount+Duration.swift
[525/571] Compiling NIOCore TypeAssistedChannelHandler.swift
[526/571] Compiling NIOCore UniversalBootstrapSupport.swift
[527/571] Compiling NIOCore Utilities.swift
[528/571] Compiling NIOCore AddressedEnvelope.swift
[529/571] Compiling NIOCore AsyncAwaitSupport.swift
[530/571] Compiling NIOCore AsyncChannel.swift
[531/571] Compiling NIOCore AsyncChannelHandler.swift
[532/571] Compiling NIOCore AsyncChannelInboundStream.swift
[533/571] Compiling NIOCore AsyncChannelOutboundWriter.swift
[534/571] Compiling NIOCore NIOAsyncSequenceProducer.swift
[535/571] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[536/571] Compiling NIOCore NIOAsyncWriter.swift
[537/571] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[538/571] Compiling NIOCore BSDSocketAPI.swift
[539/571] Compiling NIOCore ByteBuffer-aux.swift
[540/571] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[541/571] Compiling NIOCore ByteBuffer-conversions.swift
[542/571] Compiling NIOCore ByteBuffer-core.swift
[543/571] Compiling NIOCore ByteBuffer-hex.swift
[544/571] Compiling NIOCore ByteBuffer-int.swift
[545/571] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[546/571] Emitting module NIOCore
[547/571] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[548/571] Compiling NIOCore EventLoopFuture+Deprecated.swift
[549/571] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[550/571] Compiling NIOCore EventLoopFuture.swift
[551/571] Compiling NIOCore FileDescriptor.swift
[552/571] Compiling NIOCore FileHandle.swift
[553/571] Compiling NIOCore FileRegion.swift
[554/571] Compiling NIOCore GlobalSingletons.swift
[555/571] Compiling NIOCore MulticastChannel.swift
[556/571] Compiling NIOCore NIOAny.swift
[557/571] Compiling NIOCore NIOCloseOnErrorHandler.swift
[558/571] Compiling NIOCore NIOLoopBound.swift
[559/571] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[560/571] Compiling NIOCore NIOScheduledCallback.swift
[561/571] Compiling NIOCore NIOSendable.swift
[562/571] Compiling NIOCore RecvByteBufferAllocator.swift
[563/571] Compiling NIOCore ByteBuffer-multi-int.swift
[564/571] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[565/571] Compiling NIOCore ByteBuffer-views.swift
[566/571] Compiling NIOCore Channel.swift
[567/571] Compiling NIOCore ChannelHandler.swift
[568/571] Compiling NIOCore ChannelHandlers.swift
[569/571] Compiling NIOCore ChannelInvoker.swift
[570/571] Compiling NIOCore ChannelOption.swift
[571/571] Compiling NIOCore ChannelPipeline.swift
[573/622] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[574/622] Compiling NIOEmbedded AsyncTestingChannel.swift
[575/622] Emitting module NIOEmbedded
[576/622] Compiling NIOEmbedded Embedded.swift
[578/623] Emitting module NIOPosix
[579/629] Compiling NIOPosix ServerSocket.swift
[580/629] Compiling NIOPosix Socket.swift
[581/629] Compiling NIOPosix SocketChannel.swift
[582/629] Compiling NIOPosix SocketProtocols.swift
[583/629] Compiling NIOPosix System.swift
[584/629] Compiling NIOPosix Thread.swift
[585/629] Compiling NIOPosix Pool.swift
[586/629] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[587/629] Compiling NIOPosix PosixSingletons.swift
[588/629] Compiling NIOPosix RawSocketBootstrap.swift
[589/629] Compiling NIOPosix Resolver.swift
[590/629] Compiling NIOPosix Selectable.swift
[591/629] Compiling NIOPosix SelectableChannel.swift
[592/629] Compiling NIOPosix SelectableEventLoop.swift
[593/629] Compiling NIOPosix SelectorEpoll.swift
[594/629] Compiling NIOPosix SelectorGeneric.swift
[595/629] Compiling NIOPosix SelectorKqueue.swift
[596/629] Compiling NIOPosix SelectorUring.swift
[597/629] Compiling NIOPosix ThreadPosix.swift
[598/629] Compiling NIOPosix ThreadWindows.swift
[599/629] Compiling NIOPosix UnsafeTransfer.swift
[600/629] Compiling NIOPosix Utilities.swift
[601/629] Compiling NIOPosix VsockAddress.swift
[602/629] Compiling NIOPosix VsockChannelEvents.swift
[603/629] Compiling NIOPosix IO.swift
[604/629] Compiling NIOPosix IntegerBitPacking.swift
[605/629] Compiling NIOPosix IntegerTypes.swift
[606/629] Compiling NIOPosix Linux.swift
[607/629] Compiling NIOPosix LinuxCPUSet.swift
[608/629] Compiling NIOPosix LinuxUring.swift
[609/629] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[610/629] Compiling NIOPosix NIOThreadPool.swift
[611/629] Compiling NIOPosix NonBlockingFileIO.swift
[612/629] Compiling NIOPosix PendingDatagramWritesManager.swift
[613/629] Compiling NIOPosix PendingWritesManager.swift
[614/629] Compiling NIOPosix PipeChannel.swift
[615/629] Compiling NIOPosix PipePair.swift
[616/629] Compiling NIOPosix BSDSocketAPICommon.swift
[617/629] Compiling NIOPosix BSDSocketAPIPosix.swift
[618/629] Compiling NIOPosix BSDSocketAPIWindows.swift
[619/629] Compiling NIOPosix BaseSocket.swift
[620/629] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[621/629] Compiling NIOPosix BaseSocketChannel.swift
[622/629] Compiling NIOPosix BaseStreamSocketChannel.swift
[623/629] Compiling NIOPosix Bootstrap.swift
[624/629] Compiling NIOPosix ControlMessage.swift
[625/629] Compiling NIOPosix DatagramVectorReadManager.swift
[626/629] Compiling NIOPosix Errors+Any.swift
[627/629] Compiling NIOPosix FileDescriptor.swift
[628/629] Compiling NIOPosix GetaddrinfoResolver.swift
[629/629] Compiling NIOPosix HappyEyeballs.swift
[631/632] Emitting module NIO
[632/632] Compiling NIO Exports.swift
[634/660] Compiling NIOTLS TLSEvents.swift
[635/660] Emitting module NIOTLS
[636/660] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[637/660] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[638/660] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[639/660] Compiling NIOTLS SNIHandler.swift
[640/661] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[641/661] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[643/663] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[644/663] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[645/665] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[646/665] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[647/668] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[648/668] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[649/668] Compiling NIOSSL CustomPrivateKey.swift
[650/668] Compiling NIOSSL IdentityVerification.swift
[651/692] Compiling NIOSSL SSLConnection.swift
[652/692] Compiling NIOSSL SSLContext.swift
[653/692] Compiling NIOSSL AndroidCABundle.swift
[654/692] Compiling NIOSSL ByteBufferBIO.swift
[655/692] Compiling NIOSSL PosixPort.swift
[656/692] Compiling NIOSSL SSLCallbacks.swift
[657/692] Compiling NIOSSL LinuxCABundle.swift
[658/692] Emitting module NIOHTTP1
[660/693] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[661/693] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[662/721] Emitting module NIOFoundationCompat
[663/721] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[664/721] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[665/721] Compiling NIOWebSocket WebSocketOpcode.swift
[667/723] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[668/723] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[669/723] Compiling NIOExtras RequestResponseHandler.swift
[670/723] Compiling NIOExtras RequestResponseWithIDHandler.swift
[671/725] Compiling NIOExtras PCAPRingBuffer.swift
[672/725] Compiling NIOExtras QuiescingHelper.swift
[673/725] Compiling NIOExtras NIOLengthFieldBitLength.swift
[674/725] Compiling NIOExtras NIORequestIdentifiable.swift
[675/725] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[676/725] Compiling NIOExtras NIOExtrasError.swift
[677/725] Emitting module NIOWebSocket
[678/725] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[679/725] Compiling NIOExtras DebugInboundEventsHandler.swift
[680/725] Compiling NIOExtras DebugOutboundEventsHandler.swift
[681/725] Compiling NIOExtras FixedLengthFrameDecoder.swift
[682/725] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[683/725] Compiling NIOWebSocket WebSocketErrorCodes.swift
[686/725] Compiling NIOWebSocket WebSocketFrame.swift
[689/730] Emitting module NIOExtras
[690/730] Emitting module NIOSSL
[691/730] Compiling NIOSSL SSLPrivateKey.swift
[692/730] Compiling NIOSSL SSLPublicKey.swift
[693/730] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[694/730] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[695/730] Compiling NIOSSL SubjectAlternativeName.swift
[696/730] Compiling NIOSSL NIOSSLSecureBytes.swift
[697/730] Compiling NIOSSL RNG.swift
[698/730] Compiling NIOSSL SafeCompare.swift
[700/730] Compiling NIOExtras LengthFieldPrepender.swift
[701/730] Compiling NIOExtras LineBasedFrameDecoder.swift
[706/730] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[707/730] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[708/752] Compiling NIOTransportServices AcceptHandler.swift
[709/752] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[710/752] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[711/752] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[712/752] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[713/752] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[714/752] Compiling NIOTransportServices NIOTSBootstraps.swift
[715/752] Compiling NIOTransportServices NIOTSChannelOptions.swift
[716/752] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[718/752] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[719/752] Compiling NIOTransportServices NIOTSListenerChannel.swift
[720/752] Compiling NIOTransportServices StateManagedChannel.swift
[721/752] Compiling NIOTransportServices StateManagedListenerChannel.swift
[722/752] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[723/752] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[724/752] Compiling NIOTransportServices NIOTSSingletons.swift
[728/754] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[729/754] Compiling NIOTransportServices NIOTSErrors.swift
[730/754] Compiling NIOTransportServices NIOTSEventLoop.swift
[739/754] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[743/754] Emitting module NIOTransportServices
[744/754] Compiling NIOTransportServices NIOTSDatagramListener.swift
[747/754] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[748/754] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[753/756] Compiling NIOSSL Zeroization.swift
[754/756] Compiling NIOSSL TLSConfiguration.swift
[755/756] Compiling NIOSSL UniversalBootstrapSupport.swift
[756/756] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[758/765] Compiling WebSocketKit WebSocket+Connect.swift
[759/765] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[760/765] Compiling WebSocketKit WebSocketHandler.swift
[761/765] Compiling WebSocketKit Exports.swift
[762/765] Emitting module WebSocketKit
[763/765] Compiling WebSocketKit WebSocket+Concurrency.swift
[764/765] Compiling WebSocketKit WebSocketClient.swift
[765/765] Compiling WebSocketKit WebSocket.swift
Build complete! (149.68s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.78.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.16.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.24.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.16.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "websocket-kit",
"name" : "websocket-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "WebSocketKit",
"targets" : [
"WebSocketKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketKitTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketKitTests",
"path" : "Tests/WebSocketKitTests",
"sources" : [
"AsyncWebSocketKitTests.swift",
"SSLTestHelpers.swift",
"Utilities.swift",
"WebSocketKitTests.swift"
],
"target_dependencies" : [
"WebSocketKit"
],
"type" : "test"
},
{
"c99name" : "WebSocketKit",
"module_type" : "SwiftTarget",
"name" : "WebSocketKit",
"path" : "Sources/WebSocketKit",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers",
"NIOExtras",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOSSL",
"NIOWebSocket",
"NIOTransportServices",
"Atomics"
],
"product_memberships" : [
"WebSocketKit"
],
"sources" : [
"Concurrency/WebSocket+Concurrency.swift",
"Exports.swift",
"HTTPUpgradeRequestHandler.swift",
"WebSocket+Connect.swift",
"WebSocket.swift",
"WebSocketClient.swift",
"WebSocketHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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.