The Swift Package Index logo.Swift Package Index

Build Information

Successful build of sebbu-networking with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/MarSe32m/sebbu-networking.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/MarSe32m/sebbu-networking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9092b52 Update windows.yml
Cloned https://github.com/MarSe32m/sebbu-networking.git
Revision (git rev-parse @):
9092b523b8a14046df44b068e70146993b7625c2
SUCCESS checkout https://github.com/MarSe32m/sebbu-networking.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/MarSe32m/sebbu-networking.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
warning: 'spi-builder-workspace': /host/spi-builder-workspace/Package.swift:19:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-nio.git", .branch("main")),
         ^
/host/spi-builder-workspace/Package.swift:19:66: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-nio.git", .branch("main")),
                                                                 ^
/host/spi-builder-workspace/Package.swift:20:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-collections.git", .branch("main")),
         ^
/host/spi-builder-workspace/Package.swift:20:74: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-collections.git", .branch("main")),
                                                                         ^
/host/spi-builder-workspace/Package.swift:21:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/apple/swift-nio-transport-services.git", .branch("main")),
         ^
/host/spi-builder-workspace/Package.swift:21:85: warning: 'branch' is deprecated
        .package(url: "https://github.com/apple/swift-nio-transport-services.git", .branch("main")),
                                                                                    ^
/host/spi-builder-workspace/Package.swift:22:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/MarSe32m/sebbu-ts-ds.git", .branch("main")),
         ^
/host/spi-builder-workspace/Package.swift:22:71: warning: 'branch' is deprecated
        .package(url: "https://github.com/MarSe32m/sebbu-ts-ds.git", .branch("main")),
                                                                      ^
/host/spi-builder-workspace/Package.swift:23:10: warning: 'package(url:_:)' is deprecated: use specific requirement APIs instead (e.g. use 'branch:' instead of '.branch')
        .package(url: "https://github.com/vapor/websocket-kit.git", .branch("main"))
         ^
/host/spi-builder-workspace/Package.swift:23:70: warning: 'branch' is deprecated
        .package(url: "https://github.com/vapor/websocket-kit.git", .branch("main"))
                                                                     ^
