Build Information
Failed to build swift-nio-ssl, reference main (678b64), with Swift 6.1 for Android on 29 May 2025 01:58:40 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/btoms20/swift-nio-ssl.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/btoms20/swift-nio-ssl
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 678b641 `NIOSSLHandler`: behave sensibly on `close(mode: .output)` (#428)
Cloned https://github.com/btoms20/swift-nio-ssl.git
Revision (git rev-parse @):
678b6412f590a8f902ab1dacba0a78c45eade335
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/btoms20/swift-nio-ssl.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/btoms20/swift-nio-ssl.git
https://github.com/btoms20/swift-nio-ssl.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"cxx_language_standard" : "c++14",
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.51.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "swift-nio-ssl",
"name" : "swift-nio-ssl",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "NIOSSL",
"targets" : [
"NIOSSL"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "NIOTLSServer",
"targets" : [
"NIOTLSServer"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSSLHTTP1Client",
"targets" : [
"NIOSSLHTTP1Client"
],
"type" : {
"executable" : null
}
},
{
"name" : "NIOSSLPerformanceTester",
"targets" : [
"NIOSSLPerformanceTester"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "NIOTLSServer",
"module_type" : "SwiftTarget",
"name" : "NIOTLSServer",
"path" : "Sources/NIOTLSServer",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOConcurrencyHelpers"
],
"product_memberships" : [
"NIOTLSServer"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "executable"
},
{
"c99name" : "NIOSSLTests",
"module_type" : "SwiftTarget",
"name" : "NIOSSLTests",
"path" : "Tests/NIOSSLTests",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOPosix",
"NIOTLS"
],
"sources" : [
"ByteBufferBIOTest.swift",
"CertificateVerificationTests.swift",
"ClientSNITests.swift",
"CustomPrivateKeyTests.swift",
"IdentityVerificationTest.swift",
"NIOSSLALPNTest.swift",
"NIOSSLIntegrationTest.swift",
"NIOSSLSecureBytesTests.swift",
"NIOSSLTestHelpers.swift",
"ObjectIdentifierTests.swift",
"SSLCertificateExtensionsTests.swift",
"SSLCertificateTest.swift",
"SSLPKCS12BundleTest.swift",
"SSLPrivateKeyTests.swift",
"SecurityFrameworkVerificationTests.swift",
"TLS13RecordObserver.swift",
"TLSConfigurationTest.swift",
"UnsafeTransfer.swift",
"UnwrappingTests.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "test"
},
{
"c99name" : "NIOSSLPerformanceTester",
"module_type" : "SwiftTarget",
"name" : "NIOSSLPerformanceTester",
"path" : "Sources/NIOSSLPerformanceTester",
"product_dependencies" : [
"NIOCore",
"NIOEmbedded",
"NIOTLS"
],
"product_memberships" : [
"NIOSSLPerformanceTester"
],
"sources" : [
"BenchManyWrites.swift",
"BenchRepeatedHandshakes.swift",
"Benchmark.swift",
"main.swift",
"shared.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "executable"
},
{
"c99name" : "NIOSSLHTTP1Client",
"module_type" : "SwiftTarget",
"name" : "NIOSSLHTTP1Client",
"path" : "Sources/NIOSSLHTTP1Client",
"product_dependencies" : [
"NIOCore",
"NIOPosix",
"NIOHTTP1",
"NIOFoundationCompat"
],
"product_memberships" : [
"NIOSSLHTTP1Client"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"NIOSSL"
],
"type" : "executable"
},
{
"c99name" : "NIOSSL",
"module_type" : "SwiftTarget",
"name" : "NIOSSL",
"path" : "Sources/NIOSSL",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOConcurrencyHelpers",
"NIOTLS"
],
"product_memberships" : [
"NIOSSL",
"NIOTLSServer",
"NIOSSLHTTP1Client",
"NIOSSLPerformanceTester"
],
"sources" : [
"ByteBufferBIO.swift",
"CustomPrivateKey.swift",
"IdentityVerification.swift",
"LinuxCABundle.swift",
"NIOSSLClientHandler.swift",
"NIOSSLHandler.swift",
"NIOSSLServerHandler.swift",
"ObjectIdentifier.swift",
"PosixPort.swift",
"SSLCallbacks.swift",
"SSLCertificate.swift",
"SSLCertificateExtensions.swift",
"SSLConnection.swift",
"SSLContext.swift",
"SSLErrors.swift",
"SSLInit.swift",
"SSLPKCS12Bundle.swift",
"SSLPrivateKey.swift",
"SSLPublicKey.swift",
"SecurityFrameworkCertificateVerification.swift",
"String+unsafeUninitializedCapacity.swift",
"SubjectAlternativeName.swift",
"SwiftCrypto/NIOSSLSecureBytes.swift",
"SwiftCrypto/RNG.swift",
"SwiftCrypto/SafeCompare.swift",
"SwiftCrypto/Zeroization.swift",
"TLSConfiguration.swift",
"UniversalBootstrapSupport.swift"
],
"target_dependencies" : [
"CNIOBoringSSL",
"CNIOBoringSSLShims"
],
"type" : "library"
},
{
"c99name" : "CNIOBoringSSLShims",
"module_type" : "ClangTarget",
"name" : "CNIOBoringSSLShims",
"path" : "Sources/CNIOBoringSSLShims",
"product_memberships" : [
"NIOSSL",
"NIOTLSServer",
"NIOSSLHTTP1Client",
"NIOSSLPerformanceTester"
],
"sources" : [
"shims.c"
],
"target_dependencies" : [
"CNIOBoringSSL"
],
"type" : "library"
},
{
"c99name" : "CNIOBoringSSL",
"module_type" : "ClangTarget",
"name" : "CNIOBoringSSL",
"path" : "Sources/CNIOBoringSSL",
"product_memberships" : [
"NIOSSL",
"NIOTLSServer",
"NIOSSLHTTP1Client",
"NIOSSLPerformanceTester"
],
"sources" : [
"crypto/asn1/a_bitstr.c",
"crypto/asn1/a_bool.c",
"crypto/asn1/a_d2i_fp.c",
"crypto/asn1/a_dup.c",
"crypto/asn1/a_gentm.c",
"crypto/asn1/a_i2d_fp.c",
"crypto/asn1/a_int.c",
"crypto/asn1/a_mbstr.c",
"crypto/asn1/a_object.c",
"crypto/asn1/a_octet.c",
"crypto/asn1/a_strex.c",
"crypto/asn1/a_strnid.c",
"crypto/asn1/a_time.c",
"crypto/asn1/a_type.c",
"crypto/asn1/a_utctm.c",
"crypto/asn1/asn1_lib.c",
"crypto/asn1/asn1_par.c",
"crypto/asn1/asn_pack.c",
"crypto/asn1/f_int.c",
"crypto/asn1/f_string.c",
"crypto/asn1/posix_time.c",
"crypto/asn1/tasn_dec.c",
"crypto/asn1/tasn_enc.c",
"crypto/asn1/tasn_fre.c",
"crypto/asn1/tasn_new.c",
"crypto/asn1/tasn_typ.c",
"crypto/asn1/tasn_utl.c",
"crypto/base64/base64.c",
"crypto/bio/bio.c",
"crypto/bio/bio_mem.c",
"crypto/bio/connect.c",
"crypto/bio/fd.c",
"crypto/bio/file.c",
"crypto/bio/hexdump.c",
"crypto/bio/pair.c",
"crypto/bio/printf.c",
"crypto/bio/socket.c",
"crypto/bio/socket_helper.c",
"crypto/blake2/blake2.c",
"crypto/bn_extra/bn_asn1.c",
"crypto/bn_extra/convert.c",
"crypto/buf/buf.c",
"crypto/bytestring/asn1_compat.c",
"crypto/bytestring/ber.c",
"crypto/bytestring/cbb.c",
"crypto/bytestring/cbs.c",
"crypto/bytestring/unicode.c",
"crypto/chacha/chacha-armv4-ios.ios.arm.S",
"crypto/chacha/chacha-armv4-linux.linux.arm.S",
"crypto/chacha/chacha-armv8-ios.ios.aarch64.S",
"crypto/chacha/chacha-armv8-linux.linux.aarch64.S",
"crypto/chacha/chacha-x86-linux.linux.x86.S",
"crypto/chacha/chacha-x86_64-linux.linux.x86_64.S",
"crypto/chacha/chacha-x86_64-mac.mac.x86_64.S",
"crypto/chacha/chacha.c",
"crypto/cipher_extra/aes128gcmsiv-x86_64-linux.linux.x86_64.S",
"crypto/cipher_extra/aes128gcmsiv-x86_64-mac.mac.x86_64.S",
"crypto/cipher_extra/chacha20_poly1305_armv8-ios.ios.aarch64.S",
"crypto/cipher_extra/chacha20_poly1305_armv8-linux.linux.aarch64.S",
"crypto/cipher_extra/chacha20_poly1305_x86_64-linux.linux.x86_64.S",
"crypto/cipher_extra/chacha20_poly1305_x86_64-mac.mac.x86_64.S",
"crypto/cipher_extra/cipher_extra.c",
"crypto/cipher_extra/derive_key.c",
"crypto/cipher_extra/e_aesctrhmac.c",
"crypto/cipher_extra/e_aesgcmsiv.c",
"crypto/cipher_extra/e_chacha20poly1305.c",
"crypto/cipher_extra/e_des.c",
"crypto/cipher_extra/e_null.c",
"crypto/cipher_extra/e_rc2.c",
"crypto/cipher_extra/e_rc4.c",
"crypto/cipher_extra/e_tls.c",
"crypto/cipher_extra/tls_cbc.c",
"crypto/conf/conf.c",
"crypto/cpu_aarch64_apple.c",
"crypto/cpu_aarch64_freebsd.c",
"crypto/cpu_aarch64_fuchsia.c",
"crypto/cpu_aarch64_linux.c",
"crypto/cpu_aarch64_win.c",
"crypto/cpu_arm.c",
"crypto/cpu_arm_freebsd.c",
"crypto/cpu_arm_linux.c",
"crypto/cpu_intel.c",
"crypto/crypto.c",
"crypto/curve25519/asm/x25519-asm-arm.S",
"crypto/curve25519/curve25519.c",
"crypto/curve25519/spake25519.c",
"crypto/des/des.c",
"crypto/dh_extra/dh_asn1.c",
"crypto/dh_extra/params.c",
"crypto/digest_extra/digest_extra.c",
"crypto/dsa/dsa.c",
"crypto/dsa/dsa_asn1.c",
"crypto/ec_extra/ec_asn1.c",
"crypto/ec_extra/ec_derive.c",
"crypto/ec_extra/hash_to_curve.c",
"crypto/ecdh_extra/ecdh_extra.c",
"crypto/ecdsa_extra/ecdsa_asn1.c",
"crypto/engine/engine.c",
"crypto/err/err.c",
"crypto/err/err_data.c",
"crypto/evp/evp.c",
"crypto/evp/evp_asn1.c",
"crypto/evp/evp_ctx.c",
"crypto/evp/p_dsa_asn1.c",
"crypto/evp/p_ec.c",
"crypto/evp/p_ec_asn1.c",
"crypto/evp/p_ed25519.c",
"crypto/evp/p_ed25519_asn1.c",
"crypto/evp/p_hkdf.c",
"crypto/evp/p_rsa.c",
"crypto/evp/p_rsa_asn1.c",
"crypto/evp/p_x25519.c",
"crypto/evp/p_x25519_asn1.c",
"crypto/evp/pbkdf.c",
"crypto/evp/print.c",
"crypto/evp/scrypt.c",
"crypto/evp/sign.c",
"crypto/ex_data.c",
"crypto/fipsmodule/aes/aes.c",
"crypto/fipsmodule/aes/aes_nohw.c",
"crypto/fipsmodule/aes/key_wrap.c",
"crypto/fipsmodule/aes/mode_wrappers.c",
"crypto/fipsmodule/aesni-gcm-x86_64-linux.linux.x86_64.S",
"crypto/fipsmodule/aesni-gcm-x86_64-mac.mac.x86_64.S",
"crypto/fipsmodule/aesni-x86-linux.linux.x86.S",
"crypto/fipsmodule/aesni-x86_64-linux.linux.x86_64.S",
"crypto/fipsmodule/aesni-x86_64-mac.mac.x86_64.S",
"crypto/fipsmodule/aesv8-armv7-ios.ios.arm.S",
"crypto/fipsmodule/aesv8-armv7-linux.linux.arm.S",
"crypto/fipsmodule/aesv8-armv8-ios.ios.aarch64.S",
"crypto/fipsmodule/aesv8-armv8-linux.linux.aarch64.S",
"crypto/fipsmodule/aesv8-gcm-armv8-ios.ios.aarch64.S",
"crypto/fipsmodule/aesv8-gcm-armv8-linux.linux.aarch64.S",
"crypto/fipsmodule/armv4-mont-ios.ios.arm.S",
"crypto/fipsmodule/armv4-mont-linux.linux.arm.S",
"crypto/fipsmodule/armv8-mont-ios.ios.aarch64.S",
"crypto/fipsmodule/armv8-mont-linux.linux.aarch64.S",
"crypto/fipsmodule/bn-586-linux.linux.x86.S",
"crypto/fipsmodule/bn-armv8-ios.ios.aarch64.S",
"crypto/fipsmodule/bn-armv8-linux.linux.aarch64.S",
"crypto/fipsmodule/bn/add.c",
"crypto/fipsmodule/bn/asm/x86_64-gcc.c",
"crypto/fipsmodule/bn/bn.c",
"crypto/fipsmodule/bn/bytes.c",
"crypto/fipsmodule/bn/cmp.c",
"crypto/fipsmodule/bn/ctx.c",
"crypto/fipsmodule/bn/div.c",
"crypto/fipsmodule/bn/div_extra.c",
"crypto/fipsmodule/bn/exponentiation.c",
"crypto/fipsmodule/bn/gcd.c",
"crypto/fipsmodule/bn/gcd_extra.c",
"crypto/fipsmodule/bn/generic.c",
"crypto/fipsmodule/bn/jacobi.c",
"crypto/fipsmodule/bn/montgomery.c",
"crypto/fipsmodule/bn/montgomery_inv.c",
"crypto/fipsmodule/bn/mul.c",
"crypto/fipsmodule/bn/prime.c",
"crypto/fipsmodule/bn/random.c",
"crypto/fipsmodule/bn/rsaz_exp.c",
"crypto/fipsmodule/bn/shift.c",
"crypto/fipsmodule/bn/sqrt.c",
"crypto/fipsmodule/bsaes-armv7-ios.ios.arm.S",
"crypto/fipsmodule/bsaes-armv7-linux.linux.arm.S",
"crypto/fipsmodule/cipher/aead.c",
"crypto/fipsmodule/cipher/cipher.c",
"crypto/fipsmodule/cipher/e_aes.c",
"crypto/fipsmodule/cipher/e_aesccm.c",
"crypto/fipsmodule/cmac/cmac.c",
"crypto/fipsmodule/co-586-linux.linux.x86.S",
"crypto/fipsmodule/dh/check.c",
"crypto/fipsmodule/dh/dh.c",
"crypto/fipsmodule/digest/digest.c",
"crypto/fipsmodule/digest/digests.c",
"crypto/fipsmodule/digestsign/digestsign.c",
"crypto/fipsmodule/ec/ec.c",
"crypto/fipsmodule/ec/ec_key.c",
"crypto/fipsmodule/ec/ec_montgomery.c",
"crypto/fipsmodule/ec/felem.c",
"crypto/fipsmodule/ec/oct.c",
"crypto/fipsmodule/ec/p224-64.c",
"crypto/fipsmodule/ec/p256-nistz.c",
"crypto/fipsmodule/ec/p256.c",
"crypto/fipsmodule/ec/scalar.c",
"crypto/fipsmodule/ec/simple.c",
"crypto/fipsmodule/ec/simple_mul.c",
"crypto/fipsmodule/ec/util.c",
"crypto/fipsmodule/ec/wnaf.c",
"crypto/fipsmodule/ecdh/ecdh.c",
"crypto/fipsmodule/ecdsa/ecdsa.c",
"crypto/fipsmodule/fips_shared_support.c",
"crypto/fipsmodule/ghash-armv4-ios.ios.arm.S",
"crypto/fipsmodule/ghash-armv4-linux.linux.arm.S",
"crypto/fipsmodule/ghash-neon-armv8-ios.ios.aarch64.S",
"crypto/fipsmodule/ghash-neon-armv8-linux.linux.aarch64.S",
"crypto/fipsmodule/ghash-ssse3-x86-linux.linux.x86.S",
"crypto/fipsmodule/ghash-ssse3-x86_64-linux.linux.x86_64.S",
"crypto/fipsmodule/ghash-ssse3-x86_64-mac.mac.x86_64.S",
"crypto/fipsmodule/ghash-x86-linux.linux.x86.S",
"crypto/fipsmodule/ghash-x86_64-linux.linux.x86_64.S",
"crypto/fipsmodule/ghash-x86_64-mac.mac.x86_64.S",
"crypto/fipsmodule/ghashv8-armv7-ios.ios.arm.S",
"crypto/fipsmodule/ghashv8-armv7-linux.linux.arm.S",
"crypto/fipsmodule/ghashv8-armv8-ios.ios.aarch64.S",
"crypto/fipsmodule/ghashv8-armv8-linux.linux.aarch64.S",
"crypto/fipsmodule/hmac/hmac.c",
"crypto/fipsmodule/md4/md4.c",
"crypto/fipsmodule/md5-586-linux.linux.x86.S",
"crypto/fipsmodule/md5-x86_64-linux.linux.x86_64.S",
"crypto/fipsmodule/md5-x86_64-mac.mac.x86_64.S",
"crypto/fipsmodule/md5/md5.c",
"crypto/fipsmodule/modes/cbc.c",
"crypto/fipsmodule/modes/cfb.c",
"crypto/fipsmodule/modes/ctr.c",
"crypto/fipsmodule/modes/gcm.c",
"crypto/fipsmodule/modes/gcm_nohw.c",
"crypto/fipsmodule/modes/ofb.c",
"crypto/fipsmodule/modes/polyval.c",
"crypto/fipsmodule/p256-armv8-asm-ios.ios.aarch64.S",
"crypto/fipsmodule/p256-armv8-asm-linux.linux.aarch64.S",
"crypto/fipsmodule/p256-x86_64-asm-linux.linux.x86_64.S",
"crypto/fipsmodule/p256-x86_64-asm-mac.mac.x86_64.S",
"crypto/fipsmodule/p256_beeu-armv8-asm-ios.ios.aarch64.S",
"crypto/fipsmodule/p256_beeu-armv8-asm-linux.linux.aarch64.S",
"crypto/fipsmodule/p256_beeu-x86_64-asm-linux.linux.x86_64.S",
"crypto/fipsmodule/p256_beeu-x86_64-asm-mac.mac.x86_64.S",
"crypto/fipsmodule/rand/ctrdrbg.c",
"crypto/fipsmodule/rand/fork_detect.c",
"crypto/fipsmodule/rand/rand.c",
"crypto/fipsmodule/rand/urandom.c",
"crypto/fipsmodule/rdrand-x86_64-linux.linux.x86_64.S",
"crypto/fipsmodule/rdrand-x86_64-mac.mac.x86_64.S",
"crypto/fipsmodule/rsa/blinding.c",
"crypto/fipsmodule/rsa/padding.c",
"crypto/fipsmodule/rsa/rsa.c",
"crypto/fipsmodule/rsa/rsa_impl.c",
"crypto/fipsmodule/rsaz-avx2-linux.linux.x86_64.S",
"crypto/fipsmodule/rsaz-avx2-mac.mac.x86_64.S",
"crypto/fipsmodule/self_check/fips.c",
"crypto/fipsmodule/self_check/self_check.c",
"crypto/fipsmodule/service_indicator/service_indicator.c",
"crypto/fipsmodule/sha/sha1.c",
"crypto/fipsmodule/sha/sha256.c",
"crypto/fipsmodule/sha/sha512.c",
"crypto/fipsmodule/sha1-586-linux.linux.x86.S",
"crypto/fipsmodule/sha1-armv4-large-ios.ios.arm.S",
"crypto/fipsmodule/sha1-armv4-large-linux.linux.arm.S",
"crypto/fipsmodule/sha1-armv8-ios.ios.aarch64.S",
"crypto/fipsmodule/sha1-armv8-linux.linux.aarch64.S",
"crypto/fipsmodule/sha1-x86_64-linux.linux.x86_64.S",
"crypto/fipsmodule/sha1-x86_64-mac.mac.x86_64.S",
"crypto/fipsmodule/sha256-586-linux.linux.x86.S",
"crypto/fipsmodule/sha256-armv4-ios.ios.arm.S",
"crypto/fipsmodule/sha256-armv4-linux.linux.arm.S",
"crypto/fipsmodule/sha256-armv8-ios.ios.aarch64.S",
"crypto/fipsmodule/sha256-armv8-linux.linux.aarch64.S",
"crypto/fipsmodule/sha256-x86_64-linux.linux.x86_64.S",
"crypto/fipsmodule/sha256-x86_64-mac.mac.x86_64.S",
"crypto/fipsmodule/sha512-586-linux.linux.x86.S",
"crypto/fipsmodule/sha512-armv4-ios.ios.arm.S",
"crypto/fipsmodule/sha512-armv4-linux.linux.arm.S",
"crypto/fipsmodule/sha512-armv8-ios.ios.aarch64.S",
"crypto/fipsmodule/sha512-armv8-linux.linux.aarch64.S",
"crypto/fipsmodule/sha512-x86_64-linux.linux.x86_64.S",
"crypto/fipsmodule/sha512-x86_64-mac.mac.x86_64.S",
"crypto/fipsmodule/tls/kdf.c",
"crypto/fipsmodule/vpaes-armv7-ios.ios.arm.S",
"crypto/fipsmodule/vpaes-armv7-linux.linux.arm.S",
"crypto/fipsmodule/vpaes-armv8-ios.ios.aarch64.S",
"crypto/fipsmodule/vpaes-armv8-linux.linux.aarch64.S",
"crypto/fipsmodule/vpaes-x86-linux.linux.x86.S",
"crypto/fipsmodule/vpaes-x86_64-linux.linux.x86_64.S",
"crypto/fipsmodule/vpaes-x86_64-mac.mac.x86_64.S",
"crypto/fipsmodule/x86-mont-linux.linux.x86.S",
"crypto/fipsmodule/x86_64-mont-linux.linux.x86_64.S",
"crypto/fipsmodule/x86_64-mont-mac.mac.x86_64.S",
"crypto/fipsmodule/x86_64-mont5-linux.linux.x86_64.S",
"crypto/fipsmodule/x86_64-mont5-mac.mac.x86_64.S",
"crypto/hkdf/hkdf.c",
"crypto/hpke/hpke.c",
"crypto/hrss/asm/poly_rq_mul.S",
"crypto/hrss/hrss.c",
"crypto/kyber/keccak.c",
"crypto/kyber/kyber.c",
"crypto/lhash/lhash.c",
"crypto/mem.c",
"crypto/obj/obj.c",
"crypto/obj/obj_xref.c",
"crypto/pem/pem_all.c",
"crypto/pem/pem_info.c",
"crypto/pem/pem_lib.c",
"crypto/pem/pem_oth.c",
"crypto/pem/pem_pk8.c",
"crypto/pem/pem_pkey.c",
"crypto/pem/pem_x509.c",
"crypto/pem/pem_xaux.c",
"crypto/pkcs7/pkcs7.c",
"crypto/pkcs7/pkcs7_x509.c",
"crypto/pkcs8/p5_pbev2.c",
"crypto/pkcs8/pkcs8.c",
"crypto/pkcs8/pkcs8_x509.c",
"crypto/poly1305/poly1305.c",
"crypto/poly1305/poly1305_arm.c",
"crypto/poly1305/poly1305_arm_asm.S",
"crypto/poly1305/poly1305_vec.c",
"crypto/pool/pool.c",
"crypto/rand_extra/deterministic.c",
"crypto/rand_extra/forkunsafe.c",
"crypto/rand_extra/fuchsia.c",
"crypto/rand_extra/passive.c",
"crypto/rand_extra/rand_extra.c",
"crypto/rand_extra/windows.c",
"crypto/rc4/rc4.c",
"crypto/refcount_c11.c",
"crypto/refcount_lock.c",
"crypto/rsa_extra/rsa_asn1.c",
"crypto/rsa_extra/rsa_crypt.c",
"crypto/rsa_extra/rsa_print.c",
"crypto/siphash/siphash.c",
"crypto/stack/stack.c",
"crypto/thread.c",
"crypto/thread_none.c",
"crypto/thread_pthread.c",
"crypto/thread_win.c",
"crypto/trust_token/pmbtoken.c",
"crypto/trust_token/trust_token.c",
"crypto/trust_token/voprf.c",
"crypto/x509/a_digest.c",
"crypto/x509/a_sign.c",
"crypto/x509/a_verify.c",
"crypto/x509/algorithm.c",
"crypto/x509/asn1_gen.c",
"crypto/x509/by_dir.c",
"crypto/x509/by_file.c",
"crypto/x509/i2d_pr.c",
"crypto/x509/name_print.c",
"crypto/x509/policy.c",
"crypto/x509/rsa_pss.c",
"crypto/x509/t_crl.c",
"crypto/x509/t_req.c",
"crypto/x509/t_x509.c",
"crypto/x509/t_x509a.c",
"crypto/x509/x509.c",
"crypto/x509/x509_att.c",
"crypto/x509/x509_cmp.c",
"crypto/x509/x509_d2.c",
"crypto/x509/x509_def.c",
"crypto/x509/x509_ext.c",
"crypto/x509/x509_lu.c",
"crypto/x509/x509_obj.c",
"crypto/x509/x509_req.c",
"crypto/x509/x509_set.c",
"crypto/x509/x509_trs.c",
"crypto/x509/x509_txt.c",
"crypto/x509/x509_v3.c",
"crypto/x509/x509_vfy.c",
"crypto/x509/x509_vpm.c",
"crypto/x509/x509cset.c",
"crypto/x509/x509name.c",
"crypto/x509/x509rset.c",
"crypto/x509/x509spki.c",
"crypto/x509/x_algor.c",
"crypto/x509/x_all.c",
"crypto/x509/x_attrib.c",
"crypto/x509/x_crl.c",
"crypto/x509/x_exten.c",
"crypto/x509/x_info.c",
"crypto/x509/x_name.c",
"crypto/x509/x_pkey.c",
"crypto/x509/x_pubkey.c",
"crypto/x509/x_req.c",
"crypto/x509/x_sig.c",
"crypto/x509/x_spki.c",
"crypto/x509/x_val.c",
"crypto/x509/x_x509.c",
"crypto/x509/x_x509a.c",
"crypto/x509v3/v3_akey.c",
"crypto/x509v3/v3_akeya.c",
"crypto/x509v3/v3_alt.c",
"crypto/x509v3/v3_bcons.c",
"crypto/x509v3/v3_bitst.c",
"crypto/x509v3/v3_conf.c",
"crypto/x509v3/v3_cpols.c",
"crypto/x509v3/v3_crld.c",
"crypto/x509v3/v3_enum.c",
"crypto/x509v3/v3_extku.c",
"crypto/x509v3/v3_genn.c",
"crypto/x509v3/v3_ia5.c",
"crypto/x509v3/v3_info.c",
"crypto/x509v3/v3_int.c",
"crypto/x509v3/v3_lib.c",
"crypto/x509v3/v3_ncons.c",
"crypto/x509v3/v3_ocsp.c",
"crypto/x509v3/v3_pcons.c",
"crypto/x509v3/v3_pmaps.c",
"crypto/x509v3/v3_prn.c",
"crypto/x509v3/v3_purp.c",
"crypto/x509v3/v3_skey.c",
"crypto/x509v3/v3_utl.c",
"ssl/bio_ssl.cc",
"ssl/d1_both.cc",
"ssl/d1_lib.cc",
"ssl/d1_pkt.cc",
"ssl/d1_srtp.cc",
"ssl/dtls_method.cc",
"ssl/dtls_record.cc",
"ssl/encrypted_client_hello.cc",
"ssl/extensions.cc",
"ssl/handoff.cc",
"ssl/handshake.cc",
"ssl/handshake_client.cc",
"ssl/handshake_server.cc",
"ssl/s3_both.cc",
"ssl/s3_lib.cc",
"ssl/s3_pkt.cc",
"ssl/ssl_aead_ctx.cc",
"ssl/ssl_asn1.cc",
"ssl/ssl_buffer.cc",
"ssl/ssl_cert.cc",
"ssl/ssl_cipher.cc",
"ssl/ssl_file.cc",
"ssl/ssl_key_share.cc",
"ssl/ssl_lib.cc",
"ssl/ssl_privkey.cc",
"ssl/ssl_session.cc",
"ssl/ssl_stat.cc",
"ssl/ssl_transcript.cc",
"ssl/ssl_versions.cc",
"ssl/ssl_x509.cc",
"ssl/t1_enc.cc",
"ssl/tls13_both.cc",
"ssl/tls13_client.cc",
"ssl/tls13_enc.cc",
"ssl/tls13_server.cc",
"ssl/tls_method.cc",
"ssl/tls_record.cc"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-nio.git
[1/2049] Fetching swift-docc-plugin
[2050/78142] Fetching swift-docc-plugin, swift-nio
Fetched https://github.com/apple/swift-docc-plugin from cache (5.40s)
Fetched https://github.com/apple/swift-nio.git from cache (5.49s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (6.14s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.05s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.14s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[1582/6101] Fetching swift-system, swift-atomics
[4586/22692] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.60s)
[2540/18301] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.73s)
Fetched https://github.com/apple/swift-collections.git from cache (1.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.33s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.53s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.76s)
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-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/491] Compiling a_gentm.c
[3/491] Compiling posix_time.c
[4/491] Write sources
[6/491] Compiling a_i2d_fp.c
[7/491] Write sources
[21/491] Compiling a_bool.c
[22/491] Compiling _AtomicsShims.c
[23/491] Compiling CNIOWindows shim.c
[24/491] Compiling CNIOWindows WSAStartup.c
[25/491] Compiling a_d2i_fp.c
[26/491] Compiling f_string.c
[27/491] Compiling CNIOWASI CNIOWASI.c
[28/491] Compiling a_dup.c
[29/491] Compiling CNIOLinux liburing_shims.c
[30/491] Compiling CNIOLLHTTP c_nio_http.c
[31/491] Compiling tasn_utl.c
[32/491] Compiling CNIODarwin shim.c
[33/491] Compiling CNIOLLHTTP c_nio_api.c
[33/491] Compiling CNIOLinux shim.c
[35/491] Write swift-version-24593BA9C3E375BF.txt
[36/491] Compiling CNIOLLHTTP c_nio_llhttp.c
[37/495] Compiling CNIOBoringSSLShims shims.c
[38/495] Compiling tls_method.cc
[39/511] Compiling tls13_server.cc
[40/511] Compiling tls_record.cc
[41/511] Compiling tls13_enc.cc
[42/511] Compiling tls13_client.cc
[44/511] Emitting module _NIOBase64
[44/511] Compiling tls13_both.cc
[46/511] Emitting module InternalCollectionsUtilities
[46/512] Compiling ssl_versions.cc
[47/512] Compiling ssl_stat.cc
[48/512] Compiling t1_enc.cc
[49/512] Compiling ssl_transcript.cc
[50/512] Compiling ssl_x509.cc
[51/512] Compiling ssl_privkey.cc
[52/512] Compiling ssl_session.cc
[53/512] Compiling ssl_key_share.cc
[55/512] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/512] Compiling _NIODataStructures _TinyArray.swift
[57/512] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[58/512] Compiling InternalCollectionsUtilities Debugging.swift
[59/512] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[59/512] Compiling ssl_file.cc
[61/512] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/512] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/512] Compiling _NIODataStructures PriorityQueue.swift
[64/512] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[65/512] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[66/512] Compiling InternalCollectionsUtilities Descriptions.swift
[67/512] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/512] Compiling _NIOBase64 Base64.swift
[69/513] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[70/513] Compiling InternalCollectionsUtilities UInt+reversed.swift
[71/513] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[72/513] Compiling InternalCollectionsUtilities Integer rank.swift
[73/514] Emitting module _NIODataStructures
[74/514] Compiling _NIODataStructures Heap.swift
[77/515] Wrapping AST for _NIOBase64 for debugging
[78/515] Compiling ssl_lib.cc
[79/515] Wrapping AST for InternalCollectionsUtilities for debugging
[80/515] Wrapping AST for _NIODataStructures for debugging
[82/530] Compiling DequeModule Deque+CustomReflectable.swift
[83/530] Compiling DequeModule Deque+Descriptions.swift
[84/530] Compiling DequeModule Deque+Equatable.swift
[85/530] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[86/532] Compiling DequeModule _DequeBuffer.swift
[87/532] Compiling DequeModule _DequeBufferHeader.swift
[88/532] Compiling DequeModule Deque+Extras.swift
[89/532] Compiling DequeModule Deque+Hashable.swift
[89/532] Compiling ssl_cipher.cc
[90/532] Compiling ssl_buffer.cc
[92/532] Compiling DequeModule Deque+Testing.swift
[93/532] Compiling DequeModule Deque._Storage.swift
[94/532] Compiling DequeModule Deque._UnsafeHandle.swift
[95/532] Compiling DequeModule Deque.swift
[96/532] Compiling DequeModule _DequeSlot.swift
[97/532] Compiling DequeModule _UnsafeWrappedBuffer.swift
[97/532] Compiling ssl_cert.cc
[98/532] Compiling ssl_asn1.cc
[99/532] Compiling ssl_aead_ctx.cc
[101/532] Compiling DequeModule Deque+Codable.swift
[102/532] Compiling DequeModule Deque+Collection.swift
[102/532] Compiling s3_lib.cc
[104/532] Emitting module DequeModule
[104/533] Compiling s3_pkt.cc
[106/533] Compiling handshake.cc
[107/533] Compiling s3_both.cc
[108/533] Wrapping AST for DequeModule for debugging
[109/533] Compiling handshake_server.cc
[110/533] Compiling handshake_client.cc
[111/533] Compiling dtls_method.cc
[112/533] Compiling handoff.cc
[113/533] Compiling dtls_record.cc
[114/533] Compiling encrypted_client_hello.cc
[115/533] Compiling d1_srtp.cc
[116/533] Compiling extensions.cc
[117/533] Compiling v3_utl.c
[118/533] Compiling v3_skey.c
[119/533] Compiling v3_prn.c
[120/533] Compiling v3_purp.c
[121/533] Compiling v3_pmaps.c
[122/533] Compiling v3_pcons.c
[123/533] Compiling d1_pkt.cc
[124/533] Compiling v3_int.c
[125/533] Compiling bio_ssl.cc
[126/533] Compiling v3_ocsp.c
[127/533] Compiling v3_ncons.c
[128/533] Compiling v3_lib.c
[129/533] Compiling v3_info.c
[130/533] Compiling v3_genn.c
[131/533] Compiling v3_extku.c
[132/533] Compiling v3_ia5.c
[133/533] Compiling d1_both.cc
[134/533] Compiling v3_enum.c
[135/533] Compiling d1_lib.cc
[136/533] Compiling v3_crld.c
[137/533] Compiling v3_cpols.c
[138/533] Compiling v3_bitst.c
[139/533] Compiling v3_bcons.c
[140/533] Compiling v3_conf.c
[141/533] Compiling x_x509a.c
[142/533] Compiling v3_akeya.c
[143/533] Compiling v3_alt.c
[144/533] Compiling v3_akey.c
[145/533] Compiling x_val.c
[146/533] Compiling x_x509.c
[147/533] Compiling x_sig.c
[148/533] Compiling x_spki.c
[149/533] Compiling x_req.c
[150/533] Compiling x_pkey.c
[151/533] Compiling x_exten.c
[152/533] Compiling x_pubkey.c
[153/533] Compiling x_info.c
[154/533] Compiling x509spki.c
[155/533] Compiling x_attrib.c
[156/533] Compiling x_name.c
[157/533] Compiling x_crl.c
[158/533] Compiling x_algor.c
[159/533] Compiling x_all.c
[160/533] Compiling x509rset.c
[161/533] Compiling x509name.c
[162/533] Compiling x509cset.c
[163/533] Compiling x509_set.c
[164/533] Compiling x509_vpm.c
[165/533] Compiling x509_txt.c
[166/533] Compiling x509_v3.c
[167/533] Compiling x509_vfy.c
[168/533] Compiling x509_req.c
[169/533] Compiling x509_lu.c
[170/533] Compiling x509_d2.c
[171/533] Compiling x509_trs.c
[172/533] Compiling x509_ext.c
[173/533] Compiling x509_obj.c
[174/533] Compiling x509_def.c
[175/533] Compiling x509_att.c
[176/533] Compiling x509.c
[177/533] Compiling x509_cmp.c
[178/533] Compiling t_x509a.c
[179/533] Compiling i2d_pr.c
[180/533] Compiling t_crl.c
[181/533] Compiling t_x509.c
[181/533] Compiling name_print.c
[183/533] Compiling t_req.c
[184/533] Compiling rsa_pss.c
[185/533] Compiling policy.c
[186/533] Compiling by_file.c
[187/533] Compiling a_sign.c
[188/533] Compiling a_digest.c
[189/533] Compiling a_verify.c
[190/533] Compiling by_dir.c
[190/533] Compiling algorithm.c
[190/533] Compiling voprf.c
[193/533] Compiling asn1_gen.c
[194/533] Compiling thread.c
[195/533] Compiling thread_win.c
[196/533] Compiling thread_pthread.c
[197/533] Compiling thread_none.c
[198/533] Compiling trust_token.c
[199/533] Compiling siphash.c
[200/533] Compiling stack.c
[201/533] Compiling rc4.c
[202/533] Compiling rsa_print.c
[203/533] Compiling pmbtoken.c
[204/533] Compiling rand_extra.c
[205/533] Compiling windows.c
[206/533] Compiling refcount_c11.c
[207/533] Compiling refcount_lock.c
[208/533] Compiling fuchsia.c
[209/533] Compiling deterministic.c
[210/533] Compiling rsa_asn1.c
[211/533] Compiling passive.c
[212/533] Compiling forkunsafe.c
[213/533] Compiling rsa_crypt.c
[214/533] Compiling poly1305_arm_asm.S
[215/533] Compiling pool.c
[216/533] Compiling poly1305_vec.c
[216/533] Compiling poly1305_arm.c
[218/533] Compiling poly1305.c
[219/533] Compiling pkcs7.c
[220/533] Compiling pem_xaux.c
[221/533] Compiling pkcs7_x509.c
[222/533] Compiling pem_x509.c
[223/533] Compiling p5_pbev2.c
[224/533] Compiling pkcs8.c
[225/533] Compiling pkcs8_x509.c
[226/533] Compiling obj_xref.c
[227/533] Compiling pem_pk8.c
[228/533] Compiling pem_pkey.c
[229/533] Compiling pem_oth.c
[230/533] Compiling mem.c
[231/533] Compiling pem_info.c
[232/533] Compiling lhash.c
[233/533] Compiling poly_rq_mul.S
[234/533] Compiling kyber.c
[235/533] Compiling obj.c
[236/533] Compiling pem_lib.c
[237/533] Compiling keccak.c
[238/533] Compiling x86_64-mont5-mac.mac.x86_64.S
[239/533] Compiling pem_all.c
[240/533] Compiling x86_64-mont5-linux.linux.x86_64.S
[241/533] Compiling x86_64-mont-linux.linux.x86_64.S
[242/533] Compiling x86_64-mont-mac.mac.x86_64.S
[243/533] Compiling x86-mont-linux.linux.x86.S
[244/533] Compiling vpaes-x86_64-linux.linux.x86_64.S
[245/533] Compiling vpaes-x86_64-mac.mac.x86_64.S
[246/533] Compiling hkdf.c
[247/533] Compiling vpaes-x86-linux.linux.x86.S
[248/533] Compiling hpke.c
[249/533] Compiling vpaes-armv8-linux.linux.aarch64.S
[250/533] Compiling vpaes-armv8-ios.ios.aarch64.S
[251/533] Compiling vpaes-armv7-linux.linux.arm.S
[252/533] Compiling vpaes-armv7-ios.ios.arm.S
[253/533] Compiling sha512-x86_64-linux.linux.x86_64.S
[253/533] Compiling sha512-x86_64-mac.mac.x86_64.S
[255/533] Compiling sha512-armv4-linux.linux.arm.S
[256/533] Compiling sha512-armv8-ios.ios.aarch64.S
[257/533] Compiling sha256-x86_64-mac.mac.x86_64.S
[258/533] Compiling kdf.c
[259/533] Compiling sha512-586-linux.linux.x86.S
[259/533] Compiling sha512-armv8-linux.linux.aarch64.S
[261/533] Compiling sha512-armv4-ios.ios.arm.S
[262/533] Compiling sha256-x86_64-linux.linux.x86_64.S
[263/533] Compiling sha256-armv4-linux.linux.arm.S
[264/533] Compiling sha256-armv4-ios.ios.arm.S
[265/533] Compiling sha256-armv8-ios.ios.aarch64.S
[266/533] Compiling sha256-586-linux.linux.x86.S
[267/533] Compiling sha1-x86_64-mac.mac.x86_64.S
[268/533] Compiling sha1-x86_64-linux.linux.x86_64.S
[269/533] Compiling sha256-armv8-linux.linux.aarch64.S
[270/533] Compiling sha1-armv8-ios.ios.aarch64.S
[271/533] Compiling sha1-armv4-large-linux.linux.arm.S
[272/533] Compiling sha1-armv4-large-ios.ios.arm.S
[273/533] Compiling sha1-586-linux.linux.x86.S
[274/533] Compiling sha1-armv8-linux.linux.aarch64.S
[275/533] Compiling rsaz-avx2-mac.mac.x86_64.S
[276/533] Compiling sha512.c
[277/533] Compiling sha256.c
[278/533] Compiling sha1.c
[279/533] Compiling rsaz-avx2-linux.linux.x86_64.S
[280/533] Compiling fips.c
[281/533] Compiling service_indicator.c
[282/533] Compiling self_check.c
[283/533] Compiling rdrand-x86_64-mac.mac.x86_64.S
[284/533] Compiling rdrand-x86_64-linux.linux.x86_64.S
[285/533] Compiling rsa_impl.c
[286/533] Compiling fork_detect.c
[287/533] Compiling hrss.c
[288/533] Compiling rand.c
[289/533] Compiling ctrdrbg.c
[290/533] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[290/533] Compiling padding.c
[292/533] Compiling blinding.c
[293/533] Compiling urandom.c
[294/533] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[295/533] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[296/533] Compiling rsa.c
[297/533] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[298/533] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[299/533] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[300/533] Compiling polyval.c
[301/533] Compiling p256-armv8-asm-ios.ios.aarch64.S
[302/533] Compiling p256-armv8-asm-linux.linux.aarch64.S
[303/533] Compiling ofb.c
[304/533] Compiling gcm_nohw.c
[305/533] Compiling ctr.c
[306/533] Compiling cbc.c
[307/533] Compiling md5-x86_64-mac.mac.x86_64.S
[308/533] Compiling cfb.c
[309/533] Compiling md5-586-linux.linux.x86.S
[309/533] Compiling md5-x86_64-linux.linux.x86_64.S
[309/533] Compiling md5.c
[312/533] Compiling gcm.c
[313/533] Compiling ghashv8-armv7-linux.linux.arm.S
[314/533] Compiling ghashv8-armv8-linux.linux.aarch64.S
[315/533] Compiling ghashv8-armv7-ios.ios.arm.S
[316/533] Compiling ghash-x86_64-linux.linux.x86_64.S
[317/533] Compiling ghashv8-armv8-ios.ios.aarch64.S
[318/533] Compiling ghash-x86_64-mac.mac.x86_64.S
[319/533] Compiling ghash-ssse3-x86-linux.linux.x86.S
[320/533] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[321/533] Compiling ghash-x86-linux.linux.x86.S
[322/533] Compiling md4.c
[323/533] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[324/533] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[325/533] Compiling fips_shared_support.c
[326/533] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[327/533] Compiling hmac.c
[328/533] Compiling ghash-armv4-ios.ios.arm.S
[329/533] Compiling ghash-armv4-linux.linux.arm.S
[330/533] Compiling ecdsa.c
[331/533] Compiling simple.c
[332/533] Compiling ecdh.c
[333/533] Compiling util.c
[334/533] Compiling wnaf.c
[335/533] Compiling scalar.c
[336/533] Compiling simple_mul.c
[337/533] Compiling oct.c
[338/533] Compiling felem.c
[339/533] Compiling p256.c
[340/533] Compiling ec_montgomery.c
[341/533] Compiling p224-64.c
[342/533] Compiling digests.c
[343/533] Compiling ec_key.c
[344/533] Compiling ec.c
[345/533] Compiling check.c
[346/533] Compiling co-586-linux.linux.x86.S
[347/533] Compiling digest.c
[348/533] Compiling digestsign.c
[349/533] Compiling dh.c
[350/533] Compiling bsaes-armv7-linux.linux.arm.S
[351/533] Compiling cmac.c
[352/533] Compiling bsaes-armv7-ios.ios.arm.S
[353/533] Compiling cipher.c
[354/533] Compiling e_aesccm.c
[355/533] Compiling sqrt.c
[356/533] Compiling aead.c
[357/533] Compiling random.c
[358/533] Compiling rsaz_exp.c
[359/533] Compiling shift.c
[360/533] Compiling mul.c
[361/533] Compiling e_aes.c
[362/533] Compiling jacobi.c
[363/533] Compiling montgomery_inv.c
[364/533] Compiling montgomery.c
[365/533] Compiling prime.c
[366/533] Compiling p256-nistz.c
[367/533] Compiling gcd_extra.c
[368/533] Compiling div_extra.c
[369/533] Compiling gcd.c
[370/533] Compiling exponentiation.c
[371/533] Compiling ctx.c
[372/533] Compiling div.c
[373/533] Compiling x86_64-gcc.c
[374/533] Compiling bytes.c
[375/533] Compiling cmp.c
[376/533] Compiling generic.c
[377/533] Compiling bn.c
[378/533] Compiling add.c
[379/533] Compiling bn-armv8-ios.ios.aarch64.S
[380/533] Compiling bn-586-linux.linux.x86.S
[381/533] Compiling bn-armv8-linux.linux.aarch64.S
[382/533] Compiling armv8-mont-linux.linux.aarch64.S
[383/533] Compiling armv4-mont-linux.linux.arm.S
[383/533] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[385/533] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[386/533] Compiling armv8-mont-ios.ios.aarch64.S
[387/533] Compiling armv4-mont-ios.ios.arm.S
[387/533] Compiling aesv8-armv8-linux.linux.aarch64.S
[389/533] Compiling aesv8-armv8-ios.ios.aarch64.S
[390/533] Compiling aesv8-armv7-linux.linux.arm.S
[391/533] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[392/533] Compiling aesni-x86_64-mac.mac.x86_64.S
[392/533] Compiling aesni-x86_64-linux.linux.x86_64.S
[394/533] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[394/533] Compiling aesv8-armv7-ios.ios.arm.S
[394/533] Compiling aesni-x86-linux.linux.x86.S
[397/533] Compiling mode_wrappers.c
[398/533] Compiling key_wrap.c
[399/533] Compiling ex_data.c
[400/533] Compiling aes.c
[401/533] Compiling scrypt.c
[402/533] Compiling sign.c
[403/533] Compiling pbkdf.c
[404/533] Compiling aes_nohw.c
[405/533] Compiling print.c
[406/533] Compiling p_x25519.c
[407/533] Compiling p_x25519_asn1.c
[408/533] Compiling p_rsa_asn1.c
[409/533] Compiling p_hkdf.c
[410/533] Compiling p_ed25519.c
[411/533] Compiling p_rsa.c
[412/533] Compiling p_ec_asn1.c
[413/533] Compiling p_dsa_asn1.c
[414/533] Compiling p_ec.c
[415/533] Compiling p_ed25519_asn1.c
[416/533] Compiling err_data.c
[417/533] Compiling evp_ctx.c
[418/533] Compiling evp.c
[419/533] Compiling engine.c
[420/533] Compiling evp_asn1.c
[421/533] Compiling err.c
[422/533] Compiling ecdh_extra.c
[423/533] Compiling hash_to_curve.c
[424/533] Compiling ecdsa_asn1.c
[425/533] Compiling ec_derive.c
[426/533] Compiling dh_asn1.c
[427/533] Compiling dsa.c
[428/533] Compiling params.c
[429/533] Compiling dsa_asn1.c
[430/533] Compiling ec_asn1.c
[431/533] Compiling digest_extra.c
[432/533] Compiling cpu_intel.c
[433/533] Compiling x25519-asm-arm.S
[434/533] Compiling spake25519.c
[435/533] Compiling cpu_arm.c
[436/533] Compiling crypto.c
[437/533] Compiling cpu_arm_linux.c
[438/533] Compiling cpu_aarch64_linux.c
[439/533] Compiling cpu_aarch64_win.c
[440/533] Compiling des.c
[440/533] Compiling cpu_arm_freebsd.c
[442/533] Compiling cpu_aarch64_fuchsia.c
[443/533] Compiling cpu_aarch64_freebsd.c
[444/533] Compiling cpu_aarch64_apple.c
[445/533] Compiling curve25519.c
[446/533] Compiling tls_cbc.c
[447/533] Compiling e_null.c
[448/533] Compiling e_rc4.c
[449/533] Compiling e_des.c
[450/533] Compiling e_tls.c
[451/533] Compiling e_chacha20poly1305.c
[452/533] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[453/533] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[454/533] Compiling e_aesgcmsiv.c
[455/533] Compiling e_rc2.c
[456/533] Compiling conf.c
[457/533] Compiling derive_key.c
[457/533] Compiling e_aesctrhmac.c
[459/533] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[460/533] Compiling cipher_extra.c
[461/533] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[461/533] Compiling chacha-x86_64-mac.mac.x86_64.S
[461/533] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[464/533] Compiling chacha.c
[465/533] Compiling chacha-x86-linux.linux.x86.S
[466/533] Compiling chacha-x86_64-linux.linux.x86_64.S
[467/533] Compiling chacha-armv8-ios.ios.aarch64.S
[468/533] Compiling chacha-armv4-linux.linux.arm.S
[469/533] Compiling chacha-armv4-ios.ios.arm.S
[470/533] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[471/533] Compiling unicode.c
[472/533] Compiling chacha-armv8-linux.linux.aarch64.S
[473/533] Compiling bn_asn1.c
[474/533] Compiling asn1_compat.c
[475/533] Compiling ber.c
[476/533] Compiling buf.c
[477/533] Compiling blake2.c
[478/533] Compiling socket_helper.c
[479/533] Compiling cbs.c
[480/533] Compiling cbb.c
[481/533] Compiling socket.c
[482/533] Compiling printf.c
[483/533] Compiling hexdump.c
[484/533] Compiling convert.c
[485/533] Compiling pair.c
[486/533] Compiling base64.c
[487/533] Compiling bio_mem.c
[488/533] Compiling fd.c
[489/533] Compiling tasn_new.c
[490/533] Compiling file.c
[491/533] Compiling tasn_fre.c
[492/533] Compiling connect.c
[493/533] Compiling tasn_typ.c
[494/533] Compiling asn1_par.c
[495/533] Compiling bio.c
[496/533] Compiling f_int.c
[497/533] Compiling a_type.c
[498/533] Compiling asn_pack.c
[499/533] Compiling tasn_dec.c
[500/533] Compiling tasn_enc.c
[501/533] Compiling asn1_lib.c
[502/533] Compiling a_object.c
[503/533] Compiling a_strnid.c
[503/533] Compiling a_time.c
[505/533] Compiling a_utctm.c
[506/533] Write sources
[507/533] Compiling a_octet.c
[508/533] Compiling a_strex.c
[509/533] Compiling a_bitstr.c
[510/533] Compiling a_mbstr.c
[511/533] Compiling a_int.c
[513/552] Compiling Atomics UnsafeAtomic.swift
[514/552] Compiling Atomics UnsafeAtomicLazyReference.swift
[515/554] Compiling Atomics ManagedAtomic.swift
[516/554] Compiling Atomics ManagedAtomicLazyReference.swift
[517/554] Compiling Atomics Primitives.shims.swift
[518/554] Compiling Atomics AtomicInteger.swift
[519/554] Compiling Atomics AtomicOptionalWrappable.swift
[520/554] Compiling Atomics AtomicMemoryOrderings.swift
[521/554] Compiling Atomics DoubleWord.swift
[522/554] Compiling Atomics OptionalRawRepresentable.swift
[523/554] Compiling Atomics RawRepresentable.swift
[524/554] Compiling Atomics AtomicBool.swift
[525/554] Compiling Atomics AtomicReference.swift
[526/554] Compiling Atomics AtomicStorage.swift
[527/554] Compiling Atomics AtomicValue.swift
[528/554] Compiling Atomics IntegerOperations.swift
[529/554] Compiling Atomics Unmanaged extensions.swift
[530/554] Compiling Atomics IntegerConformances.swift
[531/554] Compiling Atomics PointerConformances.swift
[532/554] Compiling Atomics Primitives.native.swift
[533/554] Emitting module Atomics
[534/555] Wrapping AST for Atomics for debugging
[535/555] Compiling c-nioatomics.c
[536/555] Compiling c-atomics.c
[538/561] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[539/561] Compiling NIOConcurrencyHelpers NIOLock.swift
[540/561] Compiling NIOConcurrencyHelpers lock.swift
[541/561] Emitting module NIOConcurrencyHelpers
[542/561] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[543/561] Compiling NIOConcurrencyHelpers atomics.swift
[544/562] Wrapping AST for NIOConcurrencyHelpers for debugging
[546/622] Compiling NIOCore MulticastChannel.swift
[547/622] Compiling NIOCore NIOAny.swift
[548/622] Compiling NIOCore NIOCloseOnErrorHandler.swift
[549/622] Compiling NIOCore NIOLoopBound.swift
[550/622] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[551/622] Compiling NIOCore NIOScheduledCallback.swift
[552/622] Compiling NIOCore NIOSendable.swift
[553/622] Compiling NIOCore RecvByteBufferAllocator.swift
[554/630] Compiling NIOCore CircularBuffer.swift
[555/630] Compiling NIOCore Codec.swift
[556/630] Compiling NIOCore ConvenienceOptionSupport.swift
[557/630] Compiling NIOCore DeadChannel.swift
[558/630] Compiling NIOCore DispatchQueue+WithFuture.swift
[559/630] Compiling NIOCore EventLoop+Deprecated.swift
[560/630] Compiling NIOCore EventLoop+SerialExecutor.swift
[561/630] Compiling NIOCore EventLoop.swift
[562/630] Compiling NIOCore AddressedEnvelope.swift
[563/630] Compiling NIOCore AsyncAwaitSupport.swift
[564/630] Compiling NIOCore AsyncChannel.swift
[565/630] Compiling NIOCore AsyncChannelHandler.swift
[566/630] Compiling NIOCore AsyncChannelInboundStream.swift
[567/630] Compiling NIOCore AsyncChannelOutboundWriter.swift
[568/630] Compiling NIOCore NIOAsyncSequenceProducer.swift
[569/630] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[570/630] Compiling NIOCore NIOAsyncWriter.swift
[571/630] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[572/630] Compiling NIOCore EventLoopFuture+Deprecated.swift
[573/630] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[574/630] Compiling NIOCore EventLoopFuture.swift
[575/630] Compiling NIOCore FileDescriptor.swift
[576/630] Compiling NIOCore FileHandle.swift
[577/630] Compiling NIOCore FileRegion.swift
[578/630] Compiling NIOCore GlobalSingletons.swift
[579/630] Compiling NIOCore IO.swift
[580/630] Compiling NIOCore IOData.swift
[581/630] Compiling NIOCore IPProtocol.swift
[582/630] Compiling NIOCore IntegerBitPacking.swift
[583/630] Compiling NIOCore IntegerTypes.swift
[584/630] Compiling NIOCore Interfaces.swift
[585/630] Compiling NIOCore Linux.swift
[586/630] Compiling NIOCore MarkedCircularBuffer.swift
[587/630] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[588/630] Compiling NIOCore SocketAddresses.swift
[589/630] Compiling NIOCore SocketOptionProvider.swift
[590/630] Compiling NIOCore SystemCallHelpers.swift
[591/630] Compiling NIOCore TimeAmount+Duration.swift
[592/630] Compiling NIOCore TypeAssistedChannelHandler.swift
[593/630] Compiling NIOCore UniversalBootstrapSupport.swift
[594/630] Compiling NIOCore Utilities.swift
[595/630] Emitting module NIOCore
[596/630] Compiling NIOCore ByteBuffer-multi-int.swift
[597/630] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[598/630] Compiling NIOCore ByteBuffer-views.swift
[599/630] Compiling NIOCore Channel.swift
[600/630] Compiling NIOCore ChannelHandler.swift
[601/630] Compiling NIOCore ChannelHandlers.swift
[602/630] Compiling NIOCore ChannelInvoker.swift
[603/630] Compiling NIOCore ChannelOption.swift
[604/630] Compiling NIOCore ChannelPipeline.swift
[605/630] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[606/630] Compiling NIOCore BSDSocketAPI.swift
[607/630] Compiling NIOCore ByteBuffer-aux.swift
[608/630] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[609/630] Compiling NIOCore ByteBuffer-conversions.swift
[610/630] Compiling NIOCore ByteBuffer-core.swift
[611/630] Compiling NIOCore ByteBuffer-hex.swift
[612/630] Compiling NIOCore ByteBuffer-int.swift
[613/630] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[614/631] Wrapping AST for NIOCore for debugging
[616/681] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[617/681] Compiling NIOEmbedded AsyncTestingChannel.swift
[618/681] Emitting module NIOEmbedded
[619/681] Compiling NIOEmbedded Embedded.swift
[620/682] Wrapping AST for NIOEmbedded for debugging
[622/682] Emitting module NIOPosix
[623/688] Compiling NIOPosix Pool.swift
[624/688] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[625/688] Compiling NIOPosix PosixSingletons.swift
[626/688] Compiling NIOPosix RawSocketBootstrap.swift
[627/688] Compiling NIOPosix Resolver.swift
[628/688] Compiling NIOPosix Selectable.swift
[629/688] Compiling NIOPosix SelectableChannel.swift
[630/688] Compiling NIOPosix SelectableEventLoop.swift
[631/688] Compiling NIOPosix SelectorEpoll.swift
[632/688] Compiling NIOPosix SelectorGeneric.swift
[633/688] Compiling NIOPosix SelectorKqueue.swift
[634/688] Compiling NIOPosix SelectorUring.swift
[635/688] Compiling NIOPosix ServerSocket.swift
[636/688] Compiling NIOPosix Socket.swift
[637/688] Compiling NIOPosix SocketChannel.swift
[638/688] Compiling NIOPosix SocketProtocols.swift
[639/688] Compiling NIOPosix System.swift
[640/688] Compiling NIOPosix Thread.swift
[641/688] Compiling NIOPosix ThreadPosix.swift
[642/688] Compiling NIOPosix ThreadWindows.swift
[643/688] Compiling NIOPosix UnsafeTransfer.swift
[644/688] Compiling NIOPosix Utilities.swift
[645/688] Compiling NIOPosix VsockAddress.swift
[646/688] Compiling NIOPosix VsockChannelEvents.swift
[647/688] Compiling NIOPosix IO.swift
[648/688] Compiling NIOPosix IntegerBitPacking.swift
[649/688] Compiling NIOPosix IntegerTypes.swift
[650/688] Compiling NIOPosix Linux.swift
[651/688] Compiling NIOPosix LinuxCPUSet.swift
[652/688] Compiling NIOPosix LinuxUring.swift
[653/688] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[654/688] Compiling NIOPosix Bootstrap.swift
[655/688] Compiling NIOPosix ControlMessage.swift
[656/688] Compiling NIOPosix DatagramVectorReadManager.swift
[657/688] Compiling NIOPosix Errors+Any.swift
[658/688] Compiling NIOPosix FileDescriptor.swift
[659/688] Compiling NIOPosix GetaddrinfoResolver.swift
[660/688] Compiling NIOPosix HappyEyeballs.swift
[661/688] Compiling NIOPosix BSDSocketAPICommon.swift
[662/688] Compiling NIOPosix BSDSocketAPIPosix.swift
[663/688] Compiling NIOPosix BSDSocketAPIWindows.swift
[664/688] Compiling NIOPosix BaseSocket.swift
[665/688] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[666/688] Compiling NIOPosix BaseSocketChannel.swift
[667/688] Compiling NIOPosix BaseStreamSocketChannel.swift
[668/688] Compiling NIOPosix NIOThreadPool.swift
[669/688] Compiling NIOPosix NonBlockingFileIO.swift
[670/688] Compiling NIOPosix PendingDatagramWritesManager.swift
[671/688] Compiling NIOPosix PendingWritesManager.swift
[672/688] Compiling NIOPosix PipeChannel.swift
[673/688] Compiling NIOPosix PipePair.swift
[674/689] Wrapping AST for NIOPosix for debugging
[676/691] Compiling NIO Exports.swift
[677/691] Emitting module NIO
[678/692] Wrapping AST for NIO for debugging
[680/719] Compiling NIOTLS TLSEvents.swift
[681/719] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[682/719] Emitting module NIOTLS
[683/719] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[684/719] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[685/719] Compiling NIOTLS SNIHandler.swift
[687/746] Compiling NIOSSL SSLContext.swift
[688/746] Compiling NIOSSL SSLErrors.swift
[688/748] Wrapping AST for NIOTLS for debugging
[690/748] Emitting module NIOHTTP1
[691/748] Compiling NIOSSL ObjectIdentifier.swift
[692/748] Compiling NIOSSL SSLConnection.swift
[693/748] Compiling NIOSSL LinuxCABundle.swift
[694/748] Compiling NIOSSL PosixPort.swift
[695/748] Compiling NIOSSL NIOSSLSecureBytes.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[696/748] Compiling NIOSSL RNG.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[697/748] Compiling NIOSSL SafeCompare.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[698/751] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[699/751] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[700/751] Emitting module NIOSSL
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
14 |
15 | import NIOCore
16 | @_implementationOnly import CNIOBoringSSL
| `- warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
17 |
18 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[702/751] Compiling NIOSSL SSLPrivateKey.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[703/751] Compiling NIOSSL SSLPublicKey.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[704/751] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[705/751] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[706/751] Compiling NIOSSL SubjectAlternativeName.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[711/751] Compiling NIOSSL SSLCertificateExtensions.swift
[712/751] Compiling NIOSSL NIOSSLClientHandler.swift
[713/751] Compiling NIOSSL ByteBufferBIO.swift
[714/751] Compiling NIOSSL CustomPrivateKey.swift
[715/751] Compiling NIOSSL IdentityVerification.swift
[716/751] Compiling NIOSSL SSLCallbacks.swift
[717/751] Compiling NIOSSL SSLCertificate.swift
[718/751] Compiling NIOSSL NIOSSLHandler.swift
[719/751] Compiling NIOSSL NIOSSLServerHandler.swift
[720/752] Compiling NIOSSL Zeroization.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[721/752] Compiling NIOSSL TLSConfiguration.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[722/752] Compiling NIOSSL UniversalBootstrapSupport.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
14 |
15 | import NIOCore
16 | @_implementationOnly import CNIOBoringSSL
| `- warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
17 |
18 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
14 |
15 | import NIOCore
16 | @_implementationOnly import CNIOBoringSSL
| `- warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
17 |
18 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
14 |
15 | import NIOCore
16 | @_implementationOnly import CNIOBoringSSL
| `- warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
17 |
18 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
14 |
15 | import NIOCore
16 | @_implementationOnly import CNIOBoringSSL
| `- warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
17 |
18 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/26] Write swift-version-24593BA9C3E375BF.txt
[4/71] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[5/72] Compiling InternalCollectionsUtilities Descriptions.swift
[6/72] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/72] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[8/72] Compiling InternalCollectionsUtilities Debugging.swift
[9/72] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[10/72] Compiling InternalCollectionsUtilities UInt+reversed.swift
[11/72] Compiling Atomics UnsafeAtomic.swift
[12/72] Compiling Atomics UnsafeAtomicLazyReference.swift
[13/72] Compiling Atomics ManagedAtomic.swift
[14/72] Compiling Atomics ManagedAtomicLazyReference.swift
[15/74] Compiling Atomics AtomicMemoryOrderings.swift
[16/74] Compiling Atomics DoubleWord.swift
[17/74] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[18/74] Compiling InternalCollectionsUtilities _SortedCollection.swift
[19/74] Compiling NIOConcurrencyHelpers NIOLock.swift
[20/74] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[21/74] Compiling NIOConcurrencyHelpers lock.swift
[22/74] Compiling NIOConcurrencyHelpers atomics.swift
[23/74] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[24/74] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[25/74] Compiling InternalCollectionsUtilities Integer rank.swift
[26/74] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/74] Compiling _NIOBase64 Base64.swift
[28/74] Emitting module _NIOBase64
[29/74] Compiling _NIODataStructures Heap.swift
[30/75] Emitting module NIOConcurrencyHelpers
[37/76] Compiling Atomics IntegerOperations.swift
[38/76] Compiling Atomics Unmanaged extensions.swift
[39/76] Emitting module _NIODataStructures
[42/76] Compiling _NIODataStructures PriorityQueue.swift
[43/76] Compiling _NIODataStructures _TinyArray.swift
[44/75] Emitting module InternalCollectionsUtilities
[45/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[46/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[48/75] Wrapping AST for InternalCollectionsUtilities for debugging
[50/75] Emitting module Atomics
[51/90] Compiling DequeModule Deque+Extras.swift
[52/90] Compiling DequeModule Deque+Hashable.swift
[53/92] Compiling DequeModule Deque+Equatable.swift
[54/92] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[55/92] Compiling DequeModule _DequeBuffer.swift
[56/92] Compiling DequeModule _DequeBufferHeader.swift
[57/92] Compiling DequeModule _DequeSlot.swift
[58/92] Compiling DequeModule _UnsafeWrappedBuffer.swift
[59/92] Compiling DequeModule Deque+Testing.swift
[60/92] Compiling DequeModule Deque._Storage.swift
[61/92] Compiling DequeModule Deque._UnsafeHandle.swift
[62/92] Compiling DequeModule Deque.swift
[63/92] Compiling DequeModule Deque+CustomReflectable.swift
[64/92] Compiling DequeModule Deque+Descriptions.swift
[71/93] Compiling DequeModule Deque+Codable.swift
[72/93] Compiling DequeModule Deque+Collection.swift
[74/93] Emitting module DequeModule
[75/94] Wrapping AST for Atomics for debugging
[76/94] Wrapping AST for DequeModule for debugging
[78/154] Compiling NIOCore MulticastChannel.swift
[79/154] Compiling NIOCore NIOAny.swift
[80/154] Compiling NIOCore NIOCloseOnErrorHandler.swift
[81/154] Compiling NIOCore NIOLoopBound.swift
[82/154] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[83/154] Compiling NIOCore NIOScheduledCallback.swift
[84/154] Compiling NIOCore NIOSendable.swift
[85/154] Compiling NIOCore RecvByteBufferAllocator.swift
[86/162] Compiling NIOCore IO.swift
[87/162] Compiling NIOCore IOData.swift
[88/162] Compiling NIOCore IPProtocol.swift
[89/162] Compiling NIOCore IntegerBitPacking.swift
[90/162] Compiling NIOCore IntegerTypes.swift
[91/162] Compiling NIOCore Interfaces.swift
[92/162] Compiling NIOCore Linux.swift
[93/162] Compiling NIOCore MarkedCircularBuffer.swift
[94/162] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[95/162] Compiling NIOCore SocketAddresses.swift
[96/162] Compiling NIOCore SocketOptionProvider.swift
[97/162] Compiling NIOCore SystemCallHelpers.swift
[98/162] Compiling NIOCore TimeAmount+Duration.swift
[99/162] Compiling NIOCore TypeAssistedChannelHandler.swift
[100/162] Compiling NIOCore UniversalBootstrapSupport.swift
[101/162] Compiling NIOCore Utilities.swift
[102/162] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[103/162] Compiling NIOCore EventLoopFuture+Deprecated.swift
[104/162] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[105/162] Compiling NIOCore EventLoopFuture.swift
[106/162] Compiling NIOCore FileDescriptor.swift
[107/162] Compiling NIOCore FileHandle.swift
[108/162] Compiling NIOCore FileRegion.swift
[109/162] Compiling NIOCore GlobalSingletons.swift
[110/162] Compiling NIOCore CircularBuffer.swift
[111/162] Compiling NIOCore Codec.swift
[112/162] Compiling NIOCore ConvenienceOptionSupport.swift
[113/162] Compiling NIOCore DeadChannel.swift
[114/162] Compiling NIOCore DispatchQueue+WithFuture.swift
[115/162] Compiling NIOCore EventLoop+Deprecated.swift
[116/162] Compiling NIOCore EventLoop+SerialExecutor.swift
[117/162] Compiling NIOCore EventLoop.swift
[118/162] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[119/162] Compiling NIOCore BSDSocketAPI.swift
[120/162] Compiling NIOCore ByteBuffer-aux.swift
[121/162] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[122/162] Compiling NIOCore ByteBuffer-conversions.swift
[123/162] Compiling NIOCore ByteBuffer-core.swift
[124/162] Compiling NIOCore ByteBuffer-hex.swift
[125/162] Compiling NIOCore ByteBuffer-int.swift
[126/162] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[127/162] Compiling NIOCore AddressedEnvelope.swift
[128/162] Compiling NIOCore AsyncAwaitSupport.swift
[129/162] Compiling NIOCore AsyncChannel.swift
[130/162] Compiling NIOCore AsyncChannelHandler.swift
[131/162] Compiling NIOCore AsyncChannelInboundStream.swift
[132/162] Compiling NIOCore AsyncChannelOutboundWriter.swift
[133/162] Compiling NIOCore NIOAsyncSequenceProducer.swift
[134/162] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[135/162] Compiling NIOCore NIOAsyncWriter.swift
[136/162] Compiling NIOCore ByteBuffer-multi-int.swift
[137/162] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[138/162] Compiling NIOCore ByteBuffer-views.swift
[139/162] Compiling NIOCore Channel.swift
[140/162] Compiling NIOCore ChannelHandler.swift
[141/162] Compiling NIOCore ChannelHandlers.swift
[142/162] Compiling NIOCore ChannelInvoker.swift
[143/162] Compiling NIOCore ChannelOption.swift
[144/162] Compiling NIOCore ChannelPipeline.swift
[145/162] Emitting module NIOCore
[147/212] Compiling NIOEmbedded AsyncTestingChannel.swift
[148/212] Emitting module NIOEmbedded
[149/212] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[150/212] Compiling NIOEmbedded Embedded.swift
[152/212] Compiling NIOPosix Pool.swift
[153/212] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[154/212] Compiling NIOPosix PosixSingletons.swift
[155/212] Compiling NIOPosix RawSocketBootstrap.swift
[156/212] Compiling NIOPosix Resolver.swift
[157/212] Compiling NIOPosix Selectable.swift
[158/218] Compiling NIOPosix SelectableChannel.swift
[159/218] Compiling NIOPosix SelectableEventLoop.swift
[160/218] Compiling NIOPosix SelectorEpoll.swift
[161/218] Compiling NIOPosix SelectorGeneric.swift
[162/218] Compiling NIOPosix SelectorKqueue.swift
[163/218] Compiling NIOPosix SelectorUring.swift
[164/218] Compiling NIOPosix ServerSocket.swift
[165/218] Compiling NIOPosix Socket.swift
[166/218] Compiling NIOPosix SocketChannel.swift
[167/218] Compiling NIOPosix SocketProtocols.swift
[168/218] Compiling NIOPosix System.swift
[169/218] Compiling NIOPosix Thread.swift
[170/218] Emitting module NIOPosix
[171/218] Compiling NIOPosix NIOThreadPool.swift
[172/218] Compiling NIOPosix NonBlockingFileIO.swift
[173/218] Compiling NIOPosix PendingDatagramWritesManager.swift
[174/218] Compiling NIOPosix PendingWritesManager.swift
[175/218] Compiling NIOPosix PipeChannel.swift
[176/218] Compiling NIOPosix PipePair.swift
[177/218] Compiling NIOPosix IO.swift
[178/218] Compiling NIOPosix IntegerBitPacking.swift
[179/218] Compiling NIOPosix IntegerTypes.swift
[180/218] Compiling NIOPosix Linux.swift
[181/218] Compiling NIOPosix LinuxCPUSet.swift
[182/218] Compiling NIOPosix LinuxUring.swift
[183/218] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[184/218] Compiling NIOPosix BSDSocketAPICommon.swift
[185/218] Compiling NIOPosix BSDSocketAPIPosix.swift
[186/218] Compiling NIOPosix BSDSocketAPIWindows.swift
[187/218] Compiling NIOPosix BaseSocket.swift
[188/218] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[189/218] Compiling NIOPosix BaseSocketChannel.swift
[190/218] Compiling NIOPosix BaseStreamSocketChannel.swift
[191/218] Compiling NIOPosix Bootstrap.swift
[192/218] Compiling NIOPosix ControlMessage.swift
[193/218] Compiling NIOPosix DatagramVectorReadManager.swift
[194/218] Compiling NIOPosix Errors+Any.swift
[195/218] Compiling NIOPosix FileDescriptor.swift
[196/218] Compiling NIOPosix GetaddrinfoResolver.swift
[197/218] Compiling NIOPosix HappyEyeballs.swift
[198/218] Compiling NIOPosix ThreadPosix.swift
[199/218] Compiling NIOPosix ThreadWindows.swift
[200/218] Compiling NIOPosix UnsafeTransfer.swift
[201/218] Compiling NIOPosix Utilities.swift
[202/218] Compiling NIOPosix VsockAddress.swift
[203/218] Compiling NIOPosix VsockChannelEvents.swift
[205/220] Compiling NIO Exports.swift
[206/220] Emitting module NIO
[208/247] Compiling NIOTLS TLSEvents.swift
[209/247] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[210/247] Emitting module NIOTLS
[211/247] Emitting module NIOFoundationCompat
[212/247] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[213/247] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[214/247] Compiling NIOTLS SNIHandler.swift
[215/248] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[216/248] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[217/250] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[218/250] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[220/249] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[221/249] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[222/249] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[223/249] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[224/249] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[225/249] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[226/249] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[227/249] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[228/249] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[229/249] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[230/249] Compiling NIOHTTP1 HTTPTypes.swift
[231/275] Compiling NIOSSL LinuxCABundle.swift
[232/275] Compiling NIOSSL SSLPKCS12Bundle.swift
[233/275] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[236/276] Compiling NIOSSL SSLPrivateKey.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[237/276] Compiling NIOSSL SSLPublicKey.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[238/279] Compiling NIOSSL NIOSSLSecureBytes.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[239/279] Compiling NIOSSL RNG.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[240/279] Compiling NIOSSL SafeCompare.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[241/279] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[242/279] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[243/279] Compiling NIOSSL SubjectAlternativeName.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[243/279] Wrapping AST for NIOFoundationCompat for debugging
[245/279] Compiling NIOSSL NIOSSLClientHandler.swift
[246/279] Compiling NIOSSL NIOSSLHandler.swift
[247/279] Compiling NIOSSL NIOSSLServerHandler.swift
[248/279] Emitting module NIOHTTP1
error: emit-module command failed with exit code 1 (use -v to see invocation)
[249/279] Emitting module NIOSSL
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
14 |
15 | import NIOCore
16 | @_implementationOnly import CNIOBoringSSL
| `- warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
17 |
18 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[253/280] Compiling NIOSSL ObjectIdentifier.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[255/280] Compiling NIOSSL ByteBufferBIO.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
14 |
15 | import NIOCore
16 | @_implementationOnly import CNIOBoringSSL
| `- warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
17 |
18 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[256/280] Compiling NIOSSL CustomPrivateKey.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
14 |
15 | import NIOCore
16 | @_implementationOnly import CNIOBoringSSL
| `- warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
17 |
18 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[257/280] Compiling NIOSSL IdentityVerification.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
14 |
15 | import NIOCore
16 | @_implementationOnly import CNIOBoringSSL
| `- warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
17 |
18 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:16:22: warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
14 |
15 | import NIOCore
16 | @_implementationOnly import CNIOBoringSSL
| `- warning: using '@_implementationOnly' without enabling library evolution for 'NIOSSL' may lead to instability during execution
17 |
18 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[259/280] Compiling NIOSSL SSLConnection.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[260/280] Compiling NIOSSL SSLContext.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[261/280] Compiling NIOSSL SSLErrors.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[262/280] Compiling NIOSSL SSLInit.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[263/280] Compiling NIOSSL PosixPort.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[264/280] Compiling NIOSSL SSLCallbacks.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[265/280] Compiling NIOSSL SSLCertificate.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[266/280] Compiling NIOSSL SSLCertificateExtensions.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[266/280] Wrapping AST for NIOHTTP1 for debugging
[268/280] Compiling NIOSSL Zeroization.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[269/280] Compiling NIOSSL TLSConfiguration.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
[270/280] Compiling NIOSSL UniversalBootstrapSupport.swift
/host/spi-builder-workspace/Sources/NIOSSL/ByteBufferBIO.swift:21:8: error: no such module 'Glibc'
19 | import Darwin.C
20 | #elseif os(Linux) || os(FreeBSD) || os(Android)
21 | import Glibc
| `- error: no such module 'Glibc'
22 | #else
23 | #error("unsupported os")
BUILD FAILURE 6.1 android