Build Information
Failed to build lcl-speedtest, reference main (1b5a79
), with Swift 6.1 for Android on 30 May 2025 10:30:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Local-Connectivity-Lab/lcl-speedtest.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/Local-Connectivity-Lab/lcl-speedtest
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1b5a795 Update lcl-websocket to 1.1.1 (#11)
Cloned https://github.com/Local-Connectivity-Lab/lcl-speedtest.git
Revision (git rev-parse @):
1b5a79555025c0646cf88a8290c42d9c26e616b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Local-Connectivity-Lab/lcl-speedtest.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Local-Connectivity-Lab/lcl-speedtest.git
https://github.com/Local-Connectivity-Lab/lcl-speedtest.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "lcl-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Local-Connectivity-Lab/lcl-websocket.git"
}
],
"manifest_display_name" : "lcl-speedtest",
"name" : "lcl-speedtest",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "LCLSpeedtest",
"targets" : [
"LCLSpeedtest"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Demo",
"targets" : [
"Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LCLSpeedtest",
"module_type" : "SwiftTarget",
"name" : "LCLSpeedtest",
"path" : "Sources/LCLSpeedtest",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOPosix",
"NIOConcurrencyHelpers",
"Logging",
"LCLWebSocket"
],
"product_memberships" : [
"LCLSpeedtest",
"Demo"
],
"sources" : [
"Constants.swift",
"DownloadClient.swift",
"Errors.swift",
"Models/Measurement.swift",
"Models/TestServer.swift",
"Models/TestType.swift",
"Networking.swift",
"SpeedTestClient.swift",
"SpeedTestable.swift",
"UploadClient.swift",
"Utils/WebSocketClosCode+Extension.swift"
],
"type" : "library"
},
{
"c99name" : "Demo",
"module_type" : "SwiftTarget",
"name" : "Demo",
"path" : "Sources/Demo",
"product_memberships" : [
"Demo"
],
"sources" : [
"Client.swift"
],
"target_dependencies" : [
"LCLSpeedtest"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Local-Connectivity-Lab/lcl-websocket.git
[1/637] Fetching lcl-websocket
[638/4473] Fetching lcl-websocket, swift-log
Fetched https://github.com/Local-Connectivity-Lab/lcl-websocket.git from cache (0.30s)
[729/3836] Fetching swift-log
[3837/79944] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (5.90s)
Fetched https://github.com/apple/swift-nio.git from cache (6.02s)
Computing version for https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Computed https://github.com/Local-Connectivity-Lab/lcl-websocket.git at 1.1.1 (6.82s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
[295/4377] Fetching swift-nio-transport-services, swift-atomics
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
[1/14843] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.17s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.57s)
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.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.41s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1538/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.84s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (3.15s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.18s)
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.92s)
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Working copy of https://github.com/Local-Connectivity-Lab/lcl-websocket.git resolved at 1.1.1
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-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-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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/455] Compiling a_bitstr.cc
[1/455] Compiling tasn_enc.cc
[1/455] Write sources
[4/455] Compiling a_bool.cc
[5/455] Write sources
[21/455] Compiling _AtomicsShims.c
[22/455] Compiling md5.cc
[23/455] Compiling CNIOWindows shim.c
[24/455] Compiling CNIOWindows WSAStartup.c
[25/455] Compiling CNIOWASI CNIOWASI.c
[26/455] Compiling a_gentm.cc
[27/455] Compiling CNIOSHA1 c_nio_sha1.c
[28/455] Compiling CNIOLinux liburing_shims.c
[29/455] Write swift-version-24593BA9C3E375BF.txt
[30/455] Compiling CNIODarwin shim.c
[31/455] Compiling CNIOLLHTTP c_nio_http.c
[32/455] Compiling CNIOLinux shim.c
[33/455] Compiling CNIOLLHTTP c_nio_api.c
[34/455] Compiling tasn_dec.cc
[35/466] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/480] Compiling fiat_p256_adx_sqr.S
[37/480] Compiling fiat_p256_adx_mul.S
[38/480] Compiling fiat_curve25519_adx_square.S
[39/480] Compiling fiat_curve25519_adx_mul.S
[40/480] Compiling CNIOBoringSSLShims shims.c
[41/480] Compiling c-nioatomics.c
[42/480] Compiling tls_record.cc
[43/480] Compiling tls_method.cc
[45/480] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[45/481] Compiling c-atomics.c
[47/481] Compiling InternalCollectionsUtilities Descriptions.swift
[48/481] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[49/481] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[50/481] Compiling InternalCollectionsUtilities UInt+reversed.swift
[51/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[52/481] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/481] Emitting module InternalCollectionsUtilities
[54/481] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[55/481] Compiling InternalCollectionsUtilities Integer rank.swift
[56/481] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/481] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/481] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/481] Compiling InternalCollectionsUtilities Debugging.swift
[60/481] Emitting module _NIOBase64
[61/481] Compiling _NIOBase64 Base64.swift
[62/482] Compiling _NIODataStructures PriorityQueue.swift
[63/482] Compiling _NIODataStructures _TinyArray.swift
[64/482] Emitting module _NIODataStructures
[65/482] Compiling _NIODataStructures Heap.swift
[66/483] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[69/490] Wrapping AST for _NIODataStructures for debugging
[70/490] Wrapping AST for _NIOBase64 for debugging
[72/505] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[72/505] Wrapping AST for InternalCollectionsUtilities for debugging
[74/505] Compiling DequeModule Deque+CustomReflectable.swift
[75/505] Compiling DequeModule Deque+Descriptions.swift
[76/507] Compiling NIOConcurrencyHelpers NIOLock.swift
[77/507] Compiling DequeModule _DequeBuffer.swift
[78/507] Compiling DequeModule _DequeBufferHeader.swift
[78/507] Compiling tls13_enc.cc
[80/507] Compiling NIOConcurrencyHelpers lock.swift
[81/507] Compiling DequeModule Deque+Extras.swift
[82/507] Compiling DequeModule Deque+Hashable.swift
[83/507] Compiling DequeModule Deque+Equatable.swift
[84/507] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[85/507] Emitting module NIOConcurrencyHelpers
[86/507] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[87/507] Compiling NIOConcurrencyHelpers atomics.swift
[88/507] Emitting module DequeModule
[89/508] Compiling DequeModule Deque+Codable.swift
[90/508] Compiling DequeModule Deque+Collection.swift
[91/508] Compiling tls13_server.cc
[92/508] Compiling tls13_client.cc
[93/508] Compiling t1_enc.cc
[95/508] Compiling DequeModule _DequeSlot.swift
[96/508] Compiling DequeModule _UnsafeWrappedBuffer.swift
[96/508] Wrapping AST for NIOConcurrencyHelpers for debugging
[98/508] Compiling DequeModule Deque+Testing.swift
[99/508] Compiling DequeModule Deque._Storage.swift
[100/508] Compiling DequeModule Deque._UnsafeHandle.swift
[101/508] Compiling DequeModule Deque.swift
[102/509] Compiling tls13_both.cc
[103/509] Wrapping AST for DequeModule for debugging
[104/509] Compiling ssl_stat.cc
[105/509] Compiling ssl_versions.cc
[107/509] Emitting module Logging
[108/509] Compiling Logging MetadataProvider.swift
[109/509] Compiling Logging Locks.swift
[110/509] Compiling Logging LogHandler.swift
[111/509] Compiling Logging Logging.swift
[112/510] Compiling ssl_x509.cc
[113/510] Wrapping AST for Logging for debugging
[114/510] Compiling ssl_privkey.cc
[115/510] Compiling ssl_transcript.cc
[116/510] Compiling ssl_session.cc
[117/510] Compiling ssl_lib.cc
[118/510] Compiling ssl_key_share.cc
[119/510] Compiling ssl_file.cc
[120/510] Compiling ssl_cipher.cc
[121/510] Compiling ssl_cert.cc
[122/510] Compiling ssl_credential.cc
[123/510] Compiling ssl_buffer.cc
[124/510] Compiling ssl_asn1.cc
[125/510] Compiling ssl_aead_ctx.cc
[126/510] Compiling s3_lib.cc
[127/510] Compiling s3_pkt.cc
[128/510] Compiling s3_both.cc
[129/510] Compiling handshake_server.cc
[130/510] Compiling handshake_client.cc
[131/510] Compiling handshake.cc
[132/510] Compiling handoff.cc
[133/510] Compiling extensions.cc
[134/510] Compiling encrypted_client_hello.cc
[135/510] Compiling dtls_record.cc
[136/510] Compiling d1_srtp.cc
[137/510] Compiling md5-x86_64-linux.S
[138/510] Compiling md5-586-linux.S
[139/510] Compiling md5-x86_64-apple.S
[140/510] Compiling md5-586-apple.S
[141/510] Compiling chacha20_poly1305_x86_64-linux.S
[142/510] Compiling chacha20_poly1305_x86_64-apple.S
[142/510] Compiling dtls_method.cc
[144/510] Compiling chacha20_poly1305_armv8-win.S
[145/510] Compiling chacha20_poly1305_armv8-apple.S
[146/510] Compiling chacha-x86_64-linux.S
[147/510] Compiling chacha20_poly1305_armv8-linux.S
[148/510] Compiling chacha-x86_64-apple.S
[149/510] Compiling chacha-x86-linux.S
[150/510] Compiling chacha-x86-apple.S
[151/510] Compiling chacha-armv8-win.S
[152/510] Compiling chacha-armv8-apple.S
[153/510] Compiling chacha-armv4-linux.S
[154/510] Compiling chacha-armv8-linux.S
[155/510] Compiling d1_pkt.cc
[156/510] Compiling aes128gcmsiv-x86_64-linux.S
[157/510] Compiling aes128gcmsiv-x86_64-apple.S
[158/510] Compiling x86_64-mont5-linux.S
[159/510] Compiling x86_64-mont5-apple.S
[160/510] Compiling err_data.cc
[161/510] Compiling x86_64-mont-linux.S
[162/510] Compiling x86_64-mont-apple.S
[163/510] Compiling x86-mont-linux.S
[164/510] Compiling x86-mont-apple.S
[165/510] Compiling vpaes-x86_64-linux.S
[166/510] Compiling d1_lib.cc
[167/510] Compiling vpaes-x86_64-apple.S
[168/510] Compiling vpaes-x86-linux.S
[169/510] Compiling bio_ssl.cc
[170/510] Compiling vpaes-x86-apple.S
[171/510] Compiling vpaes-armv8-win.S
[172/510] Compiling vpaes-armv8-apple.S
[173/510] Compiling vpaes-armv8-linux.S
[173/510] Compiling vpaes-armv7-linux.S
[175/510] Compiling sha512-x86_64-linux.S
[176/510] Compiling sha512-x86_64-apple.S
[177/510] Compiling sha512-armv8-win.S
[178/510] Compiling sha512-armv4-linux.S
[179/510] Compiling sha512-armv8-linux.S
[180/510] Compiling sha512-586-linux.S
[181/510] Compiling sha512-armv8-apple.S
[182/510] Compiling sha512-586-apple.S
[183/510] Compiling sha256-x86_64-linux.S
[184/510] Compiling sha256-armv8-win.S
[185/510] Compiling sha256-armv8-apple.S
[186/510] Compiling sha256-x86_64-apple.S
[187/510] Compiling sha256-586-linux.S
[188/510] Compiling sha256-armv4-linux.S
[189/510] Compiling sha256-armv8-linux.S
[190/510] Compiling sha256-586-apple.S
[191/510] Compiling sha1-x86_64-apple.S
[192/510] Compiling sha1-armv8-win.S
[193/510] Compiling sha1-x86_64-linux.S
[194/510] Compiling sha1-armv8-apple.S
[195/510] Compiling sha1-armv4-large-linux.S
[196/510] Compiling sha1-armv8-linux.S
[197/510] Compiling sha1-586-linux.S
[198/510] Compiling sha1-586-apple.S
[199/510] Compiling rsaz-avx2-linux.S
[200/510] Compiling rsaz-avx2-apple.S
[201/510] Compiling rdrand-x86_64-linux.S
[202/510] Compiling rdrand-x86_64-apple.S
[203/510] Compiling p256_beeu-x86_64-asm-linux.S
[204/510] Compiling p256_beeu-x86_64-asm-apple.S
[205/510] Compiling p256_beeu-armv8-asm-win.S
[206/510] Compiling p256_beeu-armv8-asm-linux.S
[207/510] Compiling p256_beeu-armv8-asm-apple.S
[208/510] Compiling p256-armv8-asm-win.S
[209/510] Compiling p256-x86_64-asm-linux.S
[210/510] Compiling p256-x86_64-asm-apple.S
[211/510] Compiling p256-armv8-asm-apple.S
[212/510] Compiling ghashv8-armv8-win.S
[213/510] Compiling ghashv8-armv8-linux.S
[214/510] Compiling p256-armv8-asm-linux.S
[215/510] Compiling d1_both.cc
[216/510] Compiling ghashv8-armv7-linux.S
[217/510] Compiling ghash-x86_64-linux.S
[218/510] Compiling ghashv8-armv8-apple.S
[219/510] Compiling ghash-x86_64-apple.S
[220/510] Compiling ghash-x86-apple.S
[221/510] Compiling ghash-x86-linux.S
[222/510] Compiling ghash-ssse3-x86_64-linux.S
[223/510] Compiling ghash-ssse3-x86-linux.S
[224/510] Compiling ghash-ssse3-x86_64-apple.S
[225/510] Compiling ghash-neon-armv8-win.S
[226/510] Compiling ghash-neon-armv8-linux.S
[226/510] Compiling ghash-ssse3-x86-apple.S
[228/510] Compiling ghash-neon-armv8-apple.S
[229/510] Compiling ghash-armv4-linux.S
[230/510] Compiling co-586-linux.S
[231/510] Compiling co-586-apple.S
[232/510] Compiling bsaes-armv7-linux.S
[233/510] Compiling bn-armv8-win.S
[234/510] Compiling bn-armv8-apple.S
[235/510] Compiling bn-armv8-linux.S
[236/510] Compiling bn-586-linux.S
[237/510] Compiling bn-586-apple.S
[238/510] Compiling armv8-mont-win.S
[239/510] Compiling armv8-mont-apple.S
[240/510] Compiling armv4-mont-linux.S
[241/510] Compiling armv8-mont-linux.S
[242/510] Compiling aesv8-gcm-armv8-win.S
[243/510] Compiling aesv8-gcm-armv8-apple.S
[244/510] Compiling aesv8-armv8-win.S
[245/510] Compiling aesv8-armv8-linux.S
[246/510] Compiling aesv8-gcm-armv8-linux.S
[247/510] Compiling aesv8-armv8-apple.S
[248/510] Compiling aesv8-armv7-linux.S
[249/510] Compiling aesni-x86_64-linux.S
[250/510] Compiling aesni-x86_64-apple.S
[251/510] Compiling aesni-x86-linux.S
[252/510] Compiling aesni-x86-apple.S
[253/510] Compiling aesni-gcm-x86_64-linux.S
[254/510] Compiling aesni-gcm-x86_64-apple.S
[255/510] Compiling aes-gcm-avx2-x86_64-linux.S
[256/510] Compiling aes-gcm-avx10-x86_64-linux.S
[257/510] Compiling aes-gcm-avx2-x86_64-apple.S
[258/510] Compiling aes-gcm-avx10-x86_64-apple.S
[259/510] Compiling x_val.cc
[260/510] Compiling x_x509.cc
[261/510] Compiling x_name.cc
[262/510] Compiling x_spki.cc
[263/510] Compiling x_x509a.cc
[264/510] Compiling x_pubkey.cc
[265/510] Compiling x_sig.cc
[266/510] Compiling x_req.cc
[267/510] Compiling x_exten.cc
[268/510] Compiling x_attrib.cc
[269/510] Compiling x_algor.cc
[270/510] Compiling x509spki.cc
[271/510] Compiling x_all.cc
[272/510] Compiling x509rset.cc
[273/510] Compiling x509name.cc
[274/510] Compiling x_crl.cc
[275/510] Compiling x509cset.cc
[276/510] Compiling x509_vpm.cc
[277/510] Compiling x509_txt.cc
[278/510] Compiling x509_v3.cc
[279/510] Compiling x509_vfy.cc
[280/510] Compiling x509_trs.cc
[281/510] Compiling x509_set.cc
[282/510] Compiling x509_req.cc
[283/510] Compiling x509_obj.cc
[283/510] Compiling x509_lu.cc
[285/510] Compiling x509_d2.cc
[285/510] Compiling x509_ext.cc
[287/510] Compiling x509_def.cc
[288/510] Compiling x509_cmp.cc
[289/510] Compiling x509.cc
[289/510] Compiling x509_att.cc
[289/510] Compiling v3_skey.cc
[289/510] Compiling v3_utl.cc
[289/510] Compiling v3_prn.cc
[289/510] Compiling v3_pmaps.cc
[289/510] Compiling v3_purp.cc
[296/510] Compiling v3_ocsp.cc
[297/510] Compiling v3_ncons.cc
[298/510] Compiling v3_pcons.cc
[299/510] Compiling v3_int.cc
[300/510] Compiling v3_lib.cc
[301/510] Compiling v3_ia5.cc
[302/510] Compiling v3_info.cc
[303/510] Compiling v3_genn.cc
[304/510] Compiling v3_extku.cc
[305/510] Compiling v3_crld.cc
[306/510] Compiling v3_enum.cc
[307/510] Compiling v3_cpols.cc
[308/510] Compiling v3_conf.cc
[309/510] Compiling v3_bcons.cc
[310/510] Compiling v3_bitst.cc
[311/510] Compiling v3_alt.cc
[312/510] Compiling v3_akeya.cc
[313/510] Compiling v3_akey.cc
[314/510] Compiling t_x509.cc
[315/510] Compiling t_x509a.cc
[316/510] Compiling t_req.cc
[317/510] Compiling rsa_pss.cc
[318/510] Compiling t_crl.cc
[319/510] Compiling i2d_pr.cc
[320/510] Compiling name_print.cc
[321/510] Compiling policy.cc
[322/510] Compiling by_dir.cc
[323/510] Compiling a_sign.cc
[324/510] Compiling a_digest.cc
[325/510] Compiling algorithm.cc
[326/510] Compiling a_verify.cc
[327/510] Compiling by_file.cc
[328/510] Compiling asn1_gen.cc
[329/510] Compiling trust_token.cc
[330/510] Compiling thread_none.cc
[331/510] Compiling pmbtoken.cc
[332/510] Compiling thread_win.cc
[333/510] Compiling thread_pthread.cc
[334/510] Compiling thread.cc
[335/510] Compiling stack.cc
[336/510] Compiling voprf.cc
[337/510] Compiling sha512.cc
[338/510] Compiling siphash.cc
[339/510] Compiling spake2plus.cc
[340/510] Compiling sha1.cc
[341/510] Compiling sha256.cc
[342/510] Compiling slhdsa.cc
[343/510] Compiling rsa_extra.cc
[344/510] Compiling rsa_print.cc
[345/510] Compiling rc4.cc
[346/510] Compiling rsa_crypt.cc
[347/510] Compiling refcount.cc
[348/510] Compiling rsa_asn1.cc
[349/510] Compiling windows.cc
[350/510] Compiling trusty.cc
[351/510] Compiling urandom.cc
[352/510] Compiling rand.cc
[353/510] Compiling passive.cc
[354/510] Compiling poly1305_arm_asm.S
[355/510] Compiling getentropy.cc
[356/510] Compiling ios.cc
[357/510] Compiling deterministic.cc
[358/510] Compiling forkunsafe.cc
[359/510] Compiling poly1305_vec.cc
[360/510] Compiling fork_detect.cc
[361/510] Compiling pool.cc
[362/510] Compiling poly1305_arm.cc
[363/510] Compiling poly1305.cc
[364/510] Compiling pkcs7.cc
[365/510] Compiling pkcs8.cc
[366/510] Compiling pkcs8_x509.cc
[367/510] Compiling p5_pbev2.cc
[368/510] Compiling pkcs7_x509.cc
[369/510] Compiling pem_xaux.cc
[370/510] Compiling pem_x509.cc
[371/510] Compiling pem_pkey.cc
[371/510] Compiling pem_pk8.cc
[373/510] Compiling pem_oth.cc
[374/510] Compiling pem_lib.cc
[375/510] Compiling mldsa.cc
[375/510] Compiling pem_info.cc
[377/510] Compiling mlkem.cc
[378/510] Compiling pem_all.cc
[379/510] Compiling mem.cc
[380/510] Compiling obj_xref.cc
[381/510] Compiling poly_rq_mul.S
[382/510] Compiling fips_shared_support.cc
[383/510] Compiling obj.cc
[384/510] Compiling lhash.cc
[385/510] Compiling md4.cc
[386/510] Compiling kyber.cc
[387/510] Compiling sign.cc
[388/510] Compiling ex_data.cc
[389/510] Compiling scrypt.cc
[390/510] Compiling hpke.cc
[391/510] Compiling hrss.cc
[392/510] Compiling print.cc
[393/510] Compiling pbkdf.cc
[394/510] Compiling p_x25519.cc
[395/510] Compiling p_rsa_asn1.cc
[396/510] Compiling p_rsa.cc
[397/510] Compiling p_ed25519.cc
[398/510] Compiling p_x25519_asn1.cc
[399/510] Compiling p_hkdf.cc
[400/510] Compiling p_ed25519_asn1.cc
[401/510] Compiling p_ec.cc
[402/510] Compiling p_dh_asn1.cc
[403/510] Compiling p_dsa_asn1.cc
[404/510] Compiling evp_ctx.cc
[405/510] Compiling evp_asn1.cc
[406/510] Compiling p_ec_asn1.cc
[407/510] Compiling p_dh.cc
[408/510] Compiling evp.cc
[409/510] Compiling err.cc
[410/510] Compiling engine.cc
[411/510] Compiling ecdh.cc
[412/510] Compiling ec_derive.cc
[413/510] Compiling hash_to_curve.cc
[414/510] Compiling bcm.cc
[415/510] Compiling ec_asn1.cc
[416/510] Compiling ecdsa_asn1.cc
[417/510] Compiling dsa_asn1.cc
[418/510] Compiling dsa.cc
[419/510] Compiling des.cc
[420/510] Compiling params.cc
[421/510] Compiling x25519-asm-arm.S
[422/510] Compiling dh_asn1.cc
[423/510] Compiling curve25519_64_adx.cc
[424/510] Compiling digest_extra.cc
[425/510] Compiling spake25519.cc
[426/510] Compiling crypto.cc
[427/510] Compiling cpu_intel.cc
[428/510] Compiling cpu_arm_freebsd.cc
[429/510] Compiling cpu_arm_linux.cc
[430/510] Compiling curve25519.cc
[431/510] Compiling cpu_aarch64_sysreg.cc
[432/510] Compiling cpu_aarch64_openbsd.cc
[433/510] Compiling cpu_aarch64_win.cc
[434/510] Compiling cpu_aarch64_linux.cc
[435/510] Compiling cpu_aarch64_fuchsia.cc
[436/510] Compiling e_rc2.cc
[437/510] Compiling get_cipher.cc
[438/510] Compiling conf.cc
[439/510] Compiling cpu_aarch64_apple.cc
[440/510] Compiling e_rc4.cc
[441/510] Compiling e_null.cc
[442/510] Compiling tls_cbc.cc
[443/510] Compiling e_tls.cc
[444/510] Compiling e_chacha20poly1305.cc
[445/510] Compiling e_aesgcmsiv.cc
[446/510] Compiling e_des.cc
[447/510] Compiling derive_key.cc
[448/510] Compiling e_aesctrhmac.cc
[449/510] Compiling chacha.cc
[450/510] Compiling unicode.cc
[451/510] Compiling cbs.cc
[452/510] Compiling blake2.cc
[453/510] Compiling buf.cc
[454/510] Compiling cbb.cc
[455/510] Compiling bn_asn1.cc
[456/510] Compiling asn1_compat.cc
[457/510] Compiling ber.cc
[458/510] Compiling socket_helper.cc
[459/510] Compiling socket.cc
[460/510] Compiling convert.cc
[461/510] Compiling printf.cc
[462/510] Compiling hexdump.cc
[463/510] Compiling pair.cc
[464/510] Compiling errno.cc
[465/510] Compiling fd.cc
[466/510] Compiling file.cc
[467/510] Compiling connect.cc
[468/510] Compiling bio_mem.cc
[469/510] Compiling bio.cc
[470/510] Compiling base64.cc
[471/510] Compiling posix_time.cc
[471/510] Compiling tasn_fre.cc
[473/510] Compiling tasn_typ.cc
[474/510] Compiling tasn_utl.cc
[475/510] Compiling f_string.cc
[476/510] Compiling tasn_new.cc
[477/510] Compiling asn_pack.cc
[478/510] Compiling f_int.cc
[479/510] Compiling asn1_par.cc
[480/510] Compiling asn1_lib.cc
[481/510] Compiling a_utctm.cc
[482/510] Compiling a_time.cc
[483/510] Compiling a_type.cc
[484/510] Compiling a_strnid.cc
[485/510] Compiling a_octet.cc
[486/510] Compiling CLCLWebSocketZlib empty.c
[487/510] Write sources
[488/510] Compiling a_strex.cc
[489/529] Compiling a_i2d_fp.cc
[490/529] Compiling a_object.cc
[491/529] Compiling a_d2i_fp.cc
[492/529] Compiling a_dup.cc
[493/529] Compiling a_int.cc
[494/529] Compiling a_mbstr.cc
[496/529] Compiling Atomics UnsafeAtomic.swift
[497/529] Compiling Atomics UnsafeAtomicLazyReference.swift
[498/531] Compiling Atomics ManagedAtomic.swift
[499/531] Compiling Atomics ManagedAtomicLazyReference.swift
[500/531] Compiling Atomics AtomicMemoryOrderings.swift
[501/531] Compiling Atomics DoubleWord.swift
[502/531] Compiling Atomics IntegerOperations.swift
[503/531] Compiling Atomics Unmanaged extensions.swift
[504/531] Compiling Atomics Primitives.shims.swift
[505/531] Compiling Atomics AtomicInteger.swift
[506/531] Compiling Atomics AtomicOptionalWrappable.swift
[507/531] Compiling Atomics AtomicReference.swift
[508/531] Compiling Atomics AtomicStorage.swift
[509/531] Compiling Atomics AtomicValue.swift
[510/531] Emitting module Atomics
[511/531] Compiling Atomics OptionalRawRepresentable.swift
[512/531] Compiling Atomics RawRepresentable.swift
[513/531] Compiling Atomics AtomicBool.swift
[514/531] Compiling Atomics IntegerConformances.swift
[515/531] Compiling Atomics PointerConformances.swift
[516/531] Compiling Atomics Primitives.native.swift
[517/532] Wrapping AST for Atomics for debugging
[519/592] Compiling NIOCore IO.swift
[520/592] Compiling NIOCore IOData.swift
[521/592] Compiling NIOCore IPProtocol.swift
[522/592] Compiling NIOCore IntegerBitPacking.swift
[523/592] Compiling NIOCore IntegerTypes.swift
[524/592] Compiling NIOCore Interfaces.swift
[525/592] Compiling NIOCore Linux.swift
[526/592] Compiling NIOCore MarkedCircularBuffer.swift
[527/600] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[528/600] Compiling NIOCore EventLoopFuture+Deprecated.swift
[529/600] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[530/600] Compiling NIOCore EventLoopFuture.swift
[531/600] Compiling NIOCore FileDescriptor.swift
[532/600] Compiling NIOCore FileHandle.swift
[533/600] Compiling NIOCore FileRegion.swift
[534/600] Compiling NIOCore GlobalSingletons.swift
[535/600] Compiling NIOCore MulticastChannel.swift
[536/600] Compiling NIOCore NIOAny.swift
[537/600] Compiling NIOCore NIOCloseOnErrorHandler.swift
[538/600] Compiling NIOCore NIOLoopBound.swift
[539/600] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[540/600] Compiling NIOCore NIOScheduledCallback.swift
[541/600] Compiling NIOCore NIOSendable.swift
[542/600] Compiling NIOCore RecvByteBufferAllocator.swift
[543/600] Compiling NIOCore CircularBuffer.swift
[544/600] Compiling NIOCore Codec.swift
[545/600] Compiling NIOCore ConvenienceOptionSupport.swift
[546/600] Compiling NIOCore DeadChannel.swift
[547/600] Compiling NIOCore DispatchQueue+WithFuture.swift
[548/600] Compiling NIOCore EventLoop+Deprecated.swift
[549/600] Compiling NIOCore EventLoop+SerialExecutor.swift
[550/600] Compiling NIOCore EventLoop.swift
[551/600] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[552/600] Compiling NIOCore SocketAddresses.swift
[553/600] Compiling NIOCore SocketOptionProvider.swift
[554/600] Compiling NIOCore SystemCallHelpers.swift
[555/600] Compiling NIOCore TimeAmount+Duration.swift
[556/600] Compiling NIOCore TypeAssistedChannelHandler.swift
[557/600] Compiling NIOCore UniversalBootstrapSupport.swift
[558/600] Compiling NIOCore Utilities.swift
[559/600] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[560/600] Compiling NIOCore BSDSocketAPI.swift
[561/600] Compiling NIOCore ByteBuffer-aux.swift
[562/600] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[563/600] Compiling NIOCore ByteBuffer-conversions.swift
[564/600] Compiling NIOCore ByteBuffer-core.swift
[565/600] Compiling NIOCore ByteBuffer-hex.swift
[566/600] Compiling NIOCore ByteBuffer-int.swift
[567/600] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[568/600] Compiling NIOCore ByteBuffer-multi-int.swift
[569/600] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[570/600] Compiling NIOCore ByteBuffer-views.swift
[571/600] Compiling NIOCore Channel.swift
[572/600] Compiling NIOCore ChannelHandler.swift
[573/600] Compiling NIOCore ChannelHandlers.swift
[574/600] Compiling NIOCore ChannelInvoker.swift
[575/600] Compiling NIOCore ChannelOption.swift
[576/600] Compiling NIOCore ChannelPipeline.swift
[577/600] Compiling NIOCore AddressedEnvelope.swift
[578/600] Compiling NIOCore AsyncAwaitSupport.swift
[579/600] Compiling NIOCore AsyncChannel.swift
[580/600] Compiling NIOCore AsyncChannelHandler.swift
[581/600] Compiling NIOCore AsyncChannelInboundStream.swift
[582/600] Compiling NIOCore AsyncChannelOutboundWriter.swift
[583/600] Compiling NIOCore NIOAsyncSequenceProducer.swift
[584/600] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[585/600] Compiling NIOCore NIOAsyncWriter.swift
[586/600] Emitting module NIOCore
[587/601] Wrapping AST for NIOCore for debugging
[589/651] Compiling NIOEmbedded Embedded.swift
[590/651] Compiling NIOEmbedded AsyncTestingChannel.swift
[591/651] Emitting module NIOEmbedded
[592/651] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[593/652] Wrapping AST for NIOEmbedded for debugging
[595/652] Emitting module NIOPosix
[596/658] Compiling NIOPosix ThreadPosix.swift
[597/658] Compiling NIOPosix ThreadWindows.swift
[598/658] Compiling NIOPosix UnsafeTransfer.swift
[599/658] Compiling NIOPosix Utilities.swift
[600/658] Compiling NIOPosix VsockAddress.swift
[601/658] Compiling NIOPosix VsockChannelEvents.swift
[602/658] Compiling NIOPosix SelectableChannel.swift
[603/658] Compiling NIOPosix SelectableEventLoop.swift
[604/658] Compiling NIOPosix SelectorEpoll.swift
[605/658] Compiling NIOPosix SelectorGeneric.swift
[606/658] Compiling NIOPosix SelectorKqueue.swift
[607/658] Compiling NIOPosix SelectorUring.swift
[608/658] Compiling NIOPosix BSDSocketAPICommon.swift
[609/658] Compiling NIOPosix BSDSocketAPIPosix.swift
[610/658] Compiling NIOPosix BSDSocketAPIWindows.swift
[611/658] Compiling NIOPosix BaseSocket.swift
[612/658] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[613/658] Compiling NIOPosix BaseSocketChannel.swift
[614/658] Compiling NIOPosix BaseStreamSocketChannel.swift
[615/658] Compiling NIOPosix Pool.swift
[616/658] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[617/658] Compiling NIOPosix PosixSingletons.swift
[618/658] Compiling NIOPosix RawSocketBootstrap.swift
[619/658] Compiling NIOPosix Resolver.swift
[620/658] Compiling NIOPosix Selectable.swift
[621/658] Compiling NIOPosix NIOThreadPool.swift
[622/658] Compiling NIOPosix NonBlockingFileIO.swift
[623/658] Compiling NIOPosix PendingDatagramWritesManager.swift
[624/658] Compiling NIOPosix PendingWritesManager.swift
[625/658] Compiling NIOPosix PipeChannel.swift
[626/658] Compiling NIOPosix PipePair.swift
[627/658] Compiling NIOPosix ServerSocket.swift
[628/658] Compiling NIOPosix Socket.swift
[629/658] Compiling NIOPosix SocketChannel.swift
[630/658] Compiling NIOPosix SocketProtocols.swift
[631/658] Compiling NIOPosix System.swift
[632/658] Compiling NIOPosix Thread.swift
[633/658] Compiling NIOPosix IO.swift
[634/658] Compiling NIOPosix IntegerBitPacking.swift
[635/658] Compiling NIOPosix IntegerTypes.swift
[636/658] Compiling NIOPosix Linux.swift
[637/658] Compiling NIOPosix LinuxCPUSet.swift
[638/658] Compiling NIOPosix LinuxUring.swift
[639/658] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[640/658] Compiling NIOPosix Bootstrap.swift
[641/658] Compiling NIOPosix ControlMessage.swift
[642/658] Compiling NIOPosix DatagramVectorReadManager.swift
[643/658] Compiling NIOPosix Errors+Any.swift
[644/658] Compiling NIOPosix FileDescriptor.swift
[645/658] Compiling NIOPosix GetaddrinfoResolver.swift
[646/658] Compiling NIOPosix HappyEyeballs.swift
[647/659] Wrapping AST for NIOPosix for debugging
[649/661] Compiling NIO Exports.swift
[650/661] Emitting module NIO
[651/662] Wrapping AST for NIO for debugging
[653/689] Compiling NIOTLS TLSEvents.swift
[654/689] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[655/689] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[656/689] Emitting module NIOTLS
[657/689] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[658/689] Compiling NIOTLS SNIHandler.swift
[660/690] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[661/690] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[662/692] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[663/692] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[663/692] Wrapping AST for NIOTLS for debugging
[665/692] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[666/692] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[667/692] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[668/692] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[669/692] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[670/692] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[671/692] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[672/692] Compiling NIOHTTP1 HTTPTypes.swift
[673/721] Emitting module NIOHTTP1
[674/721] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[675/721] Compiling NIOSSL NIOSSLHandler.swift
[676/721] Compiling NIOSSL NIOSSLServerHandler.swift
[677/721] Compiling NIOSSL SSLConnection.swift
[678/721] Compiling NIOSSL SSLContext.swift
[679/722] Wrapping AST for NIOHTTP1 for debugging
[681/722] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[682/732] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[683/732] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[684/732] Emitting module NIOFoundationCompat
[685/732] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[687/733] Compiling NIOWebSocket WebSocketOpcode.swift
[687/734] Wrapping AST for NIOFoundationCompat for debugging
[689/734] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[690/734] Compiling NIOWebSocket SHA1.swift
[691/734] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[692/734] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[693/734] Compiling NIOWebSocket WebSocketFrame.swift
[694/734] Compiling NIOWebSocket WebSocketErrorCodes.swift
[695/734] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[696/734] Compiling NIOSSL SSLPrivateKey.swift
[697/734] Compiling NIOSSL SSLPublicKey.swift
[698/734] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[699/734] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[700/734] Compiling NIOSSL SubjectAlternativeName.swift
[701/734] Compiling NIOSSL NIOSSLSecureBytes.swift
[702/734] Compiling NIOSSL RNG.swift
[703/734] Compiling NIOSSL SafeCompare.swift
[704/738] Compiling NIOSSL LinuxCABundle.swift
[705/738] Compiling NIOSSL NIOSSLClientHandler.swift
[708/738] Emitting module NIOWebSocket
[709/738] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[710/738] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[711/739] Emitting module NIOSSL
[716/739] Wrapping AST for NIOWebSocket for debugging
[719/739] Compiling NIOSSL ObjectIdentifier.swift
[720/739] Compiling NIOSSL PosixPort.swift
[721/739] Compiling NIOSSL SSLCallbacks.swift
[722/739] Compiling NIOSSL SSLCertificate.swift
[723/739] Compiling NIOSSL SSLCertificateExtensions.swift
[724/739] Compiling NIOSSL SSLCertificateName.swift
[727/739] Compiling NIOSSL SSLErrors.swift
[728/739] Compiling NIOSSL SSLInit.swift
[729/739] Compiling NIOSSL SSLPKCS12Bundle.swift
[730/739] Compiling NIOSSL Zeroization.swift
[731/739] Compiling NIOSSL TLSConfiguration.swift
[732/739] Compiling NIOSSL UniversalBootstrapSupport.swift
[733/739] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[734/740] Wrapping AST for NIOSSL for debugging
[736/758] Emitting module LCLWebSocket
[737/760] Compiling LCLWebSocket WebSocketExtension.swift
[738/760] Compiling LCLWebSocket WebSocketExtensionNegotiationHandler.swift
[739/760] Compiling LCLWebSocket WebSocketServer.swift
[740/760] Compiling LCLWebSocket WebSocketServerUpgradeConfiguration.swift
[741/760] Compiling LCLWebSocket LCLWebSocket+ChannelOption.swift
[742/760] Compiling LCLWebSocket WebSocketHandler.swift
[743/760] Compiling LCLWebSocket WebSocketScheme.swift
[744/760] Compiling LCLWebSocket LCLWebSocket+Logging.swift
[745/760] Compiling LCLWebSocket LCLWebSocket+SocketOption.swift
[746/760] Compiling LCLWebSocket TimeAmount+Extension.swift
[747/760] Compiling LCLWebSocket WebSocket.swift
[748/760] Compiling LCLWebSocket WebSocketConfiguration.swift
[749/760] Compiling LCLWebSocket PerMessageDeflateExtension.swift
[750/760] Compiling LCLWebSocket LCLWebSocket+EventloopGroup.swift
[751/760] Compiling LCLWebSocket LCLWebSocket.swift
[752/760] Compiling LCLWebSocket LCLWebSocketListenable.swift
[753/760] Compiling LCLWebSocket WebSocketClient.swift
/host/spi-builder-workspace/.build/checkouts/lcl-websocket/Sources/LCLWebSocket/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 | return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 | #endif
36 | }
| `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[754/760] Compiling LCLWebSocket LCLWebSocket+ChannelInitializer.swift
/host/spi-builder-workspace/.build/checkouts/lcl-websocket/Sources/LCLWebSocket/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 | return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 | #endif
36 | }
| `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[755/760] Compiling LCLWebSocket LCLWebSocket+Error.swift
/host/spi-builder-workspace/.build/checkouts/lcl-websocket/Sources/LCLWebSocket/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 | return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 | #endif
36 | }
| `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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
[0/1] Planning build
Building for debugging...
[0/22] Write swift-version-24593BA9C3E375BF.txt
[2/72] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[3/73] Emitting module _NIOBase64
[4/73] Compiling Logging MetadataProvider.swift
[5/73] Compiling Atomics IntegerConformances.swift
[6/73] Compiling Atomics PointerConformances.swift
[7/73] Compiling Atomics AtomicOptionalWrappable.swift
[8/73] Compiling Atomics AtomicMemoryOrderings.swift
[9/73] Emitting module Logging
[10/73] Compiling _NIODataStructures Heap.swift
[11/73] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[12/73] Compiling Atomics ManagedAtomic.swift
[13/73] Compiling Atomics ManagedAtomicLazyReference.swift
[14/73] Compiling Atomics UnsafeAtomic.swift
[15/73] Compiling Atomics UnsafeAtomicLazyReference.swift
[16/75] Emitting module _NIODataStructures
[18/75] Compiling Atomics DoubleWord.swift
[19/75] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[20/75] Compiling NIOConcurrencyHelpers atomics.swift
[21/75] Compiling NIOConcurrencyHelpers NIOLock.swift
[22/75] Compiling Atomics Primitives.shims.swift
[23/75] Compiling Atomics AtomicInteger.swift
[25/75] Compiling Atomics AtomicReference.swift
[26/75] Compiling Atomics AtomicStorage.swift
[27/75] Compiling Atomics AtomicValue.swift
[28/75] Compiling NIOConcurrencyHelpers lock.swift
[29/75] Compiling _NIODataStructures _TinyArray.swift
[30/75] Compiling _NIODataStructures PriorityQueue.swift
[31/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/76] Compiling _NIOBase64 Base64.swift
[35/76] Emitting module NIOConcurrencyHelpers
[36/76] Compiling Atomics IntegerOperations.swift
[37/76] Compiling Atomics Unmanaged extensions.swift
[39/76] Emitting module InternalCollectionsUtilities
[40/75] Compiling Atomics RawRepresentable.swift
[41/75] Compiling Atomics AtomicBool.swift
[46/75] Compiling Atomics Primitives.native.swift
[47/75] Compiling Atomics OptionalRawRepresentable.swift
[49/76] Compiling Logging Logging.swift
[50/76] Compiling Logging LogHandler.swift
[51/76] Compiling Logging Locks.swift
[52/77] Wrapping AST for InternalCollectionsUtilities for debugging
[53/84] Wrapping AST for Logging for debugging
[55/92] Compiling DequeModule _DequeBuffer.swift
[56/92] Compiling DequeModule _DequeBufferHeader.swift
[57/94] Compiling DequeModule Deque+CustomReflectable.swift
[58/94] Compiling DequeModule Deque+Descriptions.swift
[59/94] Compiling DequeModule Deque+Equatable.swift
[60/94] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[61/94] Compiling DequeModule _DequeSlot.swift
[62/94] Compiling DequeModule _UnsafeWrappedBuffer.swift
[63/94] Compiling DequeModule Deque._UnsafeHandle.swift
[64/94] Compiling DequeModule Deque.swift
[65/94] Compiling DequeModule Deque+Extras.swift
[66/94] Compiling DequeModule Deque+Hashable.swift
[67/94] Compiling DequeModule Deque+Testing.swift
[68/94] Compiling DequeModule Deque._Storage.swift
[69/94] Compiling DequeModule Deque+Codable.swift
[70/94] Compiling DequeModule Deque+Collection.swift
[77/94] Emitting module Atomics
[79/95] Emitting module DequeModule
[80/96] Wrapping AST for Atomics for debugging
[81/96] Wrapping AST for DequeModule for debugging
[83/156] Compiling NIOCore MulticastChannel.swift
[84/156] Compiling NIOCore NIOAny.swift
[85/156] Compiling NIOCore NIOCloseOnErrorHandler.swift
[86/156] Compiling NIOCore NIOLoopBound.swift
[87/156] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[88/156] Compiling NIOCore NIOScheduledCallback.swift
[89/156] Compiling NIOCore NIOSendable.swift
[90/156] Compiling NIOCore RecvByteBufferAllocator.swift
[91/164] Compiling NIOCore IO.swift
[92/164] Compiling NIOCore IOData.swift
[93/164] Compiling NIOCore IPProtocol.swift
[94/164] Compiling NIOCore IntegerBitPacking.swift
[95/164] Compiling NIOCore IntegerTypes.swift
[96/164] Compiling NIOCore Interfaces.swift
[97/164] Compiling NIOCore Linux.swift
[98/164] Compiling NIOCore MarkedCircularBuffer.swift
[99/164] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[100/164] Compiling NIOCore SocketAddresses.swift
[101/164] Compiling NIOCore SocketOptionProvider.swift
[102/164] Compiling NIOCore SystemCallHelpers.swift
[103/164] Compiling NIOCore TimeAmount+Duration.swift
[104/164] Compiling NIOCore TypeAssistedChannelHandler.swift
[105/164] Compiling NIOCore UniversalBootstrapSupport.swift
[106/164] Compiling NIOCore Utilities.swift
[107/164] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[108/164] Compiling NIOCore EventLoopFuture+Deprecated.swift
[109/164] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[110/164] Compiling NIOCore EventLoopFuture.swift
[111/164] Compiling NIOCore FileDescriptor.swift
[112/164] Compiling NIOCore FileHandle.swift
[113/164] Compiling NIOCore FileRegion.swift
[114/164] Compiling NIOCore GlobalSingletons.swift
[115/164] Compiling NIOCore CircularBuffer.swift
[116/164] Compiling NIOCore Codec.swift
[117/164] Compiling NIOCore ConvenienceOptionSupport.swift
[118/164] Compiling NIOCore DeadChannel.swift
[119/164] Compiling NIOCore DispatchQueue+WithFuture.swift
[120/164] Compiling NIOCore EventLoop+Deprecated.swift
[121/164] Compiling NIOCore EventLoop+SerialExecutor.swift
[122/164] Compiling NIOCore EventLoop.swift
[123/164] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[124/164] Compiling NIOCore BSDSocketAPI.swift
[125/164] Compiling NIOCore ByteBuffer-aux.swift
[126/164] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[127/164] Compiling NIOCore ByteBuffer-conversions.swift
[128/164] Compiling NIOCore ByteBuffer-core.swift
[129/164] Compiling NIOCore ByteBuffer-hex.swift
[130/164] Compiling NIOCore ByteBuffer-int.swift
[131/164] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[132/164] Compiling NIOCore AddressedEnvelope.swift
[133/164] Compiling NIOCore AsyncAwaitSupport.swift
[134/164] Compiling NIOCore AsyncChannel.swift
[135/164] Compiling NIOCore AsyncChannelHandler.swift
[136/164] Compiling NIOCore AsyncChannelInboundStream.swift
[137/164] Compiling NIOCore AsyncChannelOutboundWriter.swift
[138/164] Compiling NIOCore NIOAsyncSequenceProducer.swift
[139/164] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[140/164] Compiling NIOCore NIOAsyncWriter.swift
[141/164] Compiling NIOCore ByteBuffer-multi-int.swift
[142/164] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[143/164] Compiling NIOCore ByteBuffer-views.swift
[144/164] Compiling NIOCore Channel.swift
[145/164] Compiling NIOCore ChannelHandler.swift
[146/164] Compiling NIOCore ChannelHandlers.swift
[147/164] Compiling NIOCore ChannelInvoker.swift
[148/164] Compiling NIOCore ChannelOption.swift
[149/164] Compiling NIOCore ChannelPipeline.swift
[150/164] Emitting module NIOCore
[152/214] Emitting module NIOEmbedded
[153/214] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[154/214] Compiling NIOEmbedded Embedded.swift
[155/214] Compiling NIOEmbedded AsyncTestingChannel.swift
[157/214] Emitting module NIOPosix
[158/220] Compiling NIOPosix Pool.swift
[159/220] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[160/220] Compiling NIOPosix PosixSingletons.swift
[161/220] Compiling NIOPosix RawSocketBootstrap.swift
[162/220] Compiling NIOPosix Resolver.swift
[163/220] Compiling NIOPosix Selectable.swift
[164/220] Compiling NIOPosix ServerSocket.swift
[165/220] Compiling NIOPosix Socket.swift
[166/220] Compiling NIOPosix SocketChannel.swift
[167/220] Compiling NIOPosix SocketProtocols.swift
[168/220] Compiling NIOPosix System.swift
[169/220] Compiling NIOPosix Thread.swift
[170/220] Compiling NIOPosix SelectableChannel.swift
[171/220] Compiling NIOPosix SelectableEventLoop.swift
[172/220] Compiling NIOPosix SelectorEpoll.swift
[173/220] Compiling NIOPosix SelectorGeneric.swift
[174/220] Compiling NIOPosix SelectorKqueue.swift
[175/220] Compiling NIOPosix SelectorUring.swift
[176/220] Compiling NIOPosix NIOThreadPool.swift
[177/220] Compiling NIOPosix NonBlockingFileIO.swift
[178/220] Compiling NIOPosix PendingDatagramWritesManager.swift
[179/220] Compiling NIOPosix PendingWritesManager.swift
[180/220] Compiling NIOPosix PipeChannel.swift
[181/220] Compiling NIOPosix PipePair.swift
[182/220] Compiling NIOPosix IO.swift
[183/220] Compiling NIOPosix IntegerBitPacking.swift
[184/220] Compiling NIOPosix IntegerTypes.swift
[185/220] Compiling NIOPosix Linux.swift
[186/220] Compiling NIOPosix LinuxCPUSet.swift
[187/220] Compiling NIOPosix LinuxUring.swift
[188/220] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[189/220] Compiling NIOPosix Bootstrap.swift
[190/220] Compiling NIOPosix ControlMessage.swift
[191/220] Compiling NIOPosix DatagramVectorReadManager.swift
[192/220] Compiling NIOPosix Errors+Any.swift
[193/220] Compiling NIOPosix FileDescriptor.swift
[194/220] Compiling NIOPosix GetaddrinfoResolver.swift
[195/220] Compiling NIOPosix HappyEyeballs.swift
[196/220] Compiling NIOPosix BSDSocketAPICommon.swift
[197/220] Compiling NIOPosix BSDSocketAPIPosix.swift
[198/220] Compiling NIOPosix BSDSocketAPIWindows.swift
[199/220] Compiling NIOPosix BaseSocket.swift
[200/220] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[201/220] Compiling NIOPosix BaseSocketChannel.swift
[202/220] Compiling NIOPosix BaseStreamSocketChannel.swift
[203/220] Compiling NIOPosix ThreadPosix.swift
[204/220] Compiling NIOPosix ThreadWindows.swift
[205/220] Compiling NIOPosix UnsafeTransfer.swift
[206/220] Compiling NIOPosix Utilities.swift
[207/220] Compiling NIOPosix VsockAddress.swift
[208/220] Compiling NIOPosix VsockChannelEvents.swift
[210/222] Emitting module NIO
[211/222] Compiling NIO Exports.swift
[213/249] Compiling NIOTLS TLSEvents.swift
[214/249] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[215/249] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[216/249] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[217/249] Emitting module NIOFoundationCompat
[218/249] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[219/249] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[220/251] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[221/251] Emitting module NIOTLS
[222/251] Compiling NIOTLS SNIHandler.swift
[223/251] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[224/251] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[226/252] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[227/252] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[228/252] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[230/253] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[231/253] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[232/253] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[233/253] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[234/253] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[235/253] Compiling NIOHTTP1 HTTPTypes.swift
[236/253] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[237/253] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[238/253] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[239/253] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[240/252] Emitting module NIOHTTP1
[241/252] Compiling NIOHTTP1 ByteCollectionUtils.swift
[242/252] Compiling NIOHTTP1 HTTPDecoder.swift
[243/252] Compiling NIOHTTP1 HTTPEncoder.swift
[245/290] Emitting module NIOWebSocket
[246/291] Compiling NIOWebSocket WebSocketOpcode.swift
[247/291] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[248/291] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[249/291] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[250/291] Compiling NIOWebSocket SHA1.swift
[251/295] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[252/295] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[253/295] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[254/295] Compiling NIOWebSocket WebSocketErrorCodes.swift
[257/295] Compiling NIOWebSocket WebSocketFrame.swift
[261/296] Compiling NIOSSL NIOSSLServerHandler.swift
[262/296] Compiling NIOSSL ObjectIdentifier.swift
[263/296] Compiling NIOSSL PosixPort.swift
[264/296] Compiling NIOSSL SSLCallbacks.swift
[265/296] Emitting module NIOSSL
[266/296] Compiling NIOSSL SubjectAlternativeName.swift
[267/296] Compiling NIOSSL NIOSSLSecureBytes.swift
[268/296] Compiling NIOSSL RNG.swift
[269/296] Compiling NIOSSL SafeCompare.swift
[270/296] Compiling NIOSSL SSLPrivateKey.swift
[271/296] Compiling NIOSSL SSLPublicKey.swift
[272/296] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[273/296] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[274/296] Compiling NIOSSL LinuxCABundle.swift
[275/296] Compiling NIOSSL NIOSSLClientHandler.swift
[276/296] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[277/296] Compiling NIOSSL NIOSSLHandler.swift
[278/296] Compiling NIOSSL SSLContext.swift
[279/296] Compiling NIOSSL SSLErrors.swift
[280/296] Compiling NIOSSL SSLInit.swift
[281/296] Compiling NIOSSL SSLPKCS12Bundle.swift
[282/296] Compiling NIOSSL SSLCertificate.swift
[283/296] Compiling NIOSSL SSLCertificateExtensions.swift
[284/296] Compiling NIOSSL SSLCertificateName.swift
[285/296] Compiling NIOSSL SSLConnection.swift
[286/295] Compiling NIOSSL Zeroization.swift
[287/295] Compiling NIOSSL TLSConfiguration.swift
[288/295] Compiling NIOSSL UniversalBootstrapSupport.swift
[289/295] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[291/313] Compiling LCLWebSocket WebSocketServer.swift
[292/313] Compiling LCLWebSocket WebSocketServerUpgradeConfiguration.swift
[293/313] Compiling LCLWebSocket LCLWebSocket+ChannelOption.swift
[294/315] Emitting module LCLWebSocket
[295/315] Compiling LCLWebSocket TimeAmount+Extension.swift
[296/315] Compiling LCLWebSocket WebSocket.swift
[297/315] Compiling LCLWebSocket WebSocketClient.swift
/host/spi-builder-workspace/.build/checkouts/lcl-websocket/Sources/LCLWebSocket/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 | return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 | #endif
36 | }
| `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[298/315] Compiling LCLWebSocket LCLWebSocket+ChannelInitializer.swift
/host/spi-builder-workspace/.build/checkouts/lcl-websocket/Sources/LCLWebSocket/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 | return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 | #endif
36 | }
| `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[299/315] Compiling LCLWebSocket LCLWebSocket+Error.swift
/host/spi-builder-workspace/.build/checkouts/lcl-websocket/Sources/LCLWebSocket/LCLWebSocket+ChannelInitializer.swift:36:1: error: missing return in global function expected to return 'EventLoopFuture<Void>'
34 | return (channel as! SocketOptionProvider).setBindToDevice(device.name)
35 | #endif
36 | }
| `- error: missing return in global function expected to return 'EventLoopFuture<Void>'
37 |
38 | /// Find the device on the machine with the given deviceName and protocol
[300/315] Compiling LCLWebSocket WebSocketHandler.swift
[301/315] Compiling LCLWebSocket WebSocketScheme.swift
[302/315] Compiling LCLWebSocket WebSocketExtension.swift
[303/315] Compiling LCLWebSocket WebSocketExtensionNegotiationHandler.swift
[304/315] Compiling LCLWebSocket LCLWebSocket+Logging.swift
[305/315] Compiling LCLWebSocket LCLWebSocket+SocketOption.swift
[306/315] Compiling LCLWebSocket LCLWebSocket+EventloopGroup.swift
[307/315] Compiling LCLWebSocket LCLWebSocket.swift
[308/315] Compiling LCLWebSocket LCLWebSocketListenable.swift
[309/315] Compiling LCLWebSocket WebSocketConfiguration.swift
[310/315] Compiling LCLWebSocket PerMessageDeflateExtension.swift
BUILD FAILURE 6.1 android