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