The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ProrsumNet, reference 0.1.3 (941e0c), with Swift 6.1 for Android on 27 May 2025 18:37:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noppoMan/ProrsumNet.git
Reference: 0.1.3
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/noppoMan/ProrsumNet
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at 941e0c6 Merge pull request #4 from noppoMan/avoid-crash
Cloned https://github.com/noppoMan/ProrsumNet.git
Revision (git rev-parse @):
941e0c65df620467130e9eb2496a3c1275c1d307
SUCCESS checkout https://github.com/noppoMan/ProrsumNet.git at 0.1.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/noppoMan/ProrsumNet.git
https://github.com/noppoMan/ProrsumNet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "clibressl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/clibressl.git"
    }
  ],
  "manifest_display_name" : "ProrsumNet",
  "name" : "ProrsumNet",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ProrsumNet",
      "targets" : [
        "ProrsumNet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProrsumNetTests",
      "module_type" : "SwiftTarget",
      "name" : "ProrsumNetTests",
      "path" : "Tests/ProrsumNetTests",
      "sources" : [
        "SocketTests.swift",
        "TCPTests.swift",
        "UDPTests.swift"
      ],
      "target_dependencies" : [
        "ProrsumNet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProrsumNet",
      "module_type" : "SwiftTarget",
      "name" : "ProrsumNet",
      "path" : "Sources/ProrsumNet",
      "product_dependencies" : [
        "CLibreSSL"
      ],
      "product_memberships" : [
        "ProrsumNet"
      ],
      "sources" : [
        "Net/Address.swift",
        "Net/Net.swift",
        "Net/SSLTCPStream.swift",
        "Net/Socket.swift",
        "Net/Stream.swift",
        "Net/TCPServer.swift",
        "Net/TCPSocket.swift",
        "Net/TCPStream.swift",
        "Net/UDPSocket.swift",
        "POSIX/SystemError.swift",
        "TLS/Certificate.swift",
        "TLS/Certs/mozilla_certs.swift",
        "TLS/Certs/openbsd_certs.swift",
        "TLS/Config.swift",
        "TLS/Context.swift",
        "TLS/Error.swift",
        "TLS/Mode.swift",
        "TLS/SSLSocket.swift",
        "TLS/Utilities.swift",
        "Util/CaseInsensitiveString.swift",
        "Util/Data.swift",
        "Util/String.swift",
        "Util/URL.swift",
        "Util/URandom.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/clibressl.git
[1/3365] Fetching clibressl
Fetched https://github.com/vapor/clibressl.git from cache (0.91s)
Computing version for https://github.com/vapor/clibressl.git
Computed https://github.com/vapor/clibressl.git at 1.0.1 (3.22s)
Creating working copy for https://github.com/vapor/clibressl.git
Working copy of https://github.com/vapor/clibressl.git resolved at 1.0.1
Building for debugging...
[0/618] Compiling CLibreSSL cfb128.c
[1/618] Write sources
[2/618] Compiling CLibreSSL a_dup.c
[3/618] Compiling CLibreSSL a_bool.c
[4/618] Compiling CLibreSSL a_bytes.c
[5/618] Compiling CLibreSSL a_d2i_fp.c
[6/618] Compiling CLibreSSL a_digest.c
[7/618] Compiling CLibreSSL xcbc_enc.c
[8/618] Compiling CLibreSSL xts128.c
[9/618] Compiling CLibreSSL x_x509a.c
[10/618] Compiling CLibreSSL x_x509.c
[11/618] Compiling CLibreSSL x_val.c
[12/618] Compiling CLibreSSL x_spki.c
[13/618] Compiling CLibreSSL x_sig.c
[14/618] Compiling CLibreSSL a_bitstr.c
[14/618] Write swift-version-24593BA9C3E375BF.txt
[16/618] Compiling CLibreSSL x_req.c
[17/618] Compiling CLibreSSL x_long.c
[18/618] Compiling CLibreSSL x_pkey.c
[19/618] Compiling CLibreSSL x_pubkey.c
[20/618] Compiling CLibreSSL x_nx509.c
[21/618] Compiling CLibreSSL x_info.c
[22/618] Compiling CLibreSSL x_bignum.c
[23/618] Compiling CLibreSSL x_exten.c
[24/618] Compiling CLibreSSL x_name.c
[25/618] Compiling CLibreSSL x_crl.c
[26/618] Compiling CLibreSSL x_algor.c
[27/618] Compiling CLibreSSL x_attrib.c
[28/618] Compiling CLibreSSL x509type.c
[29/618] Compiling CLibreSSL x_all.c
[30/618] Compiling CLibreSSL x509spki.c
[31/618] Compiling CLibreSSL x509rset.c
[32/618] Compiling CLibreSSL x509cset.c
[33/618] Compiling CLibreSSL x509name.c
[34/618] Compiling CLibreSSL x509_vpm.c
[35/618] Compiling CLibreSSL x509_txt.c
[36/618] Compiling CLibreSSL x509_v3.c
[37/618] Compiling CLibreSSL x509_trs.c
[37/618] Compiling CLibreSSL x509_req.c
[39/618] Compiling CLibreSSL x509_vfy.c
[40/618] Compiling CLibreSSL x509_set.c
[41/618] Compiling CLibreSSL x509_obj.c
[42/618] Compiling CLibreSSL x509_r2x.c
[43/618] Compiling CLibreSSL x509_ext.c
[44/618] Compiling CLibreSSL wp_dgst.c
[45/618] Compiling CLibreSSL x509_lu.c
[46/618] Compiling CLibreSSL x509_err.c
[47/618] Compiling CLibreSSL x509_def.c
[48/618] Compiling CLibreSSL x509_d2.c
[49/618] Compiling CLibreSSL wp_block.c
[50/618] Compiling CLibreSSL x509_cmp.c
[51/618] Compiling CLibreSSL x509_att.c
[52/618] Compiling CLibreSSL v3err.c
[53/618] Compiling CLibreSSL v3_sxnet.c
[54/618] Compiling CLibreSSL v3_skey.c
[55/618] Compiling CLibreSSL v3_utl.c
[56/618] Compiling CLibreSSL v3_prn.c
[56/618] Compiling CLibreSSL v3_purp.c
[58/618] Compiling CLibreSSL v3_pmaps.c
[59/618] Compiling CLibreSSL v3_pcons.c
[60/618] Compiling CLibreSSL v3_pcia.c
[61/618] Compiling CLibreSSL v3_pku.c
[62/618] Compiling CLibreSSL v3_ocsp.c
[63/618] Compiling CLibreSSL v3_ncons.c
[64/618] Compiling CLibreSSL v3_int.c
[65/618] Compiling CLibreSSL v3_info.c
[65/618] Compiling CLibreSSL v3_pci.c
[67/618] Compiling CLibreSSL v3_ia5.c
[68/618] Compiling CLibreSSL v3_lib.c
[69/618] Compiling CLibreSSL v3_genn.c
[70/618] Compiling CLibreSSL v3_enum.c
[71/618] Compiling CLibreSSL v3_crld.c
[72/618] Compiling CLibreSSL v3_conf.c
[73/618] Compiling CLibreSSL v3_extku.c
[74/618] Compiling CLibreSSL v3_bitst.c
[75/618] Compiling CLibreSSL v3_bcons.c
[76/618] Compiling CLibreSSL ui_openssl_win.c
[77/618] Compiling CLibreSSL v3_alt.c
[78/618] Compiling CLibreSSL v3_cpols.c
[79/618] Compiling CLibreSSL ui_util.c
[80/618] Compiling CLibreSSL v3_akeya.c
[81/618] Compiling CLibreSSL ui_err.c
[82/618] Compiling CLibreSSL txt_db.c
[83/618] Compiling CLibreSSL ui_openssl.c
[84/618] Compiling CLibreSSL ui_lib.c
[85/618] Compiling CLibreSSL v3_akey.c
[86/618] Compiling CLibreSSL ts_verify_ctx.c
[87/618] Compiling CLibreSSL ts_req_print.c
[88/618] Compiling CLibreSSL ts_rsp_utils.c
[89/618] Compiling CLibreSSL ts_rsp_verify.c
[90/618] Compiling CLibreSSL ts_rsp_sign.c
[91/618] Compiling CLibreSSL ts_rsp_print.c
[92/618] Compiling CLibreSSL ts_req_utils.c
[93/618] Compiling CLibreSSL ts_lib.c
[94/618] Compiling CLibreSSL ts_err.c
[95/618] Compiling CLibreSSL tls_util.c
[96/618] Compiling CLibreSSL ts_conf.c
[97/618] Compiling CLibreSSL tls_verify.c
[98/618] Compiling CLibreSSL ts_asn1.c
[99/618] Compiling CLibreSSL tls_server.c
[100/618] Compiling CLibreSSL timingsafe_bcmp.c
[101/618] Compiling CLibreSSL timingsafe_memcmp.c
[102/618] Compiling CLibreSSL tls_peer.c
[103/618] Compiling CLibreSSL timegm.c
[104/618] Compiling CLibreSSL tls_conninfo.c
[105/618] Compiling CLibreSSL tls_config.c
[106/618] Compiling CLibreSSL tb_store.c
[107/618] Compiling CLibreSSL tls.c
[108/618] Compiling CLibreSSL tls_client.c
[109/618] Compiling CLibreSSL tb_rand.c
[110/618] Compiling CLibreSSL tb_ecdsa.c
[111/618] Compiling CLibreSSL tb_ecdh.c
[112/618] Compiling CLibreSSL tb_rsa.c
[113/618] Compiling CLibreSSL tb_pkmeth.c
[114/618] Compiling CLibreSSL tb_dsa.c
[115/618] Compiling CLibreSSL tb_dh.c
[116/618] Compiling CLibreSSL tb_digest.c
[117/618] Compiling CLibreSSL tb_cipher.c
[118/618] Compiling CLibreSSL tasn_utl.c
[119/618] Compiling CLibreSSL tb_asnmth.c
[120/618] Compiling CLibreSSL tasn_new.c
[121/618] Compiling CLibreSSL tasn_typ.c
[122/618] Compiling CLibreSSL tasn_fre.c
[122/618] Compiling CLibreSSL tasn_prn.c
[124/618] Compiling CLibreSSL tasn_enc.c
[125/618] Compiling CLibreSSL tasn_dec.c
[126/618] Compiling CLibreSSL t_pkey.c
[127/618] Compiling CLibreSSL t_x509.c
[128/618] Compiling CLibreSSL t_x509a.c
[129/618] Compiling CLibreSSL t_spki.c
[130/618] Compiling CLibreSSL t_crl.c
[131/618] Compiling CLibreSSL t_req.c
[132/618] Compiling CLibreSSL t1_srvr.c
[133/618] Compiling CLibreSSL t_bitst.c
[134/618] Compiling CLibreSSL strsep.c
[135/618] Compiling CLibreSSL strnlen.c
[135/618] Compiling CLibreSSL t1_reneg.c
[137/618] Compiling CLibreSSL strndup.c
[138/618] Compiling CLibreSSL t1_meth.c
[139/618] Compiling CLibreSSL strlcpy.c
[139/618] Compiling CLibreSSL t1_clnt.c
[140/618] Compiling CLibreSSL strlcat.c
[142/618] Compiling CLibreSSL strcasecmp.c
[143/618] Compiling CLibreSSL t1_lib.c
[144/618] Compiling CLibreSSL str2key.c
[145/618] Compiling CLibreSSL streebog.c
[146/618] Compiling CLibreSSL t1_enc.c
[147/618] Compiling CLibreSSL stack.c
[148/618] Compiling CLibreSSL ssl_txt.c
[149/618] Compiling CLibreSSL ssl_err2.c
[150/618] Compiling CLibreSSL ssl_stat.c
[151/618] Compiling CLibreSSL ssl_sess.c
[152/618] Compiling CLibreSSL ssl_rsa.c
[153/618] Compiling CLibreSSL ssl_err.c
[154/618] Compiling CLibreSSL ssl_cert.c
[155/618] Compiling CLibreSSL ssl_algs.c
[156/618] Compiling CLibreSSL sha512.c
[157/618] Compiling CLibreSSL sha1_one.c
[158/618] Compiling CLibreSSL ssl_ciph.c
[159/618] Compiling CLibreSSL sha1dgst.c
[160/618] Compiling CLibreSSL ssl_asn1.c
[161/618] Compiling CLibreSSL ssl_lib.c
[162/618] Compiling CLibreSSL sha256.c
[163/618] Compiling CLibreSSL set_key.c
[164/618] Compiling CLibreSSL s3_clnt.c
[165/618] Compiling CLibreSSL s3_pkt.c
[166/618] Compiling CLibreSSL s3_cbc.c
[167/618] Compiling CLibreSSL s23_pkt.c
[168/618] Compiling CLibreSSL s23_srvr.c
[169/618] Compiling CLibreSSL s3_lib.c
[170/618] Compiling CLibreSSL s3_both.c
[171/618] Compiling CLibreSSL s3_srvr.c
[172/618] Compiling CLibreSSL s23_lib.c
[173/618] Compiling CLibreSSL rsa_x931.c
[174/618] Compiling CLibreSSL rsa_ssl.c
[175/618] Compiling CLibreSSL rsa_saos.c
[176/618] Compiling CLibreSSL rsa_pss.c
[177/618] Compiling CLibreSSL rsa_sign.c
[178/618] Compiling CLibreSSL s23_clnt.c
[179/618] Compiling CLibreSSL rsa_prn.c
[180/618] Compiling CLibreSSL rsa_pk1.c
[181/618] Compiling CLibreSSL rsa_none.c
[182/618] Compiling CLibreSSL rsa_pmeth.c
[183/618] Compiling CLibreSSL rsa_oaep.c
[184/618] Compiling CLibreSSL rsa_err.c
[184/618] Compiling CLibreSSL rsa_lib.c
[186/618] Compiling CLibreSSL rsa_depr.c
[187/618] Compiling CLibreSSL rsa_eay.c
[187/618] Compiling CLibreSSL rsa_chk.c
[189/618] Compiling CLibreSSL rsa_crpt.c
[190/618] Compiling CLibreSSL rsa_gen.c
[191/618] Compiling CLibreSSL rmd_one.c
[191/618] Compiling CLibreSSL rsa_asn1.c
[193/618] Compiling CLibreSSL reallocarray.c
[194/618] Compiling CLibreSSL rc2ofb64.c
[195/618] Compiling CLibreSSL rc2cfb64.c
[195/618] Compiling CLibreSSL rc4_skey.c
[197/618] Compiling CLibreSSL rmd_dgst.c
[198/618] Compiling CLibreSSL rc2_ecb.c
[198/618] Compiling CLibreSSL rc2_skey.c
[200/618] Compiling CLibreSSL rc4_enc.c
[201/618] Compiling CLibreSSL rsa_ameth.c
[202/618] Compiling CLibreSSL rc2_cbc.c
[203/618] Compiling CLibreSSL rand_key.c
[204/618] Compiling CLibreSSL pqueue.c
[205/618] Compiling CLibreSSL randfile.c
[206/618] Compiling CLibreSSL rand_lib.c
[207/618] Compiling CLibreSSL rand_err.c
[208/618] Compiling CLibreSSL qud_cksm.c
[209/618] Compiling CLibreSSL posix_win.c
[210/618] Compiling CLibreSSL poly1305-donna.c
[211/618] Compiling CLibreSSL poly1305.c
[212/618] Compiling CLibreSSL pmeth_gn.c
[213/618] Compiling CLibreSSL pvkfmt.c
[214/618] Compiling CLibreSSL pmeth_lib.c
[215/618] Compiling CLibreSSL pkcs7err.c
[216/618] Compiling CLibreSSL pmeth_fn.c
[217/618] Compiling CLibreSSL pk7_mime.c
[218/618] Compiling CLibreSSL pk7_smime.c
[219/618] Compiling CLibreSSL pk7_lib.c
[220/618] Compiling CLibreSSL pk7_attr.c
[221/618] Compiling CLibreSSL pk7_asn1.c
[222/618] Compiling CLibreSSL pk12err.c
[223/618] Compiling CLibreSSL pk7_doit.c
[224/618] Compiling CLibreSSL pem_xaux.c
[225/618] Compiling CLibreSSL pem_sign.c
[226/618] Compiling CLibreSSL pem_x509.c
[227/618] Compiling CLibreSSL pem_seal.c
[228/618] Compiling CLibreSSL pem_oth.c
[229/618] Compiling CLibreSSL pem_err.c
[230/618] Compiling CLibreSSL pem_pkey.c
[231/618] Compiling CLibreSSL pem_lib.c
[232/618] Compiling CLibreSSL pem_info.c
[233/618] Compiling CLibreSSL pem_pk8.c
[234/618] Compiling CLibreSSL pem_all.c
[235/618] Compiling CLibreSSL pcy_tree.c
[236/618] Compiling CLibreSSL pcbc_enc.c
[237/618] Compiling CLibreSSL pcy_map.c
[238/618] Compiling CLibreSSL p_verify.c
[239/618] Compiling CLibreSSL pcy_node.c
[240/618] Compiling CLibreSSL pcy_lib.c
[240/618] Compiling CLibreSSL pcy_cache.c
[242/618] Compiling CLibreSSL pcy_data.c
[243/618] Compiling CLibreSSL p_sign.c
[244/618] Compiling CLibreSSL p_dec.c
[245/618] Compiling CLibreSSL p_seal.c
[246/618] Compiling CLibreSSL p_lib.c
[247/618] Compiling CLibreSSL p_open.c
[248/618] Compiling CLibreSSL p5_pbe.c
[249/618] Compiling CLibreSSL p_enc.c
[250/618] Compiling CLibreSSL p12_utl.c
[251/618] Compiling CLibreSSL p8_pkey.c
[252/618] Compiling CLibreSSL p5_pbev2.c
[253/618] Compiling CLibreSSL p12_p8d.c
[254/618] Compiling CLibreSSL p5_crpt2.c
[255/618] Compiling CLibreSSL p5_crpt.c
[256/618] Compiling CLibreSSL p12_mutl.c
[257/618] Compiling CLibreSSL p12_p8e.c
[258/618] Compiling CLibreSSL p12_decr.c
[259/618] Compiling CLibreSSL p12_kiss.c
[260/618] Compiling CLibreSSL p12_key.c
[261/618] Compiling CLibreSSL p12_npas.c
[262/618] Compiling CLibreSSL p12_init.c
[263/618] Compiling CLibreSSL ofb64enc.c
[264/618] Compiling CLibreSSL p12_crt.c
[265/618] Compiling CLibreSSL ofb64ede.c
[265/618] Compiling CLibreSSL ofb_enc.c
[267/618] Compiling CLibreSSL p12_crpt.c
[268/618] Compiling CLibreSSL p12_asn.c
[269/618] Compiling CLibreSSL p12_attr.c
[270/618] Compiling CLibreSSL p12_add.c
[270/618] Compiling CLibreSSL ofb128.c
[272/618] Compiling CLibreSSL ocsp_lib.c
[272/618] Compiling CLibreSSL ocsp_srv.c
[274/618] Compiling CLibreSSL ocsp_prn.c
[275/618] Compiling CLibreSSL ocsp_vfy.c
[276/618] Compiling CLibreSSL obj_xref.c
[277/618] Compiling CLibreSSL ocsp_err.c
[278/618] Compiling CLibreSSL ocsp_cl.c
[279/618] Compiling CLibreSSL ocsp_ht.c
[279/618] Compiling CLibreSSL obj_err.c
[281/618] Compiling CLibreSSL obj_lib.c
[282/618] Compiling CLibreSSL o_str.c
[283/618] Compiling CLibreSSL ocsp_ext.c
[284/618] Compiling CLibreSSL o_time.c
[285/618] Compiling CLibreSSL o_init.c
[286/618] Compiling CLibreSSL ocsp_asn.c
[287/618] Compiling CLibreSSL o_names.c
[288/618] Compiling CLibreSSL ncbc_enc.c
[289/618] Compiling CLibreSSL mem_dbg.c
[289/618] Compiling CLibreSSL nsseq.c
[291/618] Compiling CLibreSSL obj_dat.c
[292/618] Compiling CLibreSSL mem_clr.c
[293/618] Compiling CLibreSSL names.c
[294/618] Compiling CLibreSSL n_pkey.c
[295/618] Compiling CLibreSSL md5_one.c
[296/618] Compiling CLibreSSL md4_one.c
[297/618] Compiling CLibreSSL md5_dgst.c
[298/618] Compiling CLibreSSL malloc-wrapper.c
[299/618] Compiling CLibreSSL md4_dgst.c
[300/618] Compiling CLibreSSL m_wp.c
[301/618] Compiling CLibreSSL m_streebog.c
[302/618] Compiling CLibreSSL m_sha1.c
[303/618] Compiling CLibreSSL m_sigver.c
[304/618] Compiling CLibreSSL m_ripemd.c
[305/618] Compiling CLibreSSL m_md5.c
[306/618] Compiling CLibreSSL m_null.c
[307/618] Compiling CLibreSSL m_dss1.c
[308/618] Compiling CLibreSSL m_md4.c
[308/618] Compiling CLibreSSL m_gost2814789.c
[310/618] Compiling CLibreSSL m_gostr341194.c
[311/618] Compiling CLibreSSL lhash.c
[312/618] Compiling CLibreSSL inet_pton.c
[312/618] Compiling CLibreSSL m_ecdsa.c
[314/618] Compiling CLibreSSL m_dss.c
[315/618] Compiling CLibreSSL i_ofb64.c
[316/618] Compiling CLibreSSL i_ecb.c
[317/618] Compiling CLibreSSL i_cfb64.c
[318/618] Compiling CLibreSSL lh_stats.c
[319/618] Compiling CLibreSSL i_skey.c
[320/618] Compiling CLibreSSL krb5_asn.c
[321/618] Compiling CLibreSSL i_cbc.c
[322/618] Compiling CLibreSSL hm_pmeth.c
[323/618] Compiling CLibreSSL hmac.c
[324/618] Compiling CLibreSSL hm_ameth.c
[325/618] Compiling CLibreSSL i2d_pu.c
[326/618] Compiling CLibreSSL gostr341001_params.c
[327/618] Compiling CLibreSSL i2d_pr.c
[328/618] Compiling CLibreSSL gostr341194.c
[329/618] Compiling CLibreSSL gostr341001.c
[329/618] Compiling CLibreSSL gostr341001_key.c
[331/618] Compiling CLibreSSL gostr341001_pmeth.c
[332/618] Compiling CLibreSSL gost_err.c
[333/618] Compiling CLibreSSL gost89imit_ameth.c
[334/618] Compiling CLibreSSL getentropy_win.c
[335/618] Compiling CLibreSSL gostr341001_ameth.c
[336/618] Compiling CLibreSSL gost_asn1.c
[337/618] Compiling CLibreSSL getentropy_solaris.c
[338/618] Compiling CLibreSSL getentropy_netbsd.c
[338/618] Compiling CLibreSSL gost89_params.c
[340/618] Compiling CLibreSSL getentropy_osx.c
[340/618] Compiling CLibreSSL gost89imit_pmeth.c
[342/618] Compiling CLibreSSL gost2814789.c
[343/618] Compiling CLibreSSL getentropy_hpux.c
[344/618] Compiling CLibreSSL gost89_keywrap.c
[345/618] Compiling CLibreSSL getentropy_aix.c
[345/618] Compiling CLibreSSL getentropy_freebsd.c
[347/618] Compiling CLibreSSL fcrypt_b.c
[348/618] Compiling CLibreSSL getentropy_linux.c
[348/618] Compiling CLibreSSL fcrypt.c
[350/618] Compiling CLibreSSL f_string.c
[350/618] Compiling CLibreSSL gcm128.c
[352/618] Compiling CLibreSSL explicit_bzero_win.c
[353/618] Compiling CLibreSSL explicit_bzero.c
[354/618] Compiling CLibreSSL f_enum.c
[355/618] Compiling CLibreSSL f_int.c
[356/618] Compiling CLibreSSL ex_data.c
[357/618] Compiling CLibreSSL evp_asn1.c
[358/618] Compiling CLibreSSL evp_pbe.c
[359/618] Compiling CLibreSSL evp_lib.c
[360/618] Compiling CLibreSSL evp_pkey.c
[361/618] Compiling CLibreSSL evp_aead.c
[362/618] Compiling CLibreSSL err_prn.c
[363/618] Compiling CLibreSSL evp_err.c
[364/618] Compiling CLibreSSL evp_key.c
[365/618] Compiling CLibreSSL evp_enc.c
[366/618] Compiling CLibreSSL eng_pkey.c
[366/618] Compiling CLibreSSL eng_table.c
[368/618] Compiling CLibreSSL eng_list.c
[369/618] Compiling CLibreSSL eng_openssl.c
[370/618] Compiling CLibreSSL err.c
[371/618] Compiling CLibreSSL err_all.c
[372/618] Compiling CLibreSSL eng_lib.c
[373/618] Compiling CLibreSSL eng_fat.c
[374/618] Compiling CLibreSSL eng_err.c
[375/618] Compiling CLibreSSL eng_init.c
[376/618] Compiling CLibreSSL eng_dyn.c
[377/618] Compiling CLibreSSL eng_cnf.c
[378/618] Compiling CLibreSSL eng_all.c
[379/618] Compiling CLibreSSL eng_ctrl.c
[380/618] Compiling CLibreSSL enc_read.c
[381/618] Compiling CLibreSSL encode.c
[382/618] Compiling CLibreSSL enc_writ.c
[383/618] Compiling CLibreSSL ecs_vrf.c
[384/618] Compiling CLibreSSL ede_cbcm_enc.c
[385/618] Compiling CLibreSSL ecs_lib.c
[386/618] Compiling CLibreSSL ecs_asn1.c
[387/618] Compiling CLibreSSL ecs_ossl.c
[388/618] Compiling CLibreSSL ecp_oct.c
[389/618] Compiling CLibreSSL ecs_err.c
[390/618] Compiling CLibreSSL ecs_sign.c
[391/618] Compiling CLibreSSL ecp_nist.c
[392/618] Compiling CLibreSSL ecp_smpl.c
[393/618] Compiling CLibreSSL ech_err.c
[394/618] Compiling CLibreSSL ecb_enc.c
[395/618] Compiling CLibreSSL ecb3_enc.c
[396/618] Compiling CLibreSSL ecp_mont.c
[397/618] Compiling CLibreSSL eck_prn.c
[398/618] Compiling CLibreSSL ech_key.c
[399/618] Compiling CLibreSSL ech_lib.c
[400/618] Compiling CLibreSSL ec_print.c
[401/618] Compiling CLibreSSL ec_pmeth.c
[402/618] Compiling CLibreSSL ec_oct.c
[403/618] Compiling CLibreSSL ec_key.c
[404/618] Compiling CLibreSSL ec_cvt.c
[405/618] Compiling CLibreSSL ec_err.c
[405/618] Compiling CLibreSSL ec_lib.c
[407/618] Compiling CLibreSSL ec_curve.c
[408/618] Compiling CLibreSSL ec_mult.c
[409/618] Compiling CLibreSSL ec_check.c
[410/618] Compiling CLibreSSL ec2_smpl.c
[411/618] Compiling CLibreSSL ec2_mult.c
[411/618] Compiling CLibreSSL ec_asn1.c
[413/618] Compiling CLibreSSL e_rc4.c
[414/618] Compiling CLibreSSL ec2_oct.c
[415/618] Compiling CLibreSSL e_rc4_hmac_md5.c
[416/618] Compiling CLibreSSL e_xcbc_d.c
[417/618] Compiling CLibreSSL ec_ameth.c
[418/618] Compiling CLibreSSL e_null.c
[419/618] Compiling CLibreSSL e_rc2.c
[420/618] Compiling CLibreSSL e_old.c
[421/618] Compiling CLibreSSL e_gost2814789.c
[422/618] Compiling CLibreSSL e_idea.c
[423/618] Compiling CLibreSSL e_des3.c
[424/618] Compiling CLibreSSL e_des.c
[425/618] Compiling CLibreSSL e_chacha20poly1305.c
[426/618] Compiling CLibreSSL e_chacha.c
[427/618] Compiling CLibreSSL e_cast.c
[428/618] Compiling CLibreSSL dso_openssl.c
[429/618] Compiling CLibreSSL e_aes_cbc_hmac_sha1.c
[430/618] Compiling CLibreSSL e_bf.c
[431/618] Compiling CLibreSSL dso_null.c
[432/618] Compiling CLibreSSL e_camellia.c
[433/618] Compiling CLibreSSL dso_err.c
[434/618] Compiling CLibreSSL dso_dlfcn.c
[435/618] Compiling CLibreSSL dsa_vrf.c
[436/618] Compiling CLibreSSL dso_lib.c
[437/618] Compiling CLibreSSL dsa_sign.c
[438/618] Compiling CLibreSSL e_aes.c
[439/618] Compiling CLibreSSL dsa_prn.c
[440/618] Compiling CLibreSSL dsa_ossl.c
[441/618] Compiling CLibreSSL dsa_key.c
[442/618] Compiling CLibreSSL dsa_err.c
[443/618] Compiling CLibreSSL dsa_pmeth.c
[444/618] Compiling CLibreSSL dsa_lib.c
[445/618] Compiling CLibreSSL dsa_gen.c
[446/618] Compiling CLibreSSL dsa_asn1.c
[447/618] Compiling CLibreSSL dsa_depr.c
[448/618] Compiling CLibreSSL dh_key.c
[449/618] Compiling CLibreSSL dh_prn.c
[450/618] Compiling CLibreSSL digest.c
[451/618] Compiling CLibreSSL dsa_ameth.c
[452/618] Compiling CLibreSSL dh_gen.c
[453/618] Compiling CLibreSSL dh_err.c
[454/618] Compiling CLibreSSL dh_pmeth.c
[455/618] Compiling CLibreSSL dh_depr.c
[456/618] Compiling CLibreSSL dh_check.c
[457/618] Compiling CLibreSSL dh_lib.c
[458/618] Compiling CLibreSSL dh_asn1.c
[459/618] Compiling CLibreSSL d2i_pu.c
[460/618] Compiling CLibreSSL des_enc.c
[461/618] Compiling CLibreSSL dh_ameth.c
[462/618] Compiling CLibreSSL d2i_pr.c
[463/618] Compiling CLibreSSL d1_meth.c
[464/618] Compiling CLibreSSL d1_srvr.c
[465/618] Compiling CLibreSSL d1_srtp.c
[466/618] Compiling CLibreSSL cversion.c
[467/618] Compiling CLibreSSL cts128.c
[468/618] Compiling CLibreSSL d1_enc.c
[469/618] Compiling CLibreSSL d1_lib.c
[470/618] Compiling CLibreSSL d1_pkt.c
[471/618] Compiling CLibreSSL d1_clnt.c
[472/618] Compiling CLibreSSL ctr128.c
[473/618] Compiling CLibreSSL d1_both.c
[474/618] Compiling CLibreSSL cpt_err.c
[475/618] Compiling CLibreSSL cryptlib.c
[476/618] Compiling CLibreSSL conf_err.c
[477/618] Compiling CLibreSSL conf_sap.c
[478/618] Compiling CLibreSSL conf_lib.c
[479/618] Compiling CLibreSSL conf_api.c
[480/618] Compiling CLibreSSL cmll_ofb.c
[481/618] Compiling CLibreSSL cmll_misc.c
[482/618] Compiling CLibreSSL cmll_ecb.c
[483/618] Compiling CLibreSSL conf_mall.c
[484/618] Compiling CLibreSSL cmll_ctr.c
[484/618] Compiling CLibreSSL comp_err.c
[485/618] Compiling CLibreSSL conf_mod.c
[487/618] Compiling CLibreSSL cmll_cbc.c
[487/618] Compiling CLibreSSL cmll_cfb.c
[489/618] Compiling CLibreSSL comp_lib.c
[490/618] Compiling CLibreSSL chacha-merged.c
[491/618] Compiling CLibreSSL cfb64enc.c
[492/618] Compiling CLibreSSL cfb_enc.c
[493/618] Compiling CLibreSSL chacha.c
[494/618] Compiling CLibreSSL cmac.c
[494/618] Compiling CLibreSSL cm_ameth.c
[496/618] Compiling CLibreSSL cbc_cksm.c
[497/618] Compiling CLibreSSL cm_pmeth.c
[498/618] Compiling CLibreSSL cbc_enc.c
[499/618] Compiling CLibreSSL cfb64ede.c
[500/618] Compiling CLibreSSL ccm128.c
[501/618] Compiling CLibreSSL cbc128.c
[502/618] Compiling CLibreSSL c_ofb64.c
[503/618] Compiling CLibreSSL c_ecb.c
[504/618] Compiling CLibreSSL camellia.c
[505/618] Compiling CLibreSSL c_skey.c
[506/618] Compiling CLibreSSL c_cfb64.c
[507/618] Compiling CLibreSSL c_enc.c
[508/618] Compiling CLibreSSL c_rle.c
[509/618] Compiling CLibreSSL conf_def.c
[510/618] Compiling CLibreSSL c_zlib.c
[511/618] Compiling CLibreSSL buffer.c
[512/618] Compiling CLibreSSL c_all.c
[513/618] Compiling CLibreSSL buf_str.c
[514/618] Compiling CLibreSSL buf_err.c
[515/618] Compiling CLibreSSL by_mem.c
[516/618] Compiling CLibreSSL bss_null.c
[517/618] Compiling CLibreSSL by_file.c
[518/618] Compiling CLibreSSL by_dir.c
[519/618] Compiling CLibreSSL bss_sock.c
[520/618] Compiling CLibreSSL bss_mem.c
[521/618] Compiling CLibreSSL bss_file.c
[522/618] Compiling CLibreSSL bss_log.c
[523/618] Compiling CLibreSSL bsd-asprintf.c
[524/618] Compiling CLibreSSL bss_fd.c
[525/618] Compiling CLibreSSL bss_acpt.c
[526/618] Compiling CLibreSSL bss_bio.c
[527/618] Compiling CLibreSSL bs_ber.c
[528/618] Compiling CLibreSSL bss_dgram.c
[529/618] Compiling CLibreSSL bss_conn.c
[530/618] Compiling CLibreSSL bs_cbb.c
[531/618] Compiling CLibreSSL bn_x931p.c
[532/618] Compiling CLibreSSL bs_cbs.c
[533/618] Compiling CLibreSSL bn_word.c
[534/618] Compiling CLibreSSL bn_sqr.c
[535/618] Compiling CLibreSSL bn_sqrt.c
[536/618] Compiling CLibreSSL bn_recp.c
[537/618] Compiling CLibreSSL bn_rand.c
[538/618] Compiling CLibreSSL bn_mont.c
[539/618] Compiling CLibreSSL bn_mpi.c
[540/618] Compiling CLibreSSL bn_nist.c
[541/618] Compiling CLibreSSL bn_prime.c
[542/618] Compiling CLibreSSL bn_mod.c
[543/618] Compiling CLibreSSL bn_mul.c
[544/618] Compiling CLibreSSL bn_print.c
[545/618] Compiling CLibreSSL bn_shift.c
[546/618] Compiling CLibreSSL bn_kron.c
[547/618] Compiling CLibreSSL bn_lib.c
[548/618] Compiling CLibreSSL bn_gcd.c
[549/618] Compiling CLibreSSL bn_exp2.c
[550/618] Compiling CLibreSSL bn_err.c
[551/618] Compiling CLibreSSL bn_gf2m.c
[552/618] Compiling CLibreSSL bn_depr.c
[553/618] Compiling CLibreSSL bn_div.c
[554/618] Compiling CLibreSSL bn_ctx.c
[554/618] Compiling CLibreSSL bn_exp.c
[554/618] Compiling CLibreSSL bn_const.c
[557/618] Compiling CLibreSSL bn_blind.c
[558/618] Compiling CLibreSSL bn_add.c
[559/618] Compiling CLibreSSL bio_pk7.c
[560/618] Compiling CLibreSSL bio_ndef.c
[561/618] Compiling CLibreSSL bio_md.c
[562/618] Compiling CLibreSSL bio_err.c
[562/618] Compiling CLibreSSL bio_lib.c
[564/618] Compiling CLibreSSL bf_ofb64.c
[564/618] Compiling CLibreSSL bio_cb.c
[566/618] Compiling CLibreSSL bio_ssl.c
[567/618] Compiling CLibreSSL bio_enc.c
[568/618] Compiling CLibreSSL bf_ecb.c
[569/618] Compiling CLibreSSL bf_skey.c
[570/618] Compiling CLibreSSL bf_enc.c
[571/618] Compiling CLibreSSL bf_nbio.c
[572/618] Compiling CLibreSSL bf_null.c
[572/618] Compiling CLibreSSL bio_asn1.c
[574/618] Compiling CLibreSSL bio_b64.c
[575/618] Compiling CLibreSSL b_win.c
[576/618] Compiling CLibreSSL bf_cfb64.c
[577/618] Compiling CLibreSSL bn_asm.c
[578/618] Compiling CLibreSSL b_print.c
[579/618] Compiling CLibreSSL bf_buff.c
[580/618] Compiling CLibreSSL b_dump.c
[581/618] Compiling CLibreSSL b_posix.c
[582/618] Compiling CLibreSSL asn_pack.c
[583/618] Compiling CLibreSSL b_sock.c
[584/618] Compiling CLibreSSL arc4random_uniform.c
[585/618] Compiling CLibreSSL asn1_par.c
[586/618] Compiling CLibreSSL asn_moid.c
[587/618] Compiling CLibreSSL asn1_err.c
[588/618] Compiling CLibreSSL asn1_lib.c
[589/618] Compiling CLibreSSL aes_ofb.c
[590/618] Compiling CLibreSSL aes_wrap.c
[591/618] Compiling CLibreSSL aes_misc.c
[591/618] Compiling CLibreSSL asn1_gen.c
[593/618] Compiling CLibreSSL asn_mime.c
[594/618] Compiling CLibreSSL arc4random.c
[595/618] Compiling CLibreSSL aes_ecb.c
[596/618] Compiling CLibreSSL aes_ctr.c
[597/618] Compiling CLibreSSL aes_ige.c
[598/618] Compiling CLibreSSL ameth_lib.c
[599/618] Compiling CLibreSSL aes_cfb.c
[600/618] Compiling CLibreSSL aes_cbc.c
[601/618] Compiling CLibreSSL aes_core.c
[602/618] Compiling CLibreSSL a_type.c
[603/618] Compiling CLibreSSL a_utf8.c
[604/618] Compiling CLibreSSL a_time_tm.c
[605/618] Compiling CLibreSSL a_verify.c
[606/618] Compiling CLibreSSL a_time.c
[607/618] Compiling CLibreSSL a_strnid.c
[608/618] Compiling CLibreSSL a_strex.c
[609/618] Compiling CLibreSSL a_print.c
[610/618] Compiling CLibreSSL a_sign.c
[611/618] Compiling CLibreSSL a_set.c
[612/618] Compiling CLibreSSL a_octet.c
[613/618] Compiling CLibreSSL a_object.c
[614/618] Compiling CLibreSSL a_int.c
[615/618] Compiling CLibreSSL a_i2d_fp.c
[616/618] Compiling CLibreSSL a_enum.c
[617/618] Compiling CLibreSSL a_mbstr.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[619/640] Emitting module ProrsumNet
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[620/643] Compiling ProrsumNet SystemError.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[621/643] Compiling ProrsumNet Certificate.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[622/643] Compiling ProrsumNet mozilla_certs.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[623/643] Compiling ProrsumNet openbsd_certs.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[624/643] Compiling ProrsumNet Config.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[625/643] Compiling ProrsumNet Context.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[626/643] Compiling ProrsumNet String.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[627/643] Compiling ProrsumNet URL.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[628/643] Compiling ProrsumNet URandom.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[629/643] Compiling ProrsumNet Address.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[630/643] Compiling ProrsumNet Net.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[631/643] Compiling ProrsumNet SSLTCPStream.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[632/643] Compiling ProrsumNet TCPSocket.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[633/643] Compiling ProrsumNet TCPStream.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[634/643] Compiling ProrsumNet UDPSocket.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[635/643] Compiling ProrsumNet Socket.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[636/643] Compiling ProrsumNet Stream.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[637/643] Compiling ProrsumNet TCPServer.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[638/643] Compiling ProrsumNet Utilities.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[639/643] Compiling ProrsumNet CaseInsensitiveString.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[640/643] Compiling ProrsumNet Data.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[641/643] Compiling ProrsumNet Error.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[642/643] Compiling ProrsumNet Mode.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[643/643] Compiling ProrsumNet SSLSocket.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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/1] Write swift-version-24593BA9C3E375BF.txt
[2/23] Compiling ProrsumNet Error.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[3/23] Compiling ProrsumNet Mode.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[4/23] Compiling ProrsumNet SSLSocket.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[5/26] Compiling ProrsumNet SystemError.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[6/26] Compiling ProrsumNet Certificate.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[7/26] Compiling ProrsumNet mozilla_certs.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/26] Emitting module ProrsumNet
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[9/26] Compiling ProrsumNet Socket.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[10/26] Compiling ProrsumNet Stream.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[11/26] Compiling ProrsumNet TCPServer.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[12/26] Compiling ProrsumNet TCPSocket.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[13/26] Compiling ProrsumNet TCPStream.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[14/26] Compiling ProrsumNet UDPSocket.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[15/26] Compiling ProrsumNet Utilities.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[16/26] Compiling ProrsumNet CaseInsensitiveString.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[17/26] Compiling ProrsumNet Data.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[18/26] Compiling ProrsumNet openbsd_certs.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[19/26] Compiling ProrsumNet Config.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[20/26] Compiling ProrsumNet Context.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[21/26] Compiling ProrsumNet Address.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[22/26] Compiling ProrsumNet Net.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[23/26] Compiling ProrsumNet SSLTCPStream.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[24/26] Compiling ProrsumNet String.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[25/26] Compiling ProrsumNet URL.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
[26/26] Compiling ProrsumNet URandom.swift
/host/spi-builder-workspace/Sources/ProrsumNet/Net/Address.swift:12:12: error: no such module 'Darwin.C'
 10 |     import Glibc
 11 | #else
 12 |     import Darwin.C
    |            `- error: no such module 'Darwin.C'
 13 | #endif
 14 |
BUILD FAILURE 6.1 android