Build Information
Successful build of websocket-kit, reference 2.16.1 (8666c9
), with Swift 6.1 for Android on 31 May 2025 01:47:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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: 2.16.1
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
* tag 2.16.1 -> FETCH_HEAD
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 2.16.1
========================================
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-4606859-2":/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-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2667] Fetching swift-nio-transport-services
[935/8590] Fetching swift-nio-transport-services, swift-nio-extras
[6966/10307] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics
[10008/25150] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-nio-ssl
[10328/101273] Fetching swift-nio-transport-services, swift-nio-extras, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.83s)
[8977/98606] Fetching swift-nio-extras, swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.14s)
[6692/92683] Fetching swift-atomics, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.15s)
[5124/90966] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (13.72s)
Fetched https://github.com/apple/swift-nio.git from cache (13.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (15.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.05s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.58s)
Fetched https://github.com/apple/swift-collections.git from cache (1.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (2.25s)
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-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.62s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.87s)
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.81s)
Fetching https://github.com/apple/swift-async-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-certificates.git
Fetching https://github.com/apple/swift-log.git
[1/4985] Fetching swift-async-algorithms
[1148/6575] Fetching swift-async-algorithms, swift-asn1
[1522/9001] Fetching swift-async-algorithms, swift-asn1, swift-service-lifecycle
[1763/12837] Fetching swift-async-algorithms, swift-asn1, swift-service-lifecycle, swift-log
[2273/18992] Fetching swift-async-algorithms, swift-asn1, swift-service-lifecycle, swift-log, swift-certificates
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.88s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[13884/14007] Fetching swift-asn1, swift-service-lifecycle, swift-log, swift-certificates
Fetched https://github.com/apple/swift-log.git from cache (1.04s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-asn1.git from cache (1.16s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.16s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.16s)
Fetching https://github.com/apple/swift-nio-http2.git
[1/1141] Fetching swift-http-structured-headers
[424/7100] Fetching swift-http-structured-headers, swift-algorithms
[5493/8004] Fetching swift-http-structured-headers, swift-algorithms, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.59s)
[6863/6863] Fetching swift-algorithms, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.48s)
[1/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.75s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.54s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.83s)
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.01s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.19s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.79s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.99s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.76s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
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.31s)
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.63s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.80s)
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.73s)
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-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-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-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-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-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-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-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-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-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-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-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-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-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-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/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-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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Building for debugging...
[0/432] Write sources
[18/432] Compiling CNIOWindows WSAStartup.c
[18/432] Compiling CNIOWindows shim.c
[18/432] Compiling CNIOLinux liburing_shims.c
[21/432] Compiling _AtomicsShims.c
[22/432] Compiling CNIODarwin shim.c
[23/432] Compiling CNIOWASI CNIOWASI.c
[24/432] Compiling CNIOLinux shim.c
[25/432] Compiling CNIOLLHTTP c_nio_http.c
[26/432] Compiling CNIOSHA1 c_nio_sha1.c
[27/432] Compiling fiat_p256_adx_sqr.S
[28/432] Compiling CNIOLLHTTP c_nio_api.c
[29/432] Compiling fiat_curve25519_adx_square.S
[30/432] Compiling fiat_p256_adx_mul.S
[31/432] Compiling fiat_curve25519_adx_mul.S
[32/432] Write swift-version-24593BA9C3E375BF.txt
[33/432] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/436] Compiling CNIOBoringSSLShims shims.c
[35/438] Compiling tls13_server.cc
[36/438] Compiling tls13_enc.cc
[37/438] Compiling tls13_both.cc
[38/471] Compiling tls_method.cc
[39/471] Compiling tls13_client.cc
[40/471] Compiling tls_record.cc
[42/471] Emitting module InternalCollectionsUtilities
[42/472] Compiling ssl_x509.cc
[43/472] Compiling t1_enc.cc
[44/472] Compiling ssl_transcript.cc
[46/472] Compiling Atomics AtomicMemoryOrderings.swift
[47/472] Compiling Atomics DoubleWord.swift
[48/474] Compiling Atomics UnsafeAtomic.swift
[49/474] Compiling Atomics UnsafeAtomicLazyReference.swift
[50/474] Compiling Atomics Primitives.shims.swift
[51/474] Compiling Atomics AtomicInteger.swift
[52/474] Compiling Atomics AtomicOptionalWrappable.swift
[52/474] Compiling ssl_versions.cc
[54/474] Compiling _NIOBase64 Base64.swift
[55/474] Emitting module _NIOBase64
[56/474] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[57/475] Compiling Atomics AtomicReference.swift
[58/475] Compiling Atomics AtomicStorage.swift
[59/475] Compiling Atomics AtomicValue.swift
[60/475] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/475] Compiling Atomics Primitives.native.swift
[62/475] Compiling Atomics ManagedAtomic.swift
[66/475] Compiling Atomics ManagedAtomicLazyReference.swift
[67/475] Compiling _NIODataStructures Heap.swift
[68/475] Compiling _NIODataStructures _TinyArray.swift
[69/475] Emitting module _NIODataStructures
[70/475] Compiling _NIODataStructures PriorityQueue.swift
[71/475] Compiling Atomics OptionalRawRepresentable.swift
[72/475] Compiling Atomics RawRepresentable.swift
[75/476] Compiling Atomics AtomicBool.swift
[77/476] Compiling Atomics IntegerConformances.swift
[78/476] Compiling Atomics PointerConformances.swift
[81/477] Compiling ssl_stat.cc
[83/477] Compiling Atomics IntegerOperations.swift
[84/477] Compiling Atomics Unmanaged extensions.swift
[85/492] Compiling DequeModule _DequeBuffer.swift
[86/492] Compiling DequeModule _DequeBufferHeader.swift
[87/494] Compiling DequeModule Deque+Codable.swift
[88/494] Compiling DequeModule Deque+Collection.swift
[89/494] Compiling DequeModule Deque+CustomReflectable.swift
[90/494] Emitting module Atomics
[91/494] Compiling DequeModule Deque._UnsafeHandle.swift
[92/494] Compiling DequeModule Deque.swift
[93/494] Compiling DequeModule Deque+Extras.swift
[93/495] Compiling ssl_file.cc
[95/495] Compiling DequeModule Deque+Testing.swift
[96/495] Compiling DequeModule Deque._Storage.swift
[98/495] Compiling DequeModule Deque+Descriptions.swift
[100/495] Compiling DequeModule Deque+Equatable.swift
[101/495] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[101/495] Compiling ssl_privkey.cc
[102/495] Compiling ssl_session.cc
[104/495] Compiling DequeModule _DequeSlot.swift
[105/495] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/495] Compiling DequeModule Deque+Hashable.swift
[111/495] Compiling ssl_credential.cc
[112/495] Compiling ssl_key_share.cc
[114/495] Emitting module DequeModule
[115/496] Compiling ssl_lib.cc
[116/496] Compiling ssl_cipher.cc
[117/496] Compiling ssl_buffer.cc
[118/496] Compiling ssl_cert.cc
[119/496] Compiling ssl_asn1.cc
[120/496] Compiling ssl_aead_ctx.cc
[121/496] Compiling s3_pkt.cc
[122/496] Compiling s3_both.cc
[123/496] Compiling s3_lib.cc
[124/496] Compiling handshake_server.cc
[125/496] Compiling handshake_client.cc
[126/496] Compiling handoff.cc
[127/496] Compiling handshake.cc
[128/496] Compiling dtls_record.cc
[129/496] Compiling dtls_method.cc
[130/496] Compiling encrypted_client_hello.cc
[131/496] Compiling md5-x86_64-linux.S
[132/496] Compiling extensions.cc
[133/496] Compiling md5-x86_64-apple.S
[134/496] Compiling md5-586-linux.S
[135/496] Compiling md5-586-apple.S
[136/496] Compiling chacha20_poly1305_x86_64-linux.S
[137/496] Compiling chacha20_poly1305_x86_64-apple.S
[138/496] Compiling chacha20_poly1305_armv8-win.S
[139/496] Compiling chacha20_poly1305_armv8-linux.S
[140/496] Compiling chacha20_poly1305_armv8-apple.S
[141/496] Compiling chacha-x86_64-linux.S
[142/496] Compiling chacha-x86_64-apple.S
[143/496] Compiling chacha-x86-linux.S
[144/496] Compiling chacha-x86-apple.S
[145/496] Compiling chacha-armv8-win.S
[146/496] Compiling err_data.cc
[147/496] Compiling d1_pkt.cc
[148/496] Compiling chacha-armv8-linux.S
[149/496] Compiling chacha-armv8-apple.S
[150/496] Compiling chacha-armv4-linux.S
[151/496] Compiling aes128gcmsiv-x86_64-linux.S
[152/496] Compiling d1_srtp.cc
[153/496] Compiling aes128gcmsiv-x86_64-apple.S
[154/496] Compiling x86_64-mont5-linux.S
[155/496] Compiling x86_64-mont5-apple.S
[156/496] Compiling x86_64-mont-linux.S
[157/496] Compiling x86_64-mont-apple.S
[158/496] Compiling x86-mont-linux.S
[159/496] Compiling x86-mont-apple.S
[160/496] Compiling vpaes-x86_64-linux.S
[161/496] Compiling vpaes-x86-apple.S
[162/496] Compiling vpaes-x86_64-apple.S
[163/496] Compiling vpaes-x86-linux.S
[164/496] Compiling vpaes-armv8-win.S
[165/496] Compiling vpaes-armv8-linux.S
[166/496] Compiling vpaes-armv7-linux.S
[167/496] Compiling sha512-x86_64-linux.S
[168/496] Compiling vpaes-armv8-apple.S
[169/496] Compiling sha512-armv8-win.S
[170/496] Compiling sha512-x86_64-apple.S
[171/496] Compiling sha512-armv4-linux.S
[172/496] Compiling d1_lib.cc
[173/496] Compiling sha512-armv8-linux.S
[174/496] Compiling sha512-armv8-apple.S
[175/496] Compiling sha512-586-apple.S
[176/496] Compiling bio_ssl.cc
[177/496] Compiling sha512-586-linux.S
[178/496] Compiling sha256-x86_64-apple.S
[179/496] Compiling sha256-x86_64-linux.S
[180/496] Compiling sha256-armv8-win.S
[181/496] Compiling sha256-armv4-linux.S
[182/496] Compiling sha256-armv8-apple.S
[183/496] Compiling sha1-x86_64-linux.S
[184/496] Compiling sha256-586-apple.S
[185/496] Compiling sha256-586-linux.S
[186/496] Compiling sha256-armv8-linux.S
[187/496] Compiling sha1-x86_64-apple.S
[188/496] Compiling sha1-armv8-win.S
[189/496] Compiling sha1-armv4-large-linux.S
[190/496] Compiling sha1-armv8-apple.S
[191/496] Compiling sha1-586-linux.S
[192/496] Compiling sha1-586-apple.S
[193/496] Compiling sha1-armv8-linux.S
[194/496] Compiling rsaz-avx2-linux.S
[195/496] Compiling rsaz-avx2-apple.S
[196/496] Compiling rdrand-x86_64-apple.S
[197/496] Compiling p256_beeu-x86_64-asm-linux.S
[197/496] Compiling rdrand-x86_64-linux.S
[199/496] Compiling p256_beeu-armv8-asm-linux.S
[200/496] Compiling p256_beeu-armv8-asm-win.S
[201/496] Compiling d1_both.cc
[202/496] Compiling p256_beeu-armv8-asm-apple.S
[203/496] Compiling p256_beeu-x86_64-asm-apple.S
[204/496] Compiling p256-x86_64-asm-linux.S
[205/496] Compiling p256-armv8-asm-win.S
[206/496] Compiling ghashv8-armv8-win.S
[207/496] Compiling p256-armv8-asm-apple.S
[208/496] Compiling p256-x86_64-asm-apple.S
[209/496] Compiling p256-armv8-asm-linux.S
[210/496] Compiling ghashv8-armv8-apple.S
[211/496] Compiling ghashv8-armv8-linux.S
[212/496] Compiling ghashv8-armv7-linux.S
[213/496] Compiling ghash-ssse3-x86_64-apple.S
[214/496] Compiling ghash-x86_64-apple.S
[215/496] Compiling ghash-x86-apple.S
[216/496] Compiling ghash-x86_64-linux.S
[217/496] Compiling ghash-x86-linux.S
[218/496] Compiling ghash-ssse3-x86_64-linux.S
[219/496] Compiling ghash-ssse3-x86-linux.S
[220/496] Compiling ghash-neon-armv8-linux.S
[221/496] Compiling ghash-neon-armv8-apple.S
[222/496] Compiling ghash-neon-armv8-win.S
[223/496] Compiling ghash-ssse3-x86-apple.S
[224/496] Compiling ghash-armv4-linux.S
[225/496] Compiling co-586-linux.S
[226/496] Compiling co-586-apple.S
[227/496] Compiling bsaes-armv7-linux.S
[228/496] Compiling bn-armv8-win.S
[229/496] Compiling bn-armv8-linux.S
[230/496] Compiling bn-armv8-apple.S
[231/496] Compiling bn-586-linux.S
[232/496] Compiling bn-586-apple.S
[233/496] Compiling armv8-mont-win.S
[234/496] Compiling aesv8-gcm-armv8-win.S
[235/496] Compiling armv4-mont-linux.S
[236/496] Compiling armv8-mont-linux.S
[237/496] Compiling armv8-mont-apple.S
[238/496] Compiling aesv8-gcm-armv8-apple.S
[239/496] Compiling aesv8-armv8-win.S
[240/496] Compiling aesv8-armv8-linux.S
[241/496] Compiling aesni-x86_64-apple.S
[242/496] Compiling aesv8-armv8-apple.S
[243/496] Compiling aesni-x86_64-linux.S
[244/496] Compiling aesv8-gcm-armv8-linux.S
[245/496] Compiling aesni-x86-apple.S
[246/496] Compiling aesv8-armv7-linux.S
[247/496] Compiling aesni-x86-linux.S
[248/496] Compiling aesni-gcm-x86_64-linux.S
[249/496] Compiling aesni-gcm-x86_64-apple.S
[250/496] Compiling aes-gcm-avx2-x86_64-linux.S
[251/496] Compiling aes-gcm-avx10-x86_64-linux.S
[252/496] Compiling aes-gcm-avx10-x86_64-apple.S
[253/496] Compiling aes-gcm-avx2-x86_64-apple.S
[254/496] Compiling x_val.cc
[255/496] Compiling x_req.cc
[256/496] Compiling x_sig.cc
[257/496] Compiling x_name.cc
[258/496] Compiling x_x509a.cc
[259/496] Compiling x_pubkey.cc
[260/496] Compiling x_x509.cc
[261/496] Compiling x_spki.cc
[262/496] Compiling x_exten.cc
[263/496] Compiling x_attrib.cc
[264/496] Compiling x_all.cc
[265/496] Compiling x_crl.cc
[266/496] Compiling x_algor.cc
[267/496] Compiling x509spki.cc
[268/496] Compiling x509rset.cc
[269/496] Compiling x509name.cc
[270/496] Compiling x509_vpm.cc
[271/496] Compiling x509cset.cc
[272/496] Compiling x509_v3.cc
[273/496] Compiling x509_vfy.cc
[274/496] Compiling x509_txt.cc
[275/496] Compiling x509_trs.cc
[276/496] Compiling x509_set.cc
[277/496] Compiling x509_req.cc
[278/496] Compiling x509_obj.cc
[279/496] Compiling x509_ext.cc
[280/496] Compiling x509_def.cc
[281/496] Compiling x509_lu.cc
[282/496] Compiling x509_d2.cc
[283/496] Compiling x509_att.cc
[284/496] Compiling x509_cmp.cc
[285/496] Compiling v3_skey.cc
[286/496] Compiling x509.cc
[287/496] Compiling v3_utl.cc
[288/496] Compiling v3_purp.cc
[289/496] Compiling v3_ocsp.cc
[290/496] Compiling v3_pcons.cc
[291/496] Compiling v3_prn.cc
[292/496] Compiling v3_pmaps.cc
[293/496] Compiling v3_int.cc
[294/496] Compiling v3_ncons.cc
[295/496] Compiling v3_lib.cc
[296/496] Compiling v3_info.cc
[297/496] Compiling v3_ia5.cc
[298/496] Compiling v3_extku.cc
[299/496] Compiling v3_genn.cc
[300/496] Compiling v3_enum.cc
[301/496] Compiling v3_crld.cc
[302/496] Compiling v3_cpols.cc
[303/496] Compiling v3_conf.cc
[304/496] Compiling v3_bitst.cc
[305/496] Compiling v3_bcons.cc
[306/496] Compiling v3_alt.cc
[307/496] Compiling v3_akeya.cc
[308/496] Compiling v3_akey.cc
[309/496] Compiling t_x509a.cc
[310/496] Compiling t_req.cc
[311/496] Compiling t_x509.cc
[312/496] Compiling t_crl.cc
[313/496] Compiling i2d_pr.cc
[314/496] Compiling rsa_pss.cc
[315/496] Compiling policy.cc
[316/496] Compiling name_print.cc
[317/496] Compiling by_dir.cc
[318/496] Compiling by_file.cc
[319/496] Compiling asn1_gen.cc
[320/496] Compiling algorithm.cc
[321/496] Compiling a_sign.cc
[322/496] Compiling a_digest.cc
[323/496] Compiling voprf.cc
[324/496] Compiling a_verify.cc
[325/496] Compiling trust_token.cc
[326/496] Compiling thread_pthread.cc
[327/496] Compiling thread_win.cc
[328/496] Compiling pmbtoken.cc
[329/496] Compiling thread_none.cc
[330/496] Compiling thread.cc
[331/496] Compiling stack.cc
[332/496] Compiling sha512.cc
[333/496] Compiling slhdsa.cc
[334/496] Compiling sha256.cc
[335/496] Compiling siphash.cc
[336/496] Compiling rsa_extra.cc
[337/496] Compiling sha1.cc
[338/496] Compiling spake2plus.cc
[339/496] Compiling refcount.cc
[340/496] Compiling rsa_print.cc
[341/496] Compiling rsa_crypt.cc
[342/496] Compiling rc4.cc
[343/496] Compiling urandom.cc
[344/496] Compiling trusty.cc
[345/496] Compiling rsa_asn1.cc
[346/496] Compiling windows.cc
[347/496] Compiling rand.cc
[348/496] Compiling passive.cc
[349/496] Compiling getentropy.cc
[350/496] Compiling forkunsafe.cc
[351/496] Compiling poly1305_arm_asm.S
[352/496] Compiling ios.cc
[353/496] Compiling fork_detect.cc
[354/496] Compiling deterministic.cc
[355/496] Compiling poly1305_vec.cc
[356/496] Compiling pool.cc
[357/496] Compiling poly1305.cc
[358/496] Compiling poly1305_arm.cc
[359/496] Compiling pkcs7_x509.cc
[360/496] Compiling pem_xaux.cc
[361/496] Compiling pkcs8.cc
[362/496] Compiling pkcs7.cc
[363/496] Compiling p5_pbev2.cc
[364/496] Compiling pkcs8_x509.cc
[365/496] Compiling pem_x509.cc
[366/496] Compiling pem_pkey.cc
[367/496] Compiling pem_lib.cc
[368/496] Compiling mlkem.cc
[369/496] Compiling pem_pk8.cc
[370/496] Compiling obj.cc
[371/496] Compiling pem_oth.cc
[372/496] Compiling obj_xref.cc
[373/496] Compiling mldsa.cc
[374/496] Compiling pem_all.cc
[375/496] Compiling pem_info.cc
[376/496] Compiling mem.cc
[377/496] Compiling poly_rq_mul.S
[378/496] Compiling fips_shared_support.cc
[379/496] Compiling lhash.cc
[380/496] Compiling md5.cc
[381/496] Compiling md4.cc
[382/496] Compiling hpke.cc
[383/496] Compiling ex_data.cc
[384/496] Compiling kyber.cc
[385/496] Compiling sign.cc
[386/496] Compiling hrss.cc
[387/496] Compiling scrypt.cc
[388/496] Compiling p_x25519.cc
[389/496] Compiling print.cc
[390/496] Compiling pbkdf.cc
[391/496] Compiling p_rsa_asn1.cc
[392/496] Compiling p_x25519_asn1.cc
[393/496] Compiling p_ed25519.cc
[394/496] Compiling p_ed25519_asn1.cc
[395/496] Compiling p_rsa.cc
[396/496] Compiling p_hkdf.cc
[397/496] Compiling p_ec.cc
[398/496] Compiling p_ec_asn1.cc
[399/496] Compiling p_dh_asn1.cc
[400/496] Compiling evp_ctx.cc
[401/496] Compiling p_dh.cc
[402/496] Compiling p_dsa_asn1.cc
[403/496] Compiling evp.cc
[404/496] Compiling hash_to_curve.cc
[405/496] Compiling err.cc
[406/496] Compiling engine.cc
[407/496] Compiling evp_asn1.cc
[408/496] Compiling ecdh.cc
[409/496] Compiling ec_derive.cc
[410/496] Compiling ecdsa_asn1.cc
[411/496] Compiling params.cc
[412/496] Compiling dsa.cc
[413/496] Compiling bcm.cc
[414/496] Compiling dsa_asn1.cc
[415/496] Compiling ec_asn1.cc
[416/496] Compiling des.cc
[417/496] Compiling x25519-asm-arm.S
[418/496] Compiling digest_extra.cc
[419/496] Compiling dh_asn1.cc
[420/496] Compiling curve25519_64_adx.cc
[421/496] Compiling crypto.cc
[422/496] Compiling spake25519.cc
[423/496] Compiling cpu_intel.cc
[424/496] Compiling cpu_arm_linux.cc
[425/496] Compiling cpu_arm_freebsd.cc
[426/496] Compiling cpu_aarch64_openbsd.cc
[427/496] Compiling cpu_aarch64_linux.cc
[428/496] Compiling curve25519.cc
[429/496] Compiling cpu_aarch64_win.cc
[430/496] Compiling cpu_aarch64_sysreg.cc
[431/496] Compiling cpu_aarch64_fuchsia.cc
[432/496] Compiling cpu_aarch64_apple.cc
[433/496] Compiling get_cipher.cc
[434/496] Compiling tls_cbc.cc
[435/496] Compiling conf.cc
[436/496] Compiling e_tls.cc
[437/496] Compiling e_rc4.cc
[438/496] Compiling e_rc2.cc
[439/496] Compiling e_des.cc
[440/496] Compiling e_null.cc
[441/496] Compiling e_chacha20poly1305.cc
[442/496] Compiling derive_key.cc
[443/496] Compiling e_aesctrhmac.cc
[444/496] Compiling e_aesgcmsiv.cc
[445/496] Compiling chacha.cc
[446/496] Compiling cbb.cc
[447/496] Compiling unicode.cc
[448/496] Compiling ber.cc
[449/496] Compiling buf.cc
[450/496] Compiling cbs.cc
[451/496] Compiling convert.cc
[452/496] Compiling asn1_compat.cc
[453/496] Compiling blake2.cc
[454/496] Compiling socket.cc
[455/496] Compiling socket_helper.cc
[456/496] Compiling printf.cc
[457/496] Compiling bn_asn1.cc
[458/496] Compiling file.cc
[459/496] Compiling pair.cc
[460/496] Compiling hexdump.cc
[461/496] Compiling errno.cc
[462/496] Compiling fd.cc
[463/496] Compiling connect.cc
[464/496] Compiling bio_mem.cc
[465/496] Compiling bio.cc
[466/496] Compiling base64.cc
[467/496] Compiling tasn_typ.cc
[468/496] Compiling tasn_new.cc
[469/496] Compiling tasn_fre.cc
[470/496] Compiling tasn_utl.cc
[471/496] Compiling posix_time.cc
[472/496] Compiling tasn_enc.cc
[473/496] Compiling f_int.cc
[474/496] Compiling f_string.cc
[475/496] Compiling asn_pack.cc
[476/496] Compiling tasn_dec.cc
[477/496] Compiling asn1_par.cc
[478/496] Compiling a_utctm.cc
[479/496] Compiling asn1_lib.cc
[480/496] Compiling a_time.cc
[481/496] Compiling a_type.cc
[482/496] Compiling a_octet.cc
[483/496] Compiling a_strnid.cc
[484/496] Compiling a_object.cc
[485/496] Compiling a_i2d_fp.cc
[486/496] Compiling a_mbstr.cc
[487/496] Compiling a_strex.cc
[488/496] Compiling a_int.cc
[489/496] Compiling a_dup.cc
[490/496] Compiling a_gentm.cc
[491/496] Compiling a_d2i_fp.cc
[492/496] Compiling a_bitstr.cc
[493/496] Compiling a_bool.cc
[494/496] Compiling c-nioatomics.c
[495/496] Compiling c-atomics.c
[497/502] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[498/502] Compiling NIOConcurrencyHelpers NIOLock.swift
[499/502] Emitting module NIOConcurrencyHelpers
[500/502] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[501/502] Compiling NIOConcurrencyHelpers lock.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/563] Compiling NIOCore MulticastChannel.swift
[513/563] Compiling NIOCore NIOAny.swift
[514/563] Compiling NIOCore NIOCloseOnErrorHandler.swift
[515/563] Compiling NIOCore NIOLoopBound.swift
[516/563] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[517/563] Compiling NIOCore NIOScheduledCallback.swift
[518/563] Compiling NIOCore NIOSendable.swift
[519/563] Compiling NIOCore RecvByteBufferAllocator.swift
[520/563] Compiling NIOCore AddressedEnvelope.swift
[521/563] Compiling NIOCore AsyncAwaitSupport.swift
[522/563] Compiling NIOCore AsyncChannel.swift
[523/563] Compiling NIOCore AsyncChannelHandler.swift
[524/563] Compiling NIOCore AsyncChannelInboundStream.swift
[525/563] Compiling NIOCore AsyncChannelOutboundWriter.swift
[526/563] Compiling NIOCore NIOAsyncSequenceProducer.swift
[527/563] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[528/563] Compiling NIOCore NIOAsyncWriter.swift
[529/571] Compiling NIOCore CircularBuffer.swift
[530/571] Compiling NIOCore Codec.swift
[531/571] Compiling NIOCore ConvenienceOptionSupport.swift
[532/571] Compiling NIOCore DeadChannel.swift
[533/571] Compiling NIOCore DispatchQueue+WithFuture.swift
[534/571] Compiling NIOCore EventLoop+Deprecated.swift
[535/571] Compiling NIOCore EventLoop+SerialExecutor.swift
[536/571] Compiling NIOCore EventLoop.swift
[537/571] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[538/571] Compiling NIOCore EventLoopFuture+Deprecated.swift
[539/571] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[540/571] Compiling NIOCore EventLoopFuture.swift
[541/571] Compiling NIOCore FileDescriptor.swift
[542/571] Compiling NIOCore FileHandle.swift
[543/571] Compiling NIOCore FileRegion.swift
[544/571] Compiling NIOCore GlobalSingletons.swift
[545/571] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[546/571] Compiling NIOCore SocketAddresses.swift
[547/571] Compiling NIOCore SocketOptionProvider.swift
[548/571] Compiling NIOCore SystemCallHelpers.swift
[549/571] Compiling NIOCore TimeAmount+Duration.swift
[550/571] Compiling NIOCore TypeAssistedChannelHandler.swift
[551/571] Compiling NIOCore UniversalBootstrapSupport.swift
[552/571] Compiling NIOCore Utilities.swift
[553/571] Emitting module NIOCore
[554/571] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[555/571] Compiling NIOCore BSDSocketAPI.swift
[556/571] Compiling NIOCore ByteBuffer-aux.swift
[557/571] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[558/571] Compiling NIOCore ByteBuffer-conversions.swift
[559/571] Compiling NIOCore ByteBuffer-core.swift
[560/571] Compiling NIOCore ByteBuffer-hex.swift
[561/571] Compiling NIOCore ByteBuffer-int.swift
[562/571] Compiling NIOCore ByteBuffer-lengthPrefix.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 AsyncTestingChannel.swift
[574/622] Compiling NIOEmbedded Embedded.swift
[575/622] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[576/622] Emitting module NIOEmbedded
[578/623] Emitting module NIOPosix
[579/629] Compiling NIOPosix ThreadPosix.swift
[580/629] Compiling NIOPosix ThreadWindows.swift
[581/629] Compiling NIOPosix UnsafeTransfer.swift
[582/629] Compiling NIOPosix Utilities.swift
[583/629] Compiling NIOPosix VsockAddress.swift
[584/629] Compiling NIOPosix VsockChannelEvents.swift
[585/629] Compiling NIOPosix ServerSocket.swift
[586/629] Compiling NIOPosix Socket.swift
[587/629] Compiling NIOPosix SocketChannel.swift
[588/629] Compiling NIOPosix SocketProtocols.swift
[589/629] Compiling NIOPosix System.swift
[590/629] Compiling NIOPosix Thread.swift
[591/629] Compiling NIOPosix IO.swift
[592/629] Compiling NIOPosix IntegerBitPacking.swift
[593/629] Compiling NIOPosix IntegerTypes.swift
[594/629] Compiling NIOPosix Linux.swift
[595/629] Compiling NIOPosix LinuxCPUSet.swift
[596/629] Compiling NIOPosix LinuxUring.swift
[597/629] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[598/629] Compiling NIOPosix BSDSocketAPICommon.swift
[599/629] Compiling NIOPosix BSDSocketAPIPosix.swift
[600/629] Compiling NIOPosix BSDSocketAPIWindows.swift
[601/629] Compiling NIOPosix BaseSocket.swift
[602/629] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[603/629] Compiling NIOPosix BaseSocketChannel.swift
[604/629] Compiling NIOPosix BaseStreamSocketChannel.swift
[605/629] Compiling NIOPosix Pool.swift
[606/629] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[607/629] Compiling NIOPosix PosixSingletons.swift
[608/629] Compiling NIOPosix RawSocketBootstrap.swift
[609/629] Compiling NIOPosix Resolver.swift
[610/629] Compiling NIOPosix Selectable.swift
[611/629] Compiling NIOPosix SelectableChannel.swift
[612/629] Compiling NIOPosix SelectableEventLoop.swift
[613/629] Compiling NIOPosix SelectorEpoll.swift
[614/629] Compiling NIOPosix SelectorGeneric.swift
[615/629] Compiling NIOPosix SelectorKqueue.swift
[616/629] Compiling NIOPosix SelectorUring.swift
[617/629] Compiling NIOPosix Bootstrap.swift
[618/629] Compiling NIOPosix ControlMessage.swift
[619/629] Compiling NIOPosix DatagramVectorReadManager.swift
[620/629] Compiling NIOPosix Errors+Any.swift
[621/629] Compiling NIOPosix FileDescriptor.swift
[622/629] Compiling NIOPosix GetaddrinfoResolver.swift
[623/629] Compiling NIOPosix HappyEyeballs.swift
[624/629] Compiling NIOPosix NIOThreadPool.swift
[625/629] Compiling NIOPosix NonBlockingFileIO.swift
[626/629] Compiling NIOPosix PendingDatagramWritesManager.swift
[627/629] Compiling NIOPosix PendingWritesManager.swift
[628/629] Compiling NIOPosix PipeChannel.swift
[629/629] Compiling NIOPosix PipePair.swift
[631/632] Compiling NIO Exports.swift
[632/632] Emitting module NIO
[634/660] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[635/660] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[636/660] Emitting module NIOTLS
[637/660] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[638/660] Compiling NIOTLS TLSEvents.swift
[639/660] Compiling NIOTLS SNIHandler.swift
[641/661] Emitting module NIOHTTP1
[642/692] Compiling NIOSSL IdentityVerification.swift
[643/692] Compiling NIOSSL LinuxCABundle.swift
[644/692] Compiling NIOSSL NIOSSLHandler.swift
[645/692] Compiling NIOSSL NIOSSLServerHandler.swift
[646/692] Compiling NIOSSL SSLCallbacks.swift
[647/692] Compiling NIOSSL SSLCertificate.swift
[648/692] Compiling NIOSSL NIOSSLClientHandler.swift
[649/692] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[650/692] Compiling NIOSSL ObjectIdentifier.swift
[651/692] Compiling NIOSSL PosixPort.swift
[652/692] Compiling NIOSSL SSLCertificateExtensions.swift
[653/692] Compiling NIOSSL SSLCertificateName.swift
[654/692] Compiling NIOSSL SSLConnection.swift
[655/692] Compiling NIOSSL SSLContext.swift
[656/692] Compiling NIOSSL AndroidCABundle.swift
[657/692] Compiling NIOSSL ByteBufferBIO.swift
[658/692] Compiling NIOSSL CustomPrivateKey.swift
[660/693] Compiling NIOSSL SSLPrivateKey.swift
[661/693] Compiling NIOSSL SSLPublicKey.swift
[662/693] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[663/693] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[664/725] Emitting module NIOSSL
[665/725] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[666/725] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[667/725] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[668/725] Compiling NIOWebSocket SHA1.swift
[669/725] Compiling NIOExtras FixedLengthFrameDecoder.swift
[670/725] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[671/725] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[672/725] Compiling NIOExtras JSONRPCFraming.swift
[673/725] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[674/725] Compiling NIOExtras LengthFieldPrepender.swift
[675/725] Compiling NIOExtras LineBasedFrameDecoder.swift
[676/725] Compiling NIOExtras NIOLengthFieldBitLength.swift
[677/725] Compiling NIOSSL SubjectAlternativeName.swift
[678/725] Compiling NIOSSL NIOSSLSecureBytes.swift
[679/725] Compiling NIOSSL RNG.swift
[680/725] Compiling NIOSSL SafeCompare.swift
[681/725] Compiling NIOWebSocket WebSocketOpcode.swift
[685/726] Compiling NIOExtras NIORequestIdentifiable.swift
[686/728] Compiling NIOWebSocket WebSocketErrorCodes.swift
[687/728] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[688/728] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[692/728] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[693/728] Compiling NIOExtras PCAPRingBuffer.swift
[694/728] Compiling NIOExtras QuiescingHelper.swift
[695/728] Compiling NIOExtras RequestResponseHandler.swift
[696/728] Compiling NIOExtras RequestResponseWithIDHandler.swift
[697/728] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[698/728] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[699/728] Emitting module NIOFoundationCompat
[700/728] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[706/729] Compiling NIOExtras UnsafeTransfer.swift
[707/729] Compiling NIOExtras WritePCAPHandler.swift
[708/729] Compiling NIOSSL SSLPKCS12Bundle.swift
[709/729] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[719/729] Emitting module NIOWebSocket
[722/729] Compiling NIOWebSocket WebSocketFrame.swift
[723/730] Emitting module NIOExtras
[725/752] Compiling NIOTransportServices StateManagedChannel.swift
[726/752] Compiling NIOTransportServices StateManagedListenerChannel.swift
[727/752] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[728/754] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[729/754] Compiling NIOTransportServices NIOTSErrors.swift
[730/754] Compiling NIOTransportServices NIOTSEventLoop.swift
[731/754] Emitting module NIOTransportServices
[732/754] Compiling NIOTransportServices AcceptHandler.swift
[733/754] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[734/754] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[735/754] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[736/754] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[737/754] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[738/754] Compiling NIOTransportServices NIOTSSingletons.swift
[739/754] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[740/754] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[741/754] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[742/754] Compiling NIOTransportServices NIOTSListenerChannel.swift
[743/754] Compiling NIOTransportServices NIOTSBootstraps.swift
[744/754] Compiling NIOTransportServices NIOTSChannelOptions.swift
[745/754] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[746/754] Compiling NIOTransportServices NIOTSDatagramListener.swift
[747/754] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[748/754] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[750/755] Compiling NIOSSL Zeroization.swift
[751/755] Compiling NIOSSL TLSConfiguration.swift
[752/755] Compiling NIOSSL UniversalBootstrapSupport.swift
[753/755] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[758/765] Compiling WebSocketKit WebSocketHandler.swift
[759/765] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[760/765] Emitting module WebSocketKit
[761/765] Compiling WebSocketKit WebSocket.swift
[762/765] Compiling WebSocketKit WebSocket+Connect.swift
[763/765] Compiling WebSocketKit WebSocket+Concurrency.swift
[764/765] Compiling WebSocketKit Exports.swift
[765/765] Compiling WebSocketKit WebSocketClient.swift
Build complete! (209.56s)
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.