Fetching https://github.com/apple/swift-nio.git
[1/64516] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.58s)
Fetching https://github.com/apple/swift-collections.git
[1/13746] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.11s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2064] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.30s)
Fetching https://github.com/MarSe32m/sebbu-ts-ds.git
[1/859] Fetching sebbu-ts-ds
Fetched https://github.com/MarSe32m/sebbu-ts-ds.git from cache (0.25s)
Fetching https://github.com/vapor/websocket-kit.git
[1/2411] Fetching websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (0.31s)
Fetching https://github.com/apple/swift-atomics.git
[1/1563] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.44s)
Fetching https://github.com/apple/swift-nio-ssl.git
[1/12147] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.35s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.20.2 (0.51s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at main (48916a4)
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.20.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at main (088df27)
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at main (94645c8)
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at main (3af54d0)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at main (108ac4f)
Creating working copy for https://github.com/MarSe32m/sebbu-ts-ds.git
Working copy of https://github.com/MarSe32m/sebbu-ts-ds.git resolved at main (8bf38d8)
Building for debugging...
[0/468] Write sources
[16/468] Compiling CSebbuTSDS pause.c
[17/468] Compiling _AtomicsShims.c
[18/468] Compiling CNIOWindows WSAStartup.c
[19/468] Compiling CNIOWindows shim.c
[20/468] Compiling CNIOLinux liburing_shims.c
[21/468] Compiling CNIODarwin shim.c
[22/468] Compiling CNIOSHA1 c_nio_sha1.c
[23/468] Compiling CNIOLinux shim.c
[24/468] Compiling CSebbuNetworking shim.c
[25/468] Write swift-version-24593BA9C3E375BF.txt
[26/468] Compiling CNIOHTTPParser c_nio_http_parser.c
[27/471] Compiling CNIOBoringSSLShims shims.c
[28/477] Compiling tls13_enc.cc
[29/477] Compiling tls_method.cc
[31/495] Emitting module _NIODataStructures
[31/495] Compiling tls13_server.cc
[32/495] Compiling tls_record.cc
[33/495] Compiling tls13_client.cc
[34/495] Compiling tls13_both.cc
[35/495] Compiling t1_enc.cc
[36/495] Compiling ssl_versions.cc
[37/495] Compiling ssl_transcript.cc
[39/495] Emitting module DequeModule
[39/495] Compiling ssl_stat.cc
[40/497] Compiling ssl_x509.cc
[41/497] Compiling ssl_session.cc
[43/497] Compiling DequeModule Deque+Hashable.swift
[44/497] Compiling DequeModule Deque+Testing.swift
[45/497] Compiling DequeModule _DequeBuffer.swift
[46/497] Compiling DequeModule _DequeBufferHeader.swift
[47/497] Compiling DequeModule Deque.swift
[48/497] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[49/497] Compiling DequeModule _DequeSlot.swift
[50/497] Compiling DequeModule _UnsafeWrappedBuffer.swift
[51/497] Compiling DequeModule Deque+CustomDebugStringConvertible.swift
[52/497] Compiling DequeModule Deque+CustomReflectable.swift
[53/497] Compiling DequeModule Deque+CustomStringConvertible.swift
[54/497] Compiling DequeModule Deque+Equatable.swift
[55/497] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[56/497] Compiling DequeModule Deque+Extras.swift
[57/497] Compiling _NIODataStructures PriorityQueue.swift
[58/497] Compiling PriorityQueueModule Heap.swift
[59/497] Compiling DequeModule Compatibility.swift
[60/497] Compiling DequeModule Deque+Codable.swift
[61/497] Compiling DequeModule Deque+Collection.swift
[62/497] Compiling DequeModule Deque._Storage.swift
[63/497] Compiling DequeModule Deque._UnsafeHandle.swift
[64/497] Compiling PriorityQueueModule Heap+ExpressibleByArrayLiteral.swift
[65/498] Compiling PriorityQueueModule _Node.swift
[66/498] Emitting module PriorityQueueModule
[67/498] Compiling PriorityQueueModule Heap+UnsafeHandle.swift
[68/498] Compiling PriorityQueueModule Heap+Invariants.swift
[69/499] Compiling ssl_privkey.cc
[71/499] Compiling ssl_key_share.cc
[72/499] Compiling ssl_file.cc
[73/499] Compiling ssl_lib.cc
[74/499] Compiling ssl_cipher.cc
[75/499] Compiling ssl_buffer.cc
[76/499] Compiling ssl_aead_ctx.cc
[78/499] Compiling _NIODataStructures Heap.swift
[79/500] Compiling s3_pkt.cc
[80/500] Compiling ssl_asn1.cc
[81/500] Compiling ssl_cert.cc
[82/500] Compiling s3_lib.cc
[83/500] Compiling s3_both.cc
[84/500] Compiling handshake_server.cc
[85/500] Compiling handshake_client.cc
[86/500] Compiling handoff.cc
[87/500] Compiling handshake.cc
[88/500] Compiling dtls_record.cc
[89/500] Compiling encrypted_client_hello.cc
[90/500] Compiling dtls_method.cc
[91/500] Compiling extensions.cc
[92/500] Compiling v3_utl.c
[93/500] Compiling v3_skey.c
[94/500] Compiling v3_prn.c
[95/500] Compiling v3_purp.c
[96/500] Compiling v3_pmaps.c
[97/500] Compiling v3_pcons.c
[98/500] Compiling bio_ssl.cc
[99/500] Compiling v3_pci.c
[100/500] Compiling v3_pcia.c
[101/500] Compiling d1_pkt.cc
[102/500] Compiling d1_srtp.cc
[103/500] Compiling v3_ocsp.c
[104/500] Compiling v3_ncons.c
[105/500] Compiling d1_lib.cc
[106/500] Compiling v3_int.c
[107/500] Compiling d1_both.cc
[108/500] Compiling v3_info.c
[109/500] Compiling v3_lib.c
[110/500] Compiling v3_ia5.c
[111/500] Compiling v3_genn.c
[112/500] Compiling v3_enum.c
[113/500] Compiling v3_cpols.c
[114/500] Compiling v3_bitst.c
[115/500] Compiling v3_bcons.c
[116/500] Compiling v3_conf.c
[117/500] Compiling v3_crld.c
[118/500] Compiling v3_extku.c
[119/500] Compiling v3_alt.c
[120/500] Compiling v3_akeya.c
[121/500] Compiling pcy_node.c
[122/500] Compiling v3_akey.c
[123/500] Compiling pcy_map.c
[124/500] Compiling pcy_data.c
[125/500] Compiling pcy_lib.c
[126/500] Compiling pcy_tree.c
[127/500] Compiling x_x509a.c
[128/500] Compiling x_val.c
[129/500] Compiling pcy_cache.c
[130/500] Compiling x_x509.c
[131/500] Compiling x_pubkey.c
[132/500] Compiling x_spki.c
[133/500] Compiling x_req.c
[134/500] Compiling x_sig.c
[135/500] Compiling x_pkey.c
[136/500] Compiling x_exten.c
[137/500] Compiling x_info.c
[138/500] Compiling x_attrib.c
[139/500] Compiling x_name.c
[140/500] Compiling x_all.c
[141/500] Compiling x_algor.c
[142/500] Compiling x509spki.c
[143/500] Compiling x_crl.c
[144/500] Compiling x509rset.c
[145/500] Compiling x509name.c
[146/500] Compiling x509cset.c
[147/500] Compiling x509_set.c
[148/500] Compiling x509_txt.c
[149/500] Compiling x509_v3.c
[150/500] Compiling x509_vpm.c
[151/500] Compiling x509_vfy.c
[152/500] Compiling x509_trs.c
[153/500] Compiling x509_req.c
[154/500] Compiling x509_obj.c
[155/500] Compiling x509_def.c
[156/500] Compiling x509_ext.c
[157/500] Compiling x509_d2.c
[158/500] Compiling x509_lu.c
[159/500] Compiling x509_att.c
[160/500] Compiling x509.c
[161/500] Compiling x509_cmp.c
[162/500] Compiling t_x509a.c
[163/500] Compiling t_x509.c
[164/500] Compiling t_req.c
[165/500] Compiling i2d_pr.c
[166/500] Compiling name_print.c
[167/500] Compiling rsa_pss.c
[168/500] Compiling t_crl.c
[169/500] Compiling by_file.c
[170/500] Compiling a_sign.c
[171/500] Compiling by_dir.c
[172/500] Compiling a_verify.c
[173/500] Compiling algorithm.c
[174/500] Compiling a_digest.c
[175/500] Compiling asn1_gen.c
[176/500] Compiling voprf.c
[177/500] Compiling thread.c
[178/500] Compiling thread_none.c
[179/500] Compiling thread_pthread.c
[180/500] Compiling thread_win.c
[181/500] Compiling stack.c
[182/500] Compiling rsa_print.c
[182/500] Compiling trust_token.c
[184/500] Compiling siphash.c
[185/500] Compiling pmbtoken.c
[186/500] Compiling refcount_lock.c
[187/500] Compiling rsa_asn1.c
[188/500] Compiling refcount_c11.c
[189/500] Compiling rand_extra.c
[190/500] Compiling rc4.c
[191/500] Compiling fuchsia.c
[192/500] Compiling windows.c
[193/500] Compiling passive.c
[194/500] Compiling forkunsafe.c
[195/500] Compiling deterministic.c
[196/500] Compiling poly1305_arm_asm.S
[197/500] Compiling pool.c
[198/500] Compiling poly1305.c
[199/500] Compiling poly1305_arm.c
[200/500] Compiling pkcs7.c
[201/500] Compiling pkcs8.c
[202/500] Compiling p5_pbev2.c
[203/500] Compiling pem_x509.c
[204/500] Compiling pkcs8_x509.c
[205/500] Compiling pem_xaux.c
[206/500] Compiling pkcs7_x509.c
[207/500] Compiling pem_pkey.c
[208/500] Compiling pem_pk8.c
[209/500] Compiling pem_oth.c
[210/500] Compiling obj_xref.c
[211/500] Compiling mem.c
[212/500] Compiling pem_info.c
[213/500] Compiling pem_lib.c
[214/500] Compiling lhash.c
[215/500] Compiling pem_all.c
[216/500] Compiling hpke.c
[217/500] Compiling hkdf.c
[218/500] Compiling poly_rq_mul.S
[219/500] Compiling x86_64-mont5.mac.x86_64.S
[220/500] Compiling vpaes-x86_64.mac.x86_64.S
[221/500] Compiling x86-mont.linux.x86.S
[222/500] Compiling x86_64-mont.mac.x86_64.S
[222/500] Compiling x86_64-mont5.linux.x86_64.S
[224/500] Compiling x86_64-mont.linux.x86_64.S
[225/500] Compiling obj.c
[226/500] Compiling vpaes-x86.linux.x86.S
[227/500] Compiling vpaes-armv8.linux.aarch64.S
[228/500] Compiling vpaes-x86_64.linux.x86_64.S
[229/500] Compiling vpaes-armv8.ios.aarch64.S
[230/500] Compiling vpaes-armv7.ios.arm.S
[231/500] Compiling vpaes-armv7.linux.arm.S
[232/500] Compiling poly1305_vec.c
[233/500] Compiling sha512-x86_64.mac.x86_64.S
[234/500] Compiling kdf.c
[235/500] Compiling sha512-armv8.linux.aarch64.S
[236/500] Compiling sha512-armv4.ios.arm.S
[237/500] Compiling sha512-armv8.ios.aarch64.S
[238/500] Compiling sha512-x86_64.linux.x86_64.S
[239/500] Compiling sha512-armv4.linux.arm.S
[240/500] Compiling sha512-586.linux.x86.S
[241/500] Compiling sha256-x86_64.mac.x86_64.S
[242/500] Compiling sha256-armv8.linux.aarch64.S
[243/500] Compiling sha256-armv8.ios.aarch64.S
[244/500] Compiling hrss.c
[245/500] Compiling sha256-x86_64.linux.x86_64.S
[246/500] Compiling sha256-armv4.linux.arm.S
[247/500] Compiling sha256-armv4.ios.arm.S
[248/500] Compiling sha1-x86_64.mac.x86_64.S
[249/500] Compiling sha256-586.linux.x86.S
[250/500] Compiling sha1-armv8.linux.aarch64.S
[251/500] Compiling sha1-armv8.ios.aarch64.S
[252/500] Compiling sha1-armv4-large.linux.arm.S
[253/500] Compiling sha1-armv4-large.ios.arm.S
[254/500] Compiling sha1-586.linux.x86.S
[255/500] Compiling sha1-x86_64.linux.x86_64.S
[256/500] Compiling sha1-altivec.c
[257/500] Compiling sha1.c
[258/500] Compiling sha256.c
[259/500] Compiling sha512.c
[260/500] Compiling rsaz-avx2.mac.x86_64.S
[261/500] Compiling fips.c
[262/500] Compiling service_indicator.c
[263/500] Compiling self_check.c
[264/500] Compiling rsaz-avx2.linux.x86_64.S
[265/500] Compiling rsa.c
[266/500] Compiling rdrand-x86_64.mac.x86_64.S
[267/500] Compiling rdrand-x86_64.linux.x86_64.S
[268/500] Compiling padding.c
[269/500] Compiling rsa_impl.c
[270/500] Compiling blinding.c
[271/500] Compiling rand.c
[272/500] Compiling fork_detect.c
[273/500] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[274/500] Compiling ctrdrbg.c
[275/500] Compiling urandom.c
[276/500] Compiling p256_beeu-armv8-asm.ios.aarch64.S
[277/500] Compiling p256_beeu-armv8-asm.linux.aarch64.S
[278/500] Compiling p256-x86_64-asm.mac.x86_64.S
[279/500] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[280/500] Compiling p256-armv8-asm.linux.aarch64.S
[281/500] Compiling p256-armv8-asm.ios.aarch64.S
[282/500] Compiling p256-x86_64-asm.linux.x86_64.S
[283/500] Compiling polyval.c
[283/500] Compiling ofb.c
[285/500] Compiling gcm_nohw.c
[286/500] Compiling cbc.c
[287/500] Compiling ctr.c
[288/500] Compiling md5-x86_64.mac.x86_64.S
[289/500] Compiling md5-x86_64.linux.x86_64.S
[290/500] Compiling md5.c
[291/500] Compiling gcm.c
[292/500] Compiling cfb.c
[293/500] Compiling md5-586.linux.x86.S
[294/500] Compiling md4.c
[295/500] Compiling ghashv8-armx64.linux.aarch64.S
[296/500] Compiling ghashv8-armx64.ios.aarch64.S
[297/500] Compiling ghashv8-armx32.linux.arm.S
[298/500] Compiling hmac.c
[299/500] Compiling ghashv8-armx32.ios.arm.S
[300/500] Compiling ghash-x86_64.mac.x86_64.S
[301/500] Compiling ghash-x86_64.linux.x86_64.S
[302/500] Compiling ghash-x86.linux.x86.S
[303/500] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[304/500] Compiling ghash-neon-armv8.linux.aarch64.S
[305/500] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[306/500] Compiling fips_shared_support.c
[307/500] Compiling ghash-ssse3-x86.linux.x86.S
[308/500] Compiling ghash-neon-armv8.ios.aarch64.S
[309/500] Compiling ghash-armv4.linux.arm.S
[310/500] Compiling ghash-armv4.ios.arm.S
[311/500] Compiling ecdh.c
[312/500] Compiling wnaf.c
[313/500] Compiling util.c
[314/500] Compiling ecdsa.c
[315/500] Compiling simple.c
[316/500] Compiling scalar.c
[317/500] Compiling simple_mul.c
[318/500] Compiling ec_montgomery.c
[319/500] Compiling p256.c
[320/500] Compiling p224-64.c
[321/500] Compiling oct.c
[322/500] Compiling felem.c
[323/500] Compiling digestsign.c
[324/500] Compiling ec_key.c
[325/500] Compiling check.c
[326/500] Compiling co-586.linux.x86.S
[327/500] Compiling digests.c
[328/500] Compiling ec.c
[329/500] Compiling digest.c
[330/500] Compiling dh.c
[331/500] Compiling cmac.c
[332/500] Compiling e_aesccm.c
[333/500] Compiling bsaes-armv7.ios.arm.S
[334/500] Compiling bsaes-armv7.linux.arm.S
[335/500] Compiling p256-nistz.c
[336/500] Compiling e_aes.c
[337/500] Compiling sqrt.c
[337/500] Compiling cipher.c
[339/500] Compiling aead.c
[340/500] Compiling shift.c
[341/500] Compiling rsaz_exp.c
[342/500] Compiling montgomery_inv.c
[343/500] Compiling random.c
[344/500] Compiling generic.c
[345/500] Compiling jacobi.c
[346/500] Compiling prime.c
[346/500] Compiling gcd_extra.c
[348/500] Compiling montgomery.c
[349/500] Compiling mul.c
[350/500] Compiling div_extra.c
[351/500] Compiling gcd.c
[352/500] Compiling exponentiation.c
[353/500] Compiling bytes.c
[354/500] Compiling ctx.c
[355/500] Compiling cmp.c
[356/500] Compiling bn-586.linux.x86.S
[357/500] Compiling div.c
[358/500] Compiling armv8-mont.linux.aarch64.S
[359/500] Compiling bn.c
[360/500] Compiling armv8-mont.ios.aarch64.S
[361/500] Compiling add.c
[362/500] Compiling armv4-mont.ios.arm.S
[363/500] Compiling armv4-mont.linux.arm.S
[364/500] Compiling aesv8-armx64.linux.aarch64.S
[365/500] Compiling aesv8-armx64.ios.aarch64.S
[366/500] Compiling aesv8-armx32.linux.arm.S
[367/500] Compiling aesni-x86_64.mac.x86_64.S
[368/500] Compiling aesv8-armx32.ios.arm.S
[369/500] Compiling x86_64-gcc.c
[370/500] Compiling aesni-x86_64.linux.x86_64.S
[371/500] Compiling aesni-gcm-x86_64.mac.x86_64.S
[372/500] Compiling aesni-x86.linux.x86.S
[373/500] Compiling aesni-gcm-x86_64.linux.x86_64.S
[374/500] Compiling mode_wrappers.c
[375/500] Compiling key_wrap.c
[376/500] Compiling aes.c
[377/500] Compiling ex_data.c
[378/500] Compiling sign.c
[379/500] Compiling scrypt.c
[380/500] Compiling pbkdf.c
[381/500] Compiling aes_nohw.c
[382/500] Compiling print.c
[383/500] Compiling p_x25519.c
[384/500] Compiling p_ed25519_asn1.c
[385/500] Compiling p_rsa_asn1.c
[386/500] Compiling p_x25519_asn1.c
[387/500] Compiling p_ed25519.c
[388/500] Compiling p_hkdf.c
[389/500] Compiling p_rsa.c
[389/500] Compiling p_ec_asn1.c
[391/500] Compiling err_data.c
[392/500] Compiling p_ec.c
[393/500] Compiling p_dsa_asn1.c
[394/500] Compiling evp_ctx.c
[395/500] Compiling evp.c
[396/500] Compiling engine.c
[397/500] Compiling evp_asn1.c
[398/500] Compiling err.c
[399/500] Compiling ecdh_extra.c
[400/500] Compiling ecdsa_asn1.c
[401/500] Compiling ec_derive.c
[402/500] Compiling hash_to_curve.c
[403/500] Compiling dsa_asn1.c
[403/500] Compiling ec_asn1.c
[405/500] Compiling dh_asn1.c
[406/500] Compiling params.c
[407/500] Compiling dsa.c
[408/500] Compiling digest_extra.c
[409/500] Compiling crypto.c
[410/500] Compiling spake25519.c
[411/500] Compiling x25519-asm-arm.S
[412/500] Compiling cpu_ppc64le.c
[413/500] Compiling cpu_arm_linux.c
[414/500] Compiling cpu_intel.c
[415/500] Compiling des.c
[416/500] Compiling cpu_arm.c
[417/500] Compiling cpu_aarch64_win.c
[418/500] Compiling cpu_aarch64_fuchsia.c
[419/500] Compiling cpu_aarch64_linux.c
[420/500] Compiling cpu_aarch64_apple.c
[421/500] Compiling tls_cbc.c
[422/500] Compiling curve25519.c
[423/500] Compiling e_tls.c
[424/500] Compiling e_rc4.c
[425/500] Compiling e_null.c
[426/500] Compiling conf.c
[427/500] Compiling e_rc2.c
[428/500] Compiling e_des.c
[429/500] Compiling e_aesctrhmac.c
[430/500] Compiling derive_key.c
[431/500] Compiling e_chacha20poly1305.c
[432/500] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[433/500] Compiling e_aesgcmsiv.c
[434/500] Compiling cipher_extra.c
[435/500] Compiling chacha20_poly1305_armv8.ios.aarch64.S
[436/500] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[437/500] Compiling chacha20_poly1305_armv8.linux.aarch64.S
[438/500] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[439/500] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[440/500] Compiling chacha.c
[441/500] Compiling chacha-armv8.linux.aarch64.S
[442/500] Compiling unicode.c
[443/500] Compiling chacha-x86_64.mac.x86_64.S
[444/500] Compiling chacha-x86.linux.x86.S
[445/500] Compiling chacha-x86_64.linux.x86_64.S
[446/500] Compiling chacha-armv8.ios.aarch64.S
[447/500] Compiling chacha-armv4.linux.arm.S
[448/500] Compiling chacha-armv4.ios.arm.S
[449/500] Compiling asn1_compat.c
[450/500] Compiling bn_asn1.c
[451/500] Compiling ber.c
[452/500] Compiling buf.c
[453/500] Compiling cbb.c
[454/500] Compiling convert.c
[455/500] Compiling blake2.c
[456/500] Compiling hexdump.c
[457/500] Compiling socket.c
[458/500] Compiling socket_helper.c
[459/500] Compiling cbs.c
[460/500] Compiling printf.c
[461/500] Compiling pair.c
[462/500] Compiling file.c
[463/500] Compiling connect.c
[464/500] Compiling bio.c
[465/500] Compiling fd.c
[466/500] Compiling time_support.c
[467/500] Compiling tasn_new.c
[468/500] Compiling bio_mem.c
[469/500] Compiling base64.c
[470/500] Compiling tasn_fre.c
[471/500] Compiling tasn_typ.c
[472/500] Compiling tasn_utl.c
[473/500] Compiling asn_pack.c
[474/500] Compiling f_int.c
[475/500] Compiling f_string.c
[476/500] Compiling tasn_enc.c
[477/500] Compiling asn1_par.c
[478/500] Compiling a_utf8.c
[478/500] Compiling tasn_dec.c
[480/500] Compiling a_utctm.c
[481/500] Compiling a_type.c
[482/500] Compiling asn1_lib.c
[483/500] Compiling a_time.c
[484/500] Compiling a_strnid.c
[485/500] Compiling a_strex.c
[486/500] Compiling a_octet.c
[487/500] Compiling a_print.c
[488/500] Compiling a_mbstr.c
[489/500] Compiling a_i2d_fp.c
[490/500] Compiling a_object.c
[491/500] Compiling a_gentm.c
[492/500] Compiling a_dup.c
[493/500] Write sources
[494/500] Compiling a_int.c
[495/500] Compiling a_d2i_fp.c
[496/500] Compiling a_bool.c
[497/512] Compiling a_bitstr.c
[499/512] Compiling Atomics AtomicLazyReference.swift
[500/513] Compiling Atomics AtomicStrongReference.swift
[501/513] Compiling Atomics AtomicValue.swift
[502/513] Compiling Atomics AtomicOptional.swift
[503/513] Compiling Atomics AtomicRawRepresentable.swift
[504/513] Compiling Atomics AtomicInteger.swift
[505/513] Compiling Atomics AtomicMemoryOrderings.swift
[506/513] Compiling Atomics DoubleWord.swift
[507/513] Compiling Atomics AtomicBool.swift
[507/513] Compiling c-nioatomics.c
[508/513] Compiling c-atomics.c
[510/517] Compiling Atomics PointerConformances.swift
[511/517] Compiling NIOConcurrencyHelpers lock.swift
[512/517] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[513/517] Compiling NIOConcurrencyHelpers atomics.swift
[514/517] Emitting module NIOConcurrencyHelpers
[516/540] Emitting module Atomics
[517/563] Compiling Atomics HighLevelTypes.swift
[518/563] Compiling Atomics IntegerConformances.swift
[520/564] Compiling NIOCore DeadChannel.swift
[521/564] Compiling NIOCore DispatchQueue+WithFuture.swift
[522/564] Compiling NIOCore EventLoop+Deprecated.swift
[523/564] Compiling NIOCore EventLoop.swift
[524/564] Compiling NIOCore EventLoopFuture+Deprecated.swift
[525/564] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[526/570] Compiling NIOCore NIOAny.swift
[527/570] Compiling NIOCore NIOCloseOnErrorHandler.swift
[528/570] Compiling NIOCore NIOSendable.swift
[529/570] Compiling NIOCore PointerHelpers.swift
[530/570] Compiling NIOCore RecvByteBufferAllocator.swift
[531/570] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[532/570] Compiling NIOCore IntegerBitPacking.swift
[533/570] Compiling NIOCore IntegerTypes.swift
[534/570] Compiling NIOCore Interfaces.swift
[535/570] Compiling NIOCore Linux.swift
[536/570] Compiling NIOCore MarkedCircularBuffer.swift
[537/570] Compiling NIOCore MulticastChannel.swift
[538/570] Compiling NIOCore EventLoopFuture.swift
[539/570] Compiling NIOCore FileDescriptor.swift
[540/570] Compiling NIOCore FileHandle.swift
[541/570] Compiling NIOCore FileRegion.swift
[542/570] Compiling NIOCore IO.swift
[543/570] Compiling NIOCore IOData.swift
[544/588] Compiling SebbuTSDS ConcurrentQueue.swift
[545/588] Compiling SebbuTSDS ConcurrentStack.swift
[546/590] Compiling SebbuTSDS Lock.swift
[547/590] Compiling SebbuTSDS Spinlock.swift
[548/590] Compiling SebbuTSDS SpinlockedQueue.swift
[549/590] Compiling SebbuTSDS ConcurrentDeque.swift
[550/590] Compiling SebbuTSDS LockedQueue.swift
[551/590] Compiling SebbuTSDS SpinlockedDeque.swift
[552/590] Compiling SebbuTSDS SPMCBoundedQueue.swift
[553/590] Compiling SebbuTSDS SPSCBoundedQueue.swift
[554/590] Compiling SebbuTSDS SPSCQueue.swift
[555/590] Compiling SebbuTSDS MPMCBoundedQueue.swift
[556/590] Compiling SebbuTSDS MPSCBoundedQueue.swift
[557/590] Compiling SebbuTSDS MPSCQueue.swift
[558/590] Compiling SebbuTSDS LockedArray.swift
[559/590] Compiling SebbuTSDS LockedDeque.swift
[560/590] Compiling SebbuTSDS LockedDictionary.swift
[572/590] Compiling SebbuTSDS ThreadPool.swift
[573/590] Compiling SebbuTSDS Utilities.swift
[574/590] Emitting module SebbuTSDS
[575/590] Compiling NIOCore SocketAddresses.swift
[576/590] Compiling NIOCore SocketOptionProvider.swift
[577/590] Compiling NIOCore SystemCallHelpers.swift
[578/590] Compiling NIOCore TypeAssistedChannelHandler.swift
[579/590] Compiling NIOCore UniversalBootstrapSupport.swift
[580/590] Compiling NIOCore Utilities.swift
[584/591] Compiling NIOCore ByteBuffer-int.swift
[585/591] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[586/591] Compiling NIOCore ByteBuffer-multi-int.swift
[587/591] Compiling NIOCore ByteBuffer-views.swift
[588/591] Compiling NIOCore Channel.swift
[589/591] Compiling NIOCore ChannelHandler.swift
[590/591] Compiling NIOCore ChannelHandlers.swift
[591/591] Emitting module NIOCore
[593/635] Compiling NIOEmbedded Embedded.swift
[594/635] Compiling NIOPosix PipeChannel.swift
[595/635] Compiling NIOPosix PipePair.swift
[596/635] Compiling NIOPosix PointerHelpers.swift
[597/635] Compiling NIOPosix Resolver.swift
[598/635] Compiling NIOPosix Selectable.swift
[599/640] Emitting module NIOEmbedded
[600/640] Compiling NIOEmbedded AsyncEmbeddedEventLoop.swift
[602/641] Compiling NIOPosix SelectorUring.swift
[603/641] Compiling NIOPosix ServerSocket.swift
[604/641] Compiling NIOPosix Socket.swift
[605/641] Compiling NIOPosix SocketChannel.swift
[606/641] Compiling NIOPosix SocketProtocols.swift
[607/641] Compiling NIOPosix System.swift
[608/641] Compiling NIOPosix Thread.swift
[609/641] Compiling NIOPosix ThreadPosix.swift
[610/641] Compiling NIOPosix ThreadWindows.swift
[611/641] Compiling NIOPosix Utilities.swift
[612/641] Compiling NIOPosix HappyEyeballs.swift
[613/641] Compiling NIOPosix IO.swift
[614/641] Compiling NIOPosix IntegerBitPacking.swift
[615/641] Compiling NIOPosix IntegerTypes.swift
[616/641] Compiling NIOPosix Linux.swift
[617/641] Compiling NIOPosix LinuxCPUSet.swift
[618/641] Compiling NIOPosix SelectableChannel.swift
[619/641] Compiling NIOPosix SelectableEventLoop.swift
[620/641] Compiling NIOPosix SelectorEpoll.swift
[621/641] Compiling NIOPosix SelectorGeneric.swift
[622/641] Compiling NIOPosix SelectorKqueue.swift
[623/641] Compiling NIOPosix LinuxUring.swift
[624/641] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[625/641] Compiling NIOPosix NIOThreadPool.swift
[626/641] Compiling NIOPosix NonBlockingFileIO.swift
[627/641] Compiling NIOPosix PendingDatagramWritesManager.swift
[628/641] Compiling NIOPosix PendingWritesManager.swift
[629/641] Compiling NIOPosix BaseStreamSocketChannel.swift
[630/641] Compiling NIOPosix Bootstrap.swift
[631/641] Compiling NIOPosix ControlMessage.swift
[632/641] Compiling NIOPosix DatagramVectorReadManager.swift
[633/641] Compiling NIOPosix FileDescriptor.swift
[634/641] Compiling NIOPosix GetaddrinfoResolver.swift
[635/641] Emitting module NIOPosix
[636/641] Compiling NIOPosix BSDSocketAPICommon.swift
[637/641] Compiling NIOPosix BSDSocketAPIPosix.swift
[638/641] Compiling NIOPosix BSDSocketAPIWindows.swift
[639/641] Compiling NIOPosix BaseSocket.swift
[640/641] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[641/641] Compiling NIOPosix BaseSocketChannel.swift
[643/644] Emitting module NIO
[644/644] Compiling NIO Exports.swift
[646/663] Compiling NIOTLS TLSEvents.swift
[647/663] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[648/663] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[649/663] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[650/663] Emitting module NIOFoundationCompat
[652/664] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[653/664] Compiling NIOTLS SNIHandler.swift
[654/664] Emitting module NIOTLS
[656/665] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[657/665] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[658/666] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[659/666] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[660/666] Emitting module NIOHTTP1
[661/692] Compiling NIOSSL IdentityVerification.swift
[662/692] Compiling NIOSSL LinuxCABundle.swift
[663/692] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[664/692] Compiling NIOSSL ByteBufferBIO.swift
[665/692] Compiling NIOSSL CustomPrivateKey.swift
[666/692] Compiling NIOHTTP1 HTTPTypes.swift
[668/704] Compiling NIOWebSocket WebSocketOpcode.swift
[669/705] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[670/705] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[671/705] Emitting module NIOSSL
[672/708] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[673/708] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[674/708] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[675/708] Compiling NIOSSL NIOSSLSecureBytes.swift
[676/708] Compiling NIOSSL RNG.swift
[677/708] Compiling NIOSSL SafeCompare.swift
[678/708] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[679/708] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[680/708] Compiling NIOSSL SubjectAlternativeName.swift
[681/708] Compiling NIOSSL SSLPKCS12Bundle.swift
[682/708] Compiling NIOSSL SSLPrivateKey.swift
[683/708] Compiling NIOSSL SSLPublicKey.swift
[684/708] Compiling NIOWebSocket SHA1.swift
[685/708] Compiling NIOWebSocket WebSocketErrorCodes.swift
[686/708] Compiling NIOWebSocket WebSocketFrame.swift
[687/708] Emitting module NIOWebSocket
[688/708] Compiling NIOWebSocket Base64.swift
[689/708] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[695/709] Compiling NIOSSL Zeroization.swift
[696/709] Compiling NIOSSL TLSConfiguration.swift
[697/709] Compiling NIOSSL UniversalBootstrapSupport.swift
[698/709] Compiling NIOSSL PosixPort.swift
[699/709] Compiling NIOSSL SSLCallbacks.swift
[700/709] Compiling NIOSSL SSLCertificate.swift
[701/709] Compiling NIOSSL SSLCertificateExtensions.swift
[704/709] Compiling NIOSSL SSLErrors.swift
[705/709] Compiling NIOSSL SSLInit.swift
[706/709] Compiling NIOSSL NIOSSLClientHandler.swift
[707/709] Compiling NIOSSL NIOSSLHandler.swift
[708/709] Compiling NIOSSL NIOSSLServerHandler.swift
[709/709] Compiling NIOSSL ObjectIdentifier.swift
[711/718] Emitting module WebSocketKit
[712/718] Compiling WebSocketKit WebSocket+Concurrency.swift
[713/718] Compiling WebSocketKit HTTPInitialRequestHandler.swift
[714/718] Compiling WebSocketKit WebSocket+Connect.swift
[715/718] Compiling WebSocketKit Exports.swift
[716/718] Compiling WebSocketKit WebSocket.swift
[717/718] Compiling WebSocketKit WebSocketHandler.swift
[718/718] Compiling WebSocketKit WebSocketClient.swift
[720/735] Compiling SebbuNetworking TCPClient.swift
[721/735] Compiling SebbuNetworking TCPServer.swift
[722/737] Compiling SebbuNetworking WebSocketClient.swift
[723/737] Compiling SebbuNetworking WebSocketServer.swift
[724/737] Compiling SebbuNetworking AsyncDuplexHandler.swift
/host/spi-builder-workspace/Sources/SebbuNetworking/AsyncTCPServer.swift:45:75: warning: reference to captured var 'tcpClientContinuation' in concurrently-executing code; this is an error in Swift 6
                let asyncTCPServerHandler = AsyncTCPServerHandler(stream: tcpClientContinuation)
                                                                          ^
/host/spi-builder-workspace/Sources/SebbuNetworking/AsyncTCPServer.swift:56:111: warning: reference to captured var 'tcpClientContinuation' in concurrently-executing code; this is an error in Swift 6
                let asyncTCPClientServerHandler = AsyncTCPServerClientHandler(client: asyncTCPClient, stream: tcpClientContinuation)
                                                                                                              ^
[725/737] Compiling SebbuNetworking AsyncTCPClient.swift
/host/spi-builder-workspace/Sources/SebbuNetworking/AsyncTCPServer.swift:45:75: warning: reference to captured var 'tcpClientContinuation' in concurrently-executing code; this is an error in Swift 6
                let asyncTCPServerHandler = AsyncTCPServerHandler(stream: tcpClientContinuation)
                                                                          ^
/host/spi-builder-workspace/Sources/SebbuNetworking/AsyncTCPServer.swift:56:111: warning: reference to captured var 'tcpClientContinuation' in concurrently-executing code; this is an error in Swift 6
                let asyncTCPClientServerHandler = AsyncTCPServerClientHandler(client: asyncTCPClient, stream: tcpClientContinuation)
                                                                                                              ^
[726/737] Compiling SebbuNetworking AsyncTCPServer.swift
/host/spi-builder-workspace/Sources/SebbuNetworking/AsyncTCPServer.swift:45:75: warning: reference to captured var 'tcpClientContinuation' in concurrently-executing code; this is an error in Swift 6
                let asyncTCPServerHandler = AsyncTCPServerHandler(stream: tcpClientContinuation)
                                                                          ^
/host/spi-builder-workspace/Sources/SebbuNetworking/AsyncTCPServer.swift:56:111: warning: reference to captured var 'tcpClientContinuation' in concurrently-executing code; this is an error in Swift 6
                let asyncTCPClientServerHandler = AsyncTCPServerClientHandler(client: asyncTCPClient, stream: tcpClientContinuation)
                                                                                                              ^
[727/737] Emitting module SebbuNetworking
[728/737] Compiling SebbuNetworking NIOUtils.swift
[729/737] Compiling SebbuNetworking NetworkUtils.swift
[730/737] Compiling SebbuNetworking UDPClient.swift
[731/737] Compiling SebbuNetworking UDPServer.swift
[732/737] Compiling SebbuNetworking StringUtils.swift
[733/737] Compiling SebbuNetworking SystemUtils.swift
[734/737] Compiling SebbuNetworking AsyncUDPClient.swift
[735/737] Compiling SebbuNetworking AsyncUDPServer.swift
[736/737] Compiling SebbuNetworking FileDescriptorLimit.swift
[737/737] Compiling SebbuNetworking LegacyAsyncHandlers.swift
Build complete! (93.94s)
Build complete.
Done.

Build Machine: Linux 2