The Swift Package Index logo.Swift Package Index

Build Information

Successful build of web3.swift with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.33.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/argentlabs/web3.swift.git
Reference: develop
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/argentlabs/web3.swift
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 17ec519 Merge pull request #361 from Rick-ahnlabio/develop
Cloned https://github.com/argentlabs/web3.swift.git
Revision (git rev-parse @):
17ec51945feaa13c741c52a2c8f74c5aa53d2ed1
SUCCESS checkout https://github.com/argentlabs/web3.swift.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/argentlabs/web3.swift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2425] Fetching websocket-kit
[26/5598] Fetching websocket-kit, swift-log
Fetched https://github.com/vapor/websocket-kit.git (0.38s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/iwill/generic-json-swift
Fetched https://github.com/apple/swift-log.git (0.38s)
[1/65292] Fetching swift-nio
[7184/65945] Fetching swift-nio, generic-json-swift
Fetched https://github.com/iwill/generic-json-swift (0.24s)
[11753/65292] Fetching swift-nio
Fetching https://github.com/attaswift/BigInt
[28730/77515] Fetching swift-nio, swift-nio-ssl
[29506/80612] Fetching swift-nio, swift-nio-ssl, bigint
Fetched https://github.com/attaswift/BigInt (0.54s)
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
[41007/77515] Fetching swift-nio, swift-nio-ssl
[51466/80600] Fetching swift-nio, swift-nio-ssl, secp256k1.swift
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git (0.39s)
Computing version for https://github.com/apple/swift-log.git
[54010/77515] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git (1.57s)
[48317/65292] Fetching swift-nio
Computed https://github.com/apple/swift-log.git at 1.4.2 (0.51s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.3.1 (0.50s)
Fetched https://github.com/apple/swift-nio.git (5.37s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.12.2 (0.37s)
Computing version for https://github.com/iwill/generic-json-swift
Computed https://github.com/iwill/generic-json-swift at 2.0.2 (0.36s)
Computing version for https://github.com/attaswift/BigInt
Computed https://github.com/attaswift/BigInt at 5.3.0 (0.36s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.19.0 (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.40.0 (0.47s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.40.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.4.2
Creating working copy for https://github.com/iwill/generic-json-swift
Working copy of https://github.com/iwill/generic-json-swift resolved at 2.0.2
Creating working copy for https://github.com/attaswift/BigInt
Working copy of https://github.com/attaswift/BigInt resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.19.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.3.1
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.12.2
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/web3sTests/Resources/ERC721Metadata.json
    /host/spi-builder-workspace/web3sTests/Resources/TestERC721.sol
    /host/spi-builder-workspace/web3sTests/Resources/DummyOffchainResolver.sol
    /host/spi-builder-workspace/web3sTests/Resources/ABITests.sol
    /host/spi-builder-workspace/web3sTests/Resources/ERC1271CheckerBool.sol
    /host/spi-builder-workspace/web3sTests/Resources/ERC165Sample.sol
    /host/spi-builder-workspace/web3sTests/Resources/Multicall2.sol
    /host/spi-builder-workspace/web3sTests/Resources/ERC1271Checker.sol
Building for debugging...
[0/449] Compiling CNIOWindows shim.c
[1/449] Compiling aes aes.c
[2/449] Compiling keccaktiny keccak-tiny.c
[3/449] Compiling CNIOWindows WSAStartup.c
[4/449] Compiling CNIOLinux liburing_shims.c
[5/449] Compiling Utility.c
[6/449] Compiling CNIOSHA1 c_nio_sha1.c
[7/449] Compiling CNIOLinux shim.c
[8/449] Compiling CNIODarwin shim.c
[9/455] Compiling precomputed_ecmult_gen.c
[10/467] Compiling CNIOHTTPParser c_nio_http_parser.c
[11/493] Compiling secp256k1.c
[12/493] Compiling CNIOBoringSSLShims shims.c
[14/493] Emitting module _NIODataStructures
[14/493] Compiling tls_record.cc
[15/493] Compiling tls_method.cc
[17/493] Emitting module Internal_CryptoSwift_PBDKF2
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:22:21: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func == <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                    ^
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:16:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:27:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func < <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                   ^
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:16:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
[18/494] Compiling BigInt Random.swift
[19/494] Compiling BigInt Shifts.swift
[20/494] Compiling BigInt Square Root.swift
[20/496] Compiling precomputed_ecmult.c
[21/496] Compiling tls13_server.cc
[23/496] Compiling BigInt Integer Conversion.swift
[24/496] Compiling BigInt Multiplication.swift
[25/496] Compiling BigInt Prime Test.swift
[26/496] Compiling BigInt Floating Point Conversion.swift
[27/496] Compiling BigInt GCD.swift
[28/496] Compiling BigInt Hashable.swift
[29/496] Compiling Internal_CryptoSwift_PBDKF2 ZeroPadding.swift
[30/496] Compiling BigInt Addition.swift
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:22:21: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func == <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                    ^
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:16:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:27:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func < <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                   ^
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:16:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
[31/496] Compiling BigInt BigInt.swift
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:22:21: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func == <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                    ^
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:16:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:27:20: warning: generic parameter 'Base' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    static func < <Base>(lhs: BatchedCollectionIndex<Base>, rhs: BatchedCollectionIndex<Base>) -> Bool {
                   ^
/host/spi-builder-workspace/web3swift/lib/CryptoSwift/BatchedCollection.swift:16:31: note: 'Base' previously declared here
struct BatchedCollectionIndex<Base: Collection> {
                              ^
[32/496] Emitting module BigInt
[33/496] Compiling BigInt Strideable.swift
[34/496] Compiling BigInt String Conversion.swift
[35/496] Compiling _NIODataStructures PriorityQueue.swift
[36/496] Compiling Internal_CryptoSwift_PBDKF2 SHA2.swift
[36/506] Compiling tls13_enc.cc
[38/516] Emitting module secp256k1
[39/518] Compiling secp256k1 Digest.swift
[40/518] Compiling secp256k1 Errors.swift
[41/518] Compiling secp256k1 Exports.swift
[42/518] Compiling secp256k1 HashDigest.swift
[46/518] Compiling GenericJSON Merging.swift
[47/518] Compiling GenericJSON Querying.swift
[48/518] Compiling Internal_CryptoSwift_PBDKF2 UInt64+Extensions.swift
[49/518] Compiling Internal_CryptoSwift_PBDKF2 UInt32+Extensions.swift
[50/518] Compiling Internal_CryptoSwift_PBDKF2 Utils.swift
[51/518] Compiling secp256k1 Asymmetric.swift
[52/518] Compiling secp256k1 DH.swift
[54/518] Compiling secp256k1 PrettyBytes.swift
[55/518] Compiling secp256k1 RNG_boring.swift
[56/518] Compiling secp256k1 Recovery.swift
[57/519] Compiling GenericJSON JSON.swift
[58/519] Emitting module GenericJSON
[59/519] Compiling GenericJSON Initialization.swift
[60/519] Compiling _NIODataStructures Heap.swift
[65/524] Compiling secp256k1 secp256k1.swift
[66/524] Compiling BigInt Words and Bits.swift
[73/526] Compiling secp256k1 SHA256.swift
[74/526] Compiling secp256k1 SafeCompare.swift
[75/526] Compiling secp256k1 Schnorr.swift
[80/526] Compiling secp256k1 Zeroization.swift
[82/526] Compiling secp256k1 SecureBytes.swift
[83/526] Compiling secp256k1 Signature.swift
[84/526] Compiling secp256k1 Tweak.swift
[85/526] Compiling secp256k1 Utility.swift
[86/526] Compiling Logging LogHandler.swift
[87/526] Emitting module Logging
[88/526] Compiling Logging Logging.swift
[89/526] Compiling Logging Locks.swift
[93/526] Compiling secp256k1 ECDH.swift
[94/526] Compiling secp256k1 ECDSA.swift
[95/526] Compiling secp256k1 EdDSA.swift
[97/529] Compiling tls13_both.cc
[98/530] Compiling tls13_client.cc
[101/530] Compiling t1_enc.cc
[102/530] Compiling ssl_versions.cc
[103/530] Compiling ssl_stat.cc
[104/530] Compiling ssl_transcript.cc
[105/530] Compiling ssl_privkey.cc
[106/530] Compiling ssl_x509.cc
[107/530] Compiling ssl_session.cc
[108/530] Compiling ssl_lib.cc
[109/530] Compiling ssl_file.cc
[110/530] Compiling ssl_key_share.cc
[111/530] Compiling ssl_cipher.cc
[112/530] Compiling ssl_cert.cc
[113/530] Compiling ssl_buffer.cc
[114/530] Compiling ssl_asn1.cc
[115/530] Compiling ssl_aead_ctx.cc
[116/530] Compiling s3_pkt.cc
[117/530] Compiling s3_lib.cc
[118/530] Compiling s3_both.cc
[119/530] Compiling handshake_client.cc
[120/530] Compiling handshake.cc
[121/530] Compiling handshake_server.cc
[122/530] Compiling handoff.cc
[123/530] Compiling dtls_record.cc
[124/530] Compiling extensions.cc
[125/530] Compiling encrypted_client_hello.cc
[126/530] Compiling dtls_method.cc
[127/530] Compiling v3_utl.c
[128/530] Compiling v3_skey.c
[129/530] Compiling v3_purp.c
[130/530] Compiling d1_srtp.cc
[131/530] Compiling bio_ssl.cc
[132/530] Compiling v3_prn.c
[133/530] Compiling v3_pcons.c
[134/530] Compiling d1_pkt.cc
[135/530] Compiling v3_pmaps.c
[136/530] Compiling v3_pci.c
[137/530] Compiling v3_pcia.c
[138/530] Compiling v3_ocsp.c
[139/530] Compiling v3_lib.c
[140/530] Compiling v3_int.c
[141/530] Compiling d1_lib.cc
[142/530] Compiling v3_ncons.c
[143/530] Compiling v3_ia5.c
[144/530] Compiling v3_info.c
[145/530] Compiling v3_extku.c
[146/530] Compiling v3_genn.c
[147/530] Compiling v3_enum.c
[148/530] Compiling v3_cpols.c
[149/530] Compiling v3_bitst.c
[150/530] Compiling v3_bcons.c
[151/530] Compiling v3_crld.c
[152/530] Compiling v3_akeya.c
[153/530] Compiling v3_conf.c
[154/530] Compiling d1_both.cc
[155/530] Compiling v3_alt.c
[156/530] Compiling v3_akey.c
[157/530] Compiling pcy_data.c
[158/530] Compiling pcy_node.c
[159/530] Compiling pcy_lib.c
[160/530] Compiling pcy_map.c
[161/530] Compiling pcy_tree.c
[162/530] Compiling pcy_cache.c
[163/530] Compiling x_x509a.c
[164/530] Compiling x_x509.c
[165/530] Compiling x_val.c
[166/530] Compiling x_sig.c
[167/530] Compiling x_req.c
[168/530] Compiling x_spki.c
[169/530] Compiling x_pubkey.c
[170/530] Compiling x_pkey.c
[171/530] Compiling x_attrib.c
[172/530] Compiling x_info.c
[173/530] Compiling x_exten.c
[174/530] Compiling x_name.c
[175/530] Compiling x_crl.c
[176/530] Compiling x509spki.c
[177/530] Compiling x_all.c
[178/530] Compiling x509rset.c
[179/530] Compiling x_algor.c
[180/530] Compiling x509cset.c
[181/530] Compiling x509name.c
[182/530] Compiling x509_vpm.c
[183/530] Compiling x509_txt.c
[184/530] Compiling x509_set.c
[184/530] Compiling x509_obj.c
[186/530] Compiling x509_req.c
[187/530] Compiling x509_v3.c
[188/530] Compiling x509_trs.c
[189/530] Compiling x509_vfy.c
[190/530] Compiling x509_lu.c
[191/530] Compiling x509_def.c
[192/530] Compiling x509_ext.c
[193/530] Compiling x509_d2.c
[194/530] Compiling x509_cmp.c
[195/530] Compiling x509_att.c
[196/530] Compiling t_x509a.c
[197/530] Compiling x509.c
[198/530] Compiling t_x509.c
[199/530] Compiling name_print.c
[200/530] Compiling t_crl.c
[201/530] Compiling t_req.c
[202/530] Compiling i2d_pr.c
[203/530] Compiling rsa_pss.c
[204/530] Compiling by_file.c
[205/530] Compiling by_dir.c
[206/530] Compiling a_verify.c
[207/530] Compiling asn1_gen.c
[208/530] Compiling a_sign.c
[209/530] Compiling algorithm.c
[210/530] Compiling a_digest.c
[211/530] Compiling voprf.c
[212/530] Compiling thread_win.c
[213/530] Compiling trust_token.c
[214/530] Compiling thread.c
[215/530] Compiling thread_pthread.c
[216/530] Compiling thread_none.c
[217/530] Compiling rc4.c
[218/530] Compiling siphash.c
[219/530] Compiling rsa_print.c
[220/530] Compiling stack.c
[221/530] Compiling pmbtoken.c
[222/530] Compiling refcount_lock.c
[223/530] Compiling windows.c
[224/530] Compiling refcount_c11.c
[225/530] Compiling rand_extra.c
[226/530] Compiling rsa_asn1.c
[227/530] Compiling fuchsia.c
[228/530] Compiling passive.c
[229/530] Compiling deterministic.c
[230/530] Compiling forkunsafe.c
[231/530] Compiling poly1305_arm.c
[232/530] Compiling pool.c
[233/530] Compiling poly1305.c
[234/530] Compiling poly1305_arm_asm.S
[235/530] Compiling pkcs7.c
[236/530] Compiling pkcs8.c
[237/530] Compiling pkcs8_x509.c
[238/530] Compiling p5_pbev2.c
[239/530] Compiling pem_x509.c
[240/530] Compiling pkcs7_x509.c
[241/530] Compiling pem_xaux.c
[242/530] Compiling pem_pkey.c
[243/530] Compiling pem_oth.c
[244/530] Compiling obj_xref.c
[245/530] Compiling pem_pk8.c
[246/530] Compiling pem_lib.c
[247/530] Compiling pem_info.c
[248/530] Compiling mem.c
[248/530] Compiling pem_all.c
[250/530] Compiling poly1305_vec.c
[251/530] Compiling lhash.c
[252/530] Compiling obj.c
[253/530] Compiling hkdf.c
[254/530] Compiling hpke.c
[255/530] Compiling poly_rq_mul.S
[256/530] Compiling x86_64-mont5.mac.x86_64.S
[257/530] Compiling x86_64-mont5.linux.x86_64.S
[258/530] Compiling x86_64-mont.mac.x86_64.S
[258/530] Compiling vpaes-x86_64.mac.x86_64.S
[260/530] Compiling vpaes-x86_64.linux.x86_64.S
[261/530] Compiling x86_64-mont.linux.x86_64.S
[262/530] Compiling x86-mont.linux.x86.S
[263/530] Compiling hrss.c
[264/530] Compiling vpaes-armv8.ios.aarch64.S
[265/530] Compiling vpaes-armv8.linux.aarch64.S
[266/530] Compiling vpaes-armv7.linux.arm.S
[267/530] Compiling vpaes-x86.linux.x86.S
[268/530] Compiling vpaes-armv7.ios.arm.S
[269/530] Compiling sha512-x86_64.linux.x86_64.S
[270/530] Compiling sha512-x86_64.mac.x86_64.S
[271/530] Compiling kdf.c
[272/530] Compiling sha512-armv8.ios.aarch64.S
[273/530] Compiling sha512-armv8.linux.aarch64.S
[274/530] Compiling sha512-586.linux.x86.S
[275/530] Compiling sha512-armv4.linux.arm.S
[276/530] Compiling sha512-armv4.ios.arm.S
[277/530] Compiling sha256-x86_64.mac.x86_64.S
[278/530] Compiling sha256-586.linux.x86.S
[279/530] Compiling sha256-x86_64.linux.x86_64.S
[279/530] Compiling sha256-armv4.linux.arm.S
[281/530] Compiling sha256-armv8.linux.aarch64.S
[282/530] Compiling sha256-armv4.ios.arm.S
[283/530] Compiling sha256-armv8.ios.aarch64.S
[284/530] Compiling sha1-x86_64.mac.x86_64.S
[285/530] Compiling sha1-armv8.ios.aarch64.S
[286/530] Compiling sha1-armv4-large.linux.arm.S
[287/530] Compiling sha1-armv4-large.ios.arm.S
[288/530] Compiling sha1-586.linux.x86.S
[289/530] Compiling sha1-armv8.linux.aarch64.S
[290/530] Compiling sha512.c
[291/530] Compiling sha1-x86_64.linux.x86_64.S
[292/530] Compiling sha1-altivec.c
[293/530] Compiling sha1.c
[294/530] Compiling sha256.c
[295/530] Compiling fips.c
[296/530] Compiling rsaz-avx2.mac.x86_64.S
[297/530] Compiling rsaz-avx2.linux.x86_64.S
[298/530] Compiling self_check.c
[299/530] Compiling rsa.c
[300/530] Compiling rdrand-x86_64.mac.x86_64.S
[301/530] Compiling rsa_impl.c
[302/530] Compiling rand.c
[303/530] Compiling blinding.c
[304/530] Compiling padding.c
[305/530] Compiling rdrand-x86_64.linux.x86_64.S
[306/530] Compiling urandom.c
[307/530] Compiling ctrdrbg.c
[308/530] Compiling fork_detect.c
[309/530] Compiling p256_beeu-armv8-asm.linux.aarch64.S
[310/530] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[311/530] Compiling p256_beeu-armv8-asm.ios.aarch64.S
[312/530] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[313/530] Compiling polyval.c
[314/530] Compiling p256-armv8-asm.linux.aarch64.S
[315/530] Compiling gcm_nohw.c
[316/530] Compiling ofb.c
[317/530] Compiling p256-x86_64-asm.mac.x86_64.S
[318/530] Compiling p256-armv8-asm.ios.aarch64.S
[319/530] Compiling p256-x86_64-asm.linux.x86_64.S
[320/530] Compiling ctr.c
[321/530] Compiling gcm.c
[322/530] Compiling md5-586.linux.x86.S
[323/530] Compiling md5.c
[324/530] Compiling md5-x86_64.mac.x86_64.S
[324/530] Compiling cbc.c
[326/530] Compiling ghashv8-armx64.linux.aarch64.S
[327/530] Compiling cfb.c
[328/530] Compiling md5-x86_64.linux.x86_64.S
[329/530] Compiling hmac.c
[330/530] Compiling md4.c
[331/530] Compiling ghashv8-armx64.ios.aarch64.S
[332/530] Compiling ghashv8-armx32.ios.arm.S
[333/530] Compiling ghashv8-armx32.linux.arm.S
[334/530] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[335/530] Compiling ghash-x86_64.mac.x86_64.S
[336/530] Compiling ghash-x86_64.linux.x86_64.S
[337/530] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[337/530] Compiling ghash-x86.linux.x86.S
[339/530] Compiling ghash-ssse3-x86.linux.x86.S
[340/530] Compiling fips_shared_support.c
[341/530] Compiling ghash-neon-armv8.linux.aarch64.S
[342/530] Compiling ghash-armv4.linux.arm.S
[343/530] Compiling ghash-neon-armv8.ios.aarch64.S
[344/530] Compiling ghash-armv4.ios.arm.S
[345/530] Compiling wnaf.c
[346/530] Compiling ecdh.c
[347/530] Compiling ecdsa.c
[348/530] Compiling util.c
[349/530] Compiling scalar.c
[350/530] Compiling simple.c
[351/530] Compiling simple_mul.c
[352/530] Compiling p256.c
[353/530] Compiling oct.c
[354/530] Compiling p224-64.c
[355/530] Compiling ec_key.c
[356/530] Compiling ec_montgomery.c
[357/530] Compiling digests.c
[358/530] Compiling felem.c
[359/530] Compiling check.c
[360/530] Compiling digest.c
[361/530] Compiling dh.c
[362/530] Compiling aead.c
[363/530] Compiling co-586.linux.x86.S
[364/530] Compiling p256-nistz.c
[365/530] Compiling ec.c
[366/530] Compiling bsaes-armv7.ios.arm.S
[367/530] Compiling cipher.c
[368/530] Compiling bsaes-armv7.linux.arm.S
[369/530] Compiling rsaz_exp.c
[370/530] Compiling e_aes.c
[371/530] Compiling sqrt.c
[372/530] Compiling shift.c
[373/530] Compiling random.c
[374/530] Compiling montgomery_inv.c
[375/530] Compiling jacobi.c
[376/530] Compiling prime.c
[377/530] Compiling montgomery.c
[378/530] Compiling generic.c
[378/530] Compiling gcd_extra.c
[378/530] Compiling mul.c
[381/530] Compiling gcd.c
[382/530] Compiling div_extra.c
[383/530] Compiling ctx.c
[384/530] Compiling exponentiation.c
[385/530] Compiling cmp.c
[386/530] Compiling div.c
[387/530] Compiling bytes.c
[388/530] Compiling bn.c
[389/530] Compiling x86_64-gcc.c
[390/530] Compiling armv8-mont.ios.aarch64.S
[391/530] Compiling bn-586.linux.x86.S
[392/530] Compiling armv8-mont.linux.aarch64.S
[393/530] Compiling add.c
[394/530] Compiling armv4-mont.linux.arm.S
[395/530] Compiling armv4-mont.ios.arm.S
[396/530] Compiling aesv8-armx64.ios.aarch64.S
[397/530] Compiling aesv8-armx64.linux.aarch64.S
[398/530] Compiling aesni-x86_64.mac.x86_64.S
[399/530] Compiling aesv8-armx32.ios.arm.S
[400/530] Compiling aesv8-armx32.linux.arm.S
[401/530] Compiling aesni-x86.linux.x86.S
[401/530] Compiling aesni-gcm-x86_64.mac.x86_64.S
[403/530] Compiling aesni-x86_64.linux.x86_64.S
[403/530] Compiling key_wrap.c
[405/530] Compiling aesni-gcm-x86_64.linux.x86_64.S
[405/530] Compiling aes.c
[407/530] Compiling mode_wrappers.c
[408/530] Compiling aes_nohw.c
[409/530] Compiling p_x25519.c
[410/530] Compiling print.c
[411/530] Compiling sign.c
[412/530] Compiling scrypt.c
[413/530] Compiling ex_data.c
[414/530] Compiling pbkdf.c
[414/530] Compiling p_rsa_asn1.c
[416/530] Compiling p_x25519_asn1.c
[417/530] Compiling p_rsa.c
[418/530] Compiling p_ed25519_asn1.c
[419/530] Compiling p_ec_asn1.c
[420/530] Compiling p_dsa_asn1.c
[421/530] Compiling p_ed25519.c
[422/530] Compiling evp_asn1.c
[423/530] Compiling err_data.c
[424/530] Compiling evp.c
[425/530] Compiling evp_ctx.c
[426/530] Compiling p_ec.c
[427/530] Compiling digestsign.c
[428/530] Compiling engine.c
[429/530] Compiling err.c
[430/530] Compiling ecdh_extra.c
[431/530] Compiling ec_derive.c
[432/530] Compiling ecdsa_asn1.c
[433/530] Compiling hash_to_curve.c
[434/530] Compiling digest_extra.c
[435/530] Compiling params.c
[436/530] Compiling ec_asn1.c
[437/530] Compiling dsa_asn1.c
[438/530] Compiling dh_asn1.c
[439/530] Compiling x25519-asm-arm.S
[440/530] Compiling cpu_ppc64le.c
[441/530] Compiling spake25519.c
[442/530] Compiling dsa.c
[443/530] Compiling cpu_arm.c
[444/530] Compiling crypto.c
[445/530] Compiling cpu_aarch64_win.c
[446/530] Compiling cpu_aarch64_linux.c
[447/530] Compiling cpu_arm_linux.c
[448/530] Compiling cpu_intel.c
[449/530] Compiling cpu_aarch64_apple.c
[450/530] Compiling des.c
[451/530] Compiling curve25519.c
[452/530] Compiling cpu_aarch64_fuchsia.c
[453/530] Compiling cmac.c
[454/530] Compiling e_rc4.c
[455/530] Compiling conf.c
[456/530] Compiling e_aesgcmsiv.c
[457/530] Compiling e_chacha20poly1305.c
[458/530] Compiling tls_cbc.c
[459/530] Compiling e_null.c
[460/530] Compiling e_rc2.c
[461/530] Compiling e_tls.c
[462/530] Compiling e_des.c
[463/530] Compiling derive_key.c
[464/530] Compiling e_aesccm.c
[465/530] Compiling e_aesctrhmac.c
[466/530] Compiling cipher_extra.c
[467/530] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[468/530] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[469/530] Compiling chacha.c
[470/530] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[471/530] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[472/530] Compiling chacha-armv8.linux.aarch64.S
[473/530] Compiling chacha-x86_64.mac.x86_64.S
[474/530] Compiling chacha-x86.linux.x86.S
[475/530] Compiling chacha-x86_64.linux.x86_64.S
[476/530] Compiling chacha-armv4.linux.arm.S
[477/530] Compiling chacha-armv8.ios.aarch64.S
[478/530] Compiling chacha-armv4.ios.arm.S
[479/530] Compiling unicode.c
[480/530] Compiling ber.c
[481/530] Compiling cbs.c
[482/530] Compiling bn_asn1.c
[483/530] Compiling asn1_compat.c
[484/530] Compiling buf.c
[484/530] Compiling convert.c
[486/530] Compiling cbb.c
[487/530] Compiling socket_helper.c
[488/530] Compiling socket.c
[488/530] Compiling blake2.c
[490/530] Compiling printf.c
[491/530] Compiling pair.c
[492/530] Compiling fd.c
[493/530] Compiling file.c
[494/530] Compiling hexdump.c
[494/530] Compiling connect.c
[496/530] Compiling bio_mem.c
[497/530] Compiling bio.c
[498/530] Compiling time_support.c
[499/530] Compiling base64.c
[500/530] Compiling tasn_new.c
[501/530] Compiling tasn_fre.c
[502/530] Compiling tasn_typ.c
[503/530] Compiling tasn_utl.c
[504/530] Compiling asn1_par.c
[505/530] Compiling tasn_enc.c
[506/530] Compiling f_string.c
[507/530] Compiling f_int.c
[507/530] Compiling tasn_dec.c
[509/530] Compiling asn1_lib.c
[510/530] Compiling a_utf8.c
[510/530] Compiling a_utctm.c
[512/530] Compiling asn_pack.c
[513/530] Compiling a_print.c
[514/530] Compiling a_time.c
[515/530] Compiling a_type.c
[516/530] Compiling a_strnid.c
[517/530] Compiling a_i2d_fp.c
[518/530] Compiling a_int.c
[519/530] Compiling a_strex.c
[520/530] Compiling a_octet.c
[521/530] Compiling a_gentm.c
[522/530] Compiling a_dup.c
[523/530] Compiling a_mbstr.c
[524/530] Compiling a_object.c
[525/530] Compiling a_bool.c
[525/530] Compiling a_d2i_fp.c
[527/530] Compiling a_bitstr.c
[528/530] Compiling c-nioatomics.c
[529/530] Compiling c-atomics.c
[531/534] Compiling NIOConcurrencyHelpers lock.swift
[532/534] Compiling NIOConcurrencyHelpers atomics.swift
[533/534] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[534/534] Emitting module NIOConcurrencyHelpers
[537/580] Compiling NIOCore MulticastChannel.swift
[538/580] Compiling NIOCore NIOAny.swift
[539/580] Compiling NIOCore NIOCloseOnErrorHandler.swift
[540/580] Compiling NIOCore PointerHelpers.swift
[541/580] Compiling NIOCore RecvByteBufferAllocator.swift
[542/580] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[543/586] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[544/586] Compiling NIOCore EventLoopFuture.swift
[545/586] Compiling NIOCore FileDescriptor.swift
[546/586] Compiling NIOCore FileHandle.swift
[547/586] Compiling NIOCore FileRegion.swift
[548/586] Compiling NIOCore IO.swift
[549/586] Compiling NIOCore ConvenienceOptionSupport.swift
[550/586] Compiling NIOCore DeadChannel.swift
[551/586] Compiling NIOCore DispatchQueue+WithFuture.swift
[552/586] Compiling NIOCore EventLoop+Deprecated.swift
[553/586] Compiling NIOCore EventLoop.swift
[554/586] Compiling NIOCore EventLoopFuture+Deprecated.swift
[555/586] Compiling NIOCore IOData.swift
[556/586] Compiling NIOCore IntegerBitPacking.swift
[557/586] Compiling NIOCore IntegerTypes.swift
[558/586] Compiling NIOCore Interfaces.swift
[559/586] Compiling NIOCore Linux.swift
[560/586] Compiling NIOCore MarkedCircularBuffer.swift
[561/586] Compiling NIOCore SocketAddresses.swift
[562/586] Compiling NIOCore SocketOptionProvider.swift
[563/586] Compiling NIOCore SystemCallHelpers.swift
[564/586] Compiling NIOCore TypeAssistedChannelHandler.swift
[565/586] Compiling NIOCore UniversalBootstrapSupport.swift
[566/586] Compiling NIOCore Utilities.swift
[567/586] Compiling NIOCore ChannelHandlers.swift
[568/586] Compiling NIOCore ChannelInvoker.swift
[569/586] Compiling NIOCore ChannelOption.swift
[570/586] Compiling NIOCore ChannelPipeline.swift
[571/586] Compiling NIOCore CircularBuffer.swift
[572/586] Compiling NIOCore Codec.swift
[573/586] Emitting module NIOCore
[574/586] Compiling NIOCore AddressedEnvelope.swift
[575/586] Compiling NIOCore AsyncAwaitSupport+OldXcodes.swift
[576/586] Compiling NIOCore AsyncAwaitSupport.swift
[577/586] Compiling NIOCore BSDSocketAPI.swift
[578/586] Compiling NIOCore ByteBuffer-aux.swift
[579/586] Compiling NIOCore ByteBuffer-conversions.swift
[580/586] Compiling NIOCore ByteBuffer-core.swift
[581/586] Compiling NIOCore ByteBuffer-int.swift
[582/586] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[583/586] Compiling NIOCore ByteBuffer-multi-int.swift
[584/586] Compiling NIOCore ByteBuffer-views.swift
[585/586] Compiling NIOCore Channel.swift
[586/586] Compiling NIOCore ChannelHandler.swift
[589/630] Emitting module NIOEmbedded
[590/630] Compiling NIOEmbedded Embedded.swift
[593/632] Compiling NIOPosix SelectorUring.swift
[594/632] Compiling NIOPosix ServerSocket.swift
[595/632] Compiling NIOPosix Socket.swift
[596/632] Compiling NIOPosix SocketChannel.swift
[597/632] Compiling NIOPosix SocketProtocols.swift
[598/637] Emitting module NIOPosix
[599/637] Compiling NIOPosix BSDSocketAPICommon.swift
[600/637] Compiling NIOPosix BSDSocketAPIPosix.swift
[601/637] Compiling NIOPosix BSDSocketAPIWindows.swift
[602/637] Compiling NIOPosix BaseSocket.swift
[603/637] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[604/637] Compiling NIOPosix BaseSocketChannel.swift
[605/637] Compiling NIOPosix SelectableChannel.swift
[606/637] Compiling NIOPosix SelectableEventLoop.swift
[607/637] Compiling NIOPosix SelectorEpoll.swift
[608/637] Compiling NIOPosix SelectorGeneric.swift
[609/637] Compiling NIOPosix SelectorKqueue.swift
[610/637] Compiling NIOPosix PipeChannel.swift
[611/637] Compiling NIOPosix PipePair.swift
[612/637] Compiling NIOPosix PointerHelpers.swift
[613/637] Compiling NIOPosix Resolver.swift
[614/637] Compiling NIOPosix Selectable.swift
[615/637] Compiling NIOPosix LinuxUring.swift
[616/637] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[617/637] Compiling NIOPosix NIOThreadPool.swift
[618/637] Compiling NIOPosix NonBlockingFileIO.swift
[619/637] Compiling NIOPosix PendingDatagramWritesManager.swift
[620/637] Compiling NIOPosix PendingWritesManager.swift
[621/637] Compiling NIOPosix HappyEyeballs.swift
[622/637] Compiling NIOPosix IO.swift
[623/637] Compiling NIOPosix IntegerBitPacking.swift
[624/637] Compiling NIOPosix IntegerTypes.swift
[625/637] Compiling NIOPosix Linux.swift
[626/637] Compiling NIOPosix LinuxCPUSet.swift
[627/637] Compiling NIOPosix BaseStreamSocketChannel.swift
[628/637] Compiling NIOPosix Bootstrap.swift
[629/637] Compiling NIOPosix ControlMessage.swift
[630/637] Compiling NIOPosix DatagramVectorReadManager.swift
[631/637] Compiling NIOPosix FileDescriptor.swift
[632/637] Compiling NIOPosix GetaddrinfoResolver.swift
[633/637] Compiling NIOPosix System.swift
[634/637] Compiling NIOPosix Thread.swift
[635/637] Compiling NIOPosix ThreadPosix.swift
[636/637] Compiling NIOPosix ThreadWindows.swift
[637/637] Compiling NIOPosix Utilities.swift
[640/641] Emitting module NIO
[641/641] Compiling NIO Exports.swift
[644/661] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[645/661] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[646/661] Emitting module NIOFoundationCompat
[647/661] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[648/662] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[649/663] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[652/664] Compiling NIOTLS SNIHandler.swift
[653/664] Compiling NIOTLS TLSEvents.swift
[654/664] Emitting module NIOTLS
[655/664] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[658/666] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[659/666] Compiling NIOHTTP1 HTTPEncoder.swift
[660/666] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[661/688] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[662/688] Compiling NIOHTTP1 HTTPTypes.swift
[663/688] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[664/688] Emitting module NIOHTTP1
[665/688] Compiling NIOSSL LinuxCABundle.swift
[666/688] Compiling NIOSSL NIOSSLClientHandler.swift
[669/701] Compiling NIOWebSocket WebSocketOpcode.swift
[670/702] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[671/702] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[672/702] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[673/702] Compiling NIOWebSocket Base64.swift
[674/702] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[675/702] Emitting module NIOWebSocket
[676/702] Compiling NIOWebSocket SHA1.swift
[677/702] Compiling NIOWebSocket WebSocketErrorCodes.swift
[678/702] Compiling NIOWebSocket WebSocketFrame.swift
[679/702] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[680/702] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[683/704] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[684/704] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[685/704] Compiling NIOSSL SubjectAlternativeName.swift
[686/706] Compiling NIOSSL SSLPKCS12Bundle.swift
[687/706] Compiling NIOSSL SSLPrivateKey.swift
[688/706] Compiling NIOSSL SSLPublicKey.swift
[689/706] Compiling NIOSSL SSLContext.swift
[690/706] Compiling NIOSSL SSLErrors.swift
[691/706] Compiling NIOSSL SSLInit.swift
[695/706] Emitting module NIOSSL
[696/706] Compiling NIOSSL ByteBufferBIO.swift
[697/706] Compiling NIOSSL CustomPrivateKey.swift
[698/706] Compiling NIOSSL IdentityVerification.swift
[699/706] Compiling NIOSSL SSLCallbacks.swift
[700/706] Compiling NIOSSL SSLCertificate.swift
[701/706] Compiling NIOSSL SSLConnection.swift
[705/706] Compiling NIOSSL TLSConfiguration.swift
[706/706] Compiling NIOSSL UniversalBootstrapSupport.swift
[709/716] Compiling WebSocketKit Exports.swift
[710/716] Compiling WebSocketKit WebSocketHandler.swift
[711/716] Compiling WebSocketKit WebSocket+Concurrency.swift
[712/716] Emitting module WebSocketKit
[713/716] Compiling WebSocketKit WebSocket.swift
[714/716] Compiling WebSocketKit WebSocket+Connect.swift
[715/716] Compiling WebSocketKit HTTPInitialRequestHandler.swift
[716/716] Compiling WebSocketKit WebSocketClient.swift
[719/794] Emitting module web3
[720/804] Compiling web3 ResultExtensions.swift
[721/804] Compiling web3 String+Numeric.swift
[722/804] Compiling web3 URLSessionExtensions.swift
[723/804] Compiling web3 Multicall.swift
[724/804] Compiling web3 MulticallContract.swift
[725/804] Compiling web3 OffchainLookup.swift
[726/804] Compiling web3 EthereumAccount+SignSIWERequest.swift
[727/804] Compiling web3 SiweMessage+Codable.swift
[728/804] Compiling web3 SiweMessage+RegEx.swift
[729/804] Compiling web3 SiweMessage+String.swift
[730/804] Compiling web3 ENSResolver.swift
[731/804] Compiling web3 ENSResponses.swift
[732/804] Compiling web3 EthereumNameService.swift
[733/804] Compiling web3 ERC1271.swift
[734/804] Compiling web3 ERC1271Error.swift
[735/804] Compiling web3 ERC1271Functions.swift
[736/804] Compiling web3 ERC1271Responses.swift
[737/804] Compiling web3 ERC165.swift
[738/804] Compiling web3 ERC20.swift
[739/804] Compiling web3 ERC20Events.swift
[740/804] Compiling web3 ERC20Functions.swift
[741/804] Compiling web3 EthereumBlockInfo.swift
[742/804] Compiling web3 EthereumHeader.swift
[743/804] Compiling web3 EthereumLog.swift
[744/804] Compiling web3 EthereumNetwork.swift
[745/804] Compiling web3 EthereumSubscription.swift
[746/804] Compiling web3 EthereumSyncStatus.swift
[747/804] Compiling web3 EthereumTransaction.swift
[748/804] Compiling web3 EthereumTransactionReceipt.swift
[749/804] Compiling web3 EventLoopGroupProvider.swift
[750/804] Compiling web3 HttpNetworkProvider.swift
[751/804] Compiling web3 JSONRPC.swift
[752/804] Compiling web3 NetworkProviderProtocol.swift
[753/804] Compiling web3 WebSocketConfiguration.swift
[754/804] Compiling web3 WebSocketNetworkProvider.swift
[755/804] Compiling web3 EthereumClientProtocol.swift
[756/804] Compiling web3 EthereumProvider.swift
[757/804] Compiling web3 RecursiveLogCollector.swift
[758/804] Compiling web3 EthereumWebSocketClient.swift
[759/804] Compiling web3 ABIDecoder.swift
[760/804] Compiling web3 ABIEncoder.swift
[761/804] Compiling web3 ABIRawType.swift
[762/804] Compiling web3 ABIDecoder+Static.swift
[763/804] Compiling web3 EthereumAccount+SignTransaction.swift
[764/804] Compiling web3 EthereumAccount.swift
[765/804] Compiling web3 EthereumKeyStorage+Password.swift
[766/804] Compiling web3 EthereumKeyStorage.swift
[767/804] Compiling web3 Signature.swift
[768/804] Compiling web3 TypedData.swift
[769/804] Compiling web3 BaseEthereumClient+Call.swift
[770/804] Compiling web3 BaseEthereumClient.swift
[771/804] Compiling web3 EthereumHttpClient.swift
[772/804] Compiling web3 EthereumAddress.swift
[773/804] Compiling web3 EthereumBlock.swift
[774/804] Compiling web3 SiweMessage+Validation.swift
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputPtr.assign(from: inputPtr, count: length)
                  ^
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: note: use 'update(from:count:)' instead
        outputPtr.assign(from: inputPtr, count: length)
                  ^~~~~~
                  update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: note: use 'update(from:count:)' instead
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^~~~~~
                           update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:153:12: warning: result of call to 'withUnsafeMutableBytes' is unused
        rv.withUnsafeMutableBytes {
           ^                      ~
[775/804] Compiling web3 SiweMessage.swift
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputPtr.assign(from: inputPtr, count: length)
                  ^
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: note: use 'update(from:count:)' instead
        outputPtr.assign(from: inputPtr, count: length)
                  ^~~~~~
                  update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: note: use 'update(from:count:)' instead
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^~~~~~
                           update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:153:12: warning: result of call to 'withUnsafeMutableBytes' is unused
        rv.withUnsafeMutableBytes {
           ^                      ~
[776/804] Compiling web3 SiweVerifier.swift
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputPtr.assign(from: inputPtr, count: length)
                  ^
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: note: use 'update(from:count:)' instead
        outputPtr.assign(from: inputPtr, count: length)
                  ^~~~~~
                  update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: note: use 'update(from:count:)' instead
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^~~~~~
                           update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:153:12: warning: result of call to 'withUnsafeMutableBytes' is unused
        rv.withUnsafeMutableBytes {
           ^                      ~
[777/804] Compiling web3 AesUtil.swift
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputPtr.assign(from: inputPtr, count: length)
                  ^
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: note: use 'update(from:count:)' instead
        outputPtr.assign(from: inputPtr, count: length)
                  ^~~~~~
                  update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: note: use 'update(from:count:)' instead
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^~~~~~
                           update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:153:12: warning: result of call to 'withUnsafeMutableBytes' is unused
        rv.withUnsafeMutableBytes {
           ^                      ~
[778/804] Compiling web3 HexUtil.swift
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputPtr.assign(from: inputPtr, count: length)
                  ^
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: note: use 'update(from:count:)' instead
        outputPtr.assign(from: inputPtr, count: length)
                  ^~~~~~
                  update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: note: use 'update(from:count:)' instead
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^~~~~~
                           update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:153:12: warning: result of call to 'withUnsafeMutableBytes' is unused
        rv.withUnsafeMutableBytes {
           ^                      ~
[779/804] Compiling web3 KeyDerivation.swift
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputPtr.assign(from: inputPtr, count: length)
                  ^
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: note: use 'update(from:count:)' instead
        outputPtr.assign(from: inputPtr, count: length)
                  ^~~~~~
                  update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: note: use 'update(from:count:)' instead
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^~~~~~
                           update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:153:12: warning: result of call to 'withUnsafeMutableBytes' is unused
        rv.withUnsafeMutableBytes {
           ^                      ~
[780/804] Compiling web3 KeyUtil.swift
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputPtr.assign(from: inputPtr, count: length)
                  ^
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: note: use 'update(from:count:)' instead
        outputPtr.assign(from: inputPtr, count: length)
                  ^~~~~~
                  update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: note: use 'update(from:count:)' instead
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^~~~~~
                           update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:153:12: warning: result of call to 'withUnsafeMutableBytes' is unused
        rv.withUnsafeMutableBytes {
           ^                      ~
[781/804] Compiling web3 KeystoreUtil.swift
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputPtr.assign(from: inputPtr, count: length)
                  ^
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: note: use 'update(from:count:)' instead
        outputPtr.assign(from: inputPtr, count: length)
                  ^~~~~~
                  update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: note: use 'update(from:count:)' instead
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^~~~~~
                           update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:153:12: warning: result of call to 'withUnsafeMutableBytes' is unused
        rv.withUnsafeMutableBytes {
           ^                      ~
[782/804] Compiling web3 PropertyWrappers.swift
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputPtr.assign(from: inputPtr, count: length)
                  ^
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: note: use 'update(from:count:)' instead
        outputPtr.assign(from: inputPtr, count: length)
                  ^~~~~~
                  update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: note: use 'update(from:count:)' instead
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^~~~~~
                           update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:153:12: warning: result of call to 'withUnsafeMutableBytes' is unused
        rv.withUnsafeMutableBytes {
           ^                      ~
[783/804] Compiling web3 RLP.swift
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputPtr.assign(from: inputPtr, count: length)
                  ^
/host/spi-builder-workspace/web3swift/src/Utils/AesUtil.swift:39:19: note: use 'update(from:count:)' instead
        outputPtr.assign(from: inputPtr, count: length)
                  ^~~~~~
                  update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: warning: 'assign(from:count:)' is deprecated: renamed to 'update(from:count:)'
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:104:28: note: use 'update(from:count:)' instead
        outputWithRecidPtr.assign(from: outputPtr, count: 64)
                           ^~~~~~
                           update
/host/spi-builder-workspace/web3swift/src/Utils/KeyUtil.swift:153:12: warning: result of call to 'withUnsafeMutableBytes' is unused
        rv.withUnsafeMutableBytes {
           ^                      ~
[784/804] Compiling web3 ABIEncoder+Static.swift
[785/804] Compiling web3 ABIEvent.swift
[786/804] Compiling web3 ABIFunction.swift
[787/804] Compiling web3 ABIFunctionEncodable.swift
[788/804] Compiling web3 ABIFunctionEncoder.swift
[789/804] Compiling web3 ABIRawType+Static.swift
[790/804] Compiling web3 ABIRevertError.swift
[791/804] Compiling web3 ABITuple.swift
[792/804] Compiling web3 EthereumClient+Static.swift
[793/804] Compiling web3 ENSContracts.swift
[794/804] Compiling web3 ENSMultiResolver.swift
[795/804] Compiling web3 ERC20Responses.swift
[796/804] Compiling web3 ERC721.swift
[797/804] Compiling web3 ERC721Events.swift
[798/804] Compiling web3 ERC721Functions.swift
[799/804] Compiling web3 ERC721Responses.swift
[800/804] Compiling web3 ByteExtensions.swift
[801/804] Compiling web3 Data+Random.swift
[802/804] Compiling web3 Extensions.swift
[803/804] Compiling web3 HexExtensions.swift
[804/804] Compiling web3 KeccakExtensions.swift
[807/811] Compiling web3_zksync ZKSyncProvider.swift
[808/811] Compiling web3_zksync ABIFunction+ZKSync.swift
[809/811] Compiling web3_zksync EthereumAccount+ZKSync.swift
[810/811] Emitting module web3_zksync
[811/811] Compiling web3_zksync ZKSyncTransaction.swift
Build complete! (86.37s)
Build complete.
Done.

Build Machine: Linux 1