The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TonSdkSwift, reference 1.3.5 (2113b8), with Swift 6.1 for macOS (SPM) on 1 May 2026 11:29:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/ton-sdk-swift.git
Reference: 1.3.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerzh/ton-sdk-swift
 * tag               1.3.5      -> FETCH_HEAD
HEAD is now at 2113b89 delete cryptoswift
Cloned https://github.com/nerzh/ton-sdk-swift.git
Revision (git rev-parse @):
2113b89b8e082d63fd2f62f20f800802279a81a0
SUCCESS checkout https://github.com/nerzh/ton-sdk-swift.git at 1.3.5
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerzh/ton-sdk-swift.git
https://github.com/nerzh/ton-sdk-swift.git
{
  "dependencies" : [
    {
      "identity" : "swift-regular-expression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-regular-expression"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.7.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bytehubio/BigInt"
    },
    {
      "identity" : "swift-extensions-pack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-extensions-pack"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "swift-net-layer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-net-layer"
    }
  ],
  "manifest_display_name" : "TonSdkSwift",
  "name" : "TonSdkSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TonSdkSwift",
      "targets" : [
        "TonSdkSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TonSdkSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "TonSdkSwiftTests",
      "path" : "Tests/TonSdkSwiftTests",
      "product_dependencies" : [
        "SwiftRegularExpression",
        "SwiftExtensionsPack",
        "BigInt",
        "Crypto",
        "CryptoExtras",
        "SwiftNetLayer"
      ],
      "sources" : [
        "AddressTests.swift",
        "BitsTests.swift",
        "CellBuilderTests.swift",
        "CellSliceTests.swift",
        "CellTests.swift",
        "CoinsTests.swift",
        "CryptoTests.swift",
        "De+SerializerTests.swift",
        "ExampleTests.swift",
        "HashmapTests.swift",
        "JohnnyMnemonicTests.swift",
        "MerkleProofTests.swift"
      ],
      "target_dependencies" : [
        "TonSdkSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TonSdkSwift",
      "module_type" : "SwiftTarget",
      "name" : "TonSdkSwift",
      "path" : "Sources/TonSdkSwift",
      "product_dependencies" : [
        "SwiftRegularExpression",
        "SwiftExtensionsPack",
        "BigInt",
        "Crypto",
        "CryptoExtras",
        "SwiftNetLayer"
      ],
      "product_memberships" : [
        "TonSdkSwift"
      ],
      "sources" : [
        "Boc/Boc.swift",
        "Boc/CellBuilder.swift",
        "Boc/CellSlice.swift",
        "Boc/Hashmap.swift",
        "JohnnyMnemonic/MnemonicUtils.swift",
        "JohnnyMnemonic/TonMnemonic.swift",
        "JohnnyMnemonic/Words/English.swift",
        "Providers/TonCenter/Targets/ToncenterApiJsonRPCTarget.swift",
        "Providers/TonCenter/Targets/ToncenterApiTargetModels.swift",
        "Providers/TonCenter/ToncenterApi.swift",
        "Types/Address.swift",
        "Types/Block.swift",
        "Types/Cell.swift",
        "Types/Coins.swift",
        "Types/Mask.swift",
        "Utils/Bits.swift",
        "Utils/Checksum.swift",
        "Utils/ErrorTonSdkSwift.swift",
        "Utils/Helpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/393] Write sources
[0/393] Copying PrivacyInfo.xcprivacy
[4/393] Write sources
[6/393] Copying PrivacyInfo.xcprivacy
[6/393] Write sources
[8/393] Copying PrivacyInfo.xcprivacy
[11/393] Write sources
[14/393] Write swift-version-2F0A5646E1D333AE.txt
[15/393] Compiling CEd25519 key_exchange.c
[16/393] Compiling CEd25519 sha512.c
[16/393] Compiling CEd25519 add_scalar.c
[16/393] Compiling CEd25519 sign.c
[16/393] Compiling CEd25519 fe.c
[16/393] Compiling CEd25519 keypair.c
[16/393] Compiling CEd25519 sc.c
[22/393] Compiling CEd25519 verify.c
[23/393] Compiling fiat_curve25519_adx_square.S
[24/393] Compiling fiat_p256_adx_sqr.S
[24/393] Compiling fiat_p256_adx_mul.S
[26/393] Compiling fiat_curve25519_adx_mul.S
[27/393] Compiling CEd25519 ge.c
[28/393] Compiling CEd25519 seed.c
[29/393] Compiling md5-x86_64-linux.S
[30/393] Compiling md5-586-linux.S
[31/393] Compiling md5-x86_64-apple.S
[32/393] Compiling md5-586-apple.S
[33/393] Compiling chacha20_poly1305_x86_64-linux.S
[34/393] Compiling chacha20_poly1305_x86_64-apple.S
[35/393] Compiling chacha20_poly1305_armv8-win.S
[36/395] Compiling chacha20_poly1305_armv8-linux.S
[37/413] Compiling chacha20_poly1305_armv8-apple.S
[38/413] Compiling chacha-x86_64-linux.S
[39/417] Compiling chacha-x86_64-apple.S
[40/420] Compiling chacha-x86-linux.S
[41/500] Compiling chacha-x86-apple.S
[42/500] Compiling chacha-armv8-linux.S
[43/500] Compiling chacha-armv8-win.S
[44/500] Compiling aes128gcmsiv-x86_64-linux.S
[45/500] Compiling aes128gcmsiv-x86_64-apple.S
[46/500] Compiling chacha-armv4-linux.S
[47/500] Compiling chacha-armv8-apple.S
[48/500] Compiling x86_64-mont5-apple.S
[49/500] Compiling x86_64-mont5-linux.S
[50/500] Compiling x86_64-mont-linux.S
[51/500] Compiling x86_64-mont-apple.S
[52/500] Compiling x86-mont-linux.S
[53/500] Compiling x86-mont-apple.S
[54/500] Compiling vpaes-x86_64-linux.S
[55/500] Compiling vpaes-x86_64-apple.S
[56/500] Compiling vpaes-x86-apple.S
[57/500] Compiling vpaes-armv8-win.S
[57/500] Compiling vpaes-x86-linux.S
[59/500] Compiling vpaes-armv8-linux.S
[60/500] Compiling vpaes-armv7-linux.S
[61/500] Compiling vpaes-armv8-apple.S
[61/500] Compiling sha512-x86_64-linux.S
[63/500] Compiling sha512-x86_64-apple.S
[64/500] Compiling sha512-armv8-win.S
[64/500] Compiling sha512-armv8-linux.S
[66/500] Compiling sha512-armv8-apple.S
[67/500] Compiling sha512-armv4-linux.S
[68/500] Compiling sha512-586-linux.S
[69/500] Compiling sha256-x86_64-linux.S
[70/500] Compiling sha512-586-apple.S
[71/500] Compiling sha256-x86_64-apple.S
[72/500] Compiling sha256-armv8-win.S
[73/500] Compiling sha256-armv8-linux.S
[74/506] Compiling sha256-armv8-apple.S
[75/506] Compiling sha256-armv4-linux.S
[76/506] Compiling sha256-586-apple.S
[77/506] Compiling sha256-586-linux.S
[78/506] Compiling sha1-x86_64-linux.S
[79/506] Compiling sha1-x86_64-apple.S
[80/506] Compiling sha1-armv8-linux.S
[81/506] Compiling sha1-armv8-win.S
[82/506] Compiling sha1-armv8-apple.S
[83/506] Compiling sha1-armv4-large-linux.S
[84/506] Compiling sha1-586-linux.S
[85/506] Compiling sha1-586-apple.S
[86/506] Compiling rsaz-avx2-apple.S
[87/506] Compiling rsaz-avx2-linux.S
[88/506] Compiling rdrand-x86_64-linux.S
[89/506] Compiling rdrand-x86_64-apple.S
[90/506] Compiling p256_beeu-x86_64-asm-linux.S
[91/506] Compiling p256_beeu-x86_64-asm-apple.S
[92/506] Compiling p256_beeu-armv8-asm-win.S
[93/506] Compiling p256_beeu-armv8-asm-linux.S
[94/506] Compiling p256_beeu-armv8-asm-apple.S
[95/506] Compiling p256-x86_64-asm-linux.S
[96/506] Compiling p256-x86_64-asm-apple.S
[97/506] Compiling p256-armv8-asm-win.S
[98/506] Compiling p256-armv8-asm-linux.S
[99/506] Compiling p256-armv8-asm-apple.S
[100/506] Compiling ghashv8-armv8-win.S
[101/506] Compiling ghashv8-armv8-linux.S
[102/506] Compiling ghashv8-armv8-apple.S
[103/506] Compiling ghash-x86_64-linux.S
[104/506] Compiling ghashv8-armv7-linux.S
[105/506] Compiling CCryptoBoringSSLShims shims.c
[106/506] Compiling ghash-x86_64-apple.S
[107/506] Compiling ghash-x86-linux.S
[108/506] Compiling ghash-x86-apple.S
[108/506] Compiling ghash-ssse3-x86_64-linux.S
[110/506] Compiling ghash-ssse3-x86_64-apple.S
[111/506] Compiling ghash-ssse3-x86-linux.S
[112/506] Compiling ghash-ssse3-x86-apple.S
[113/506] Compiling ghash-neon-armv8-linux.S
[114/506] Compiling ghash-neon-armv8-win.S
[115/506] Compiling ghash-neon-armv8-apple.S
[116/506] Compiling ghash-armv4-linux.S
[117/506] Compiling co-586-linux.S
[118/506] Compiling co-586-apple.S
[119/506] Compiling bsaes-armv7-linux.S
[120/506] Compiling bn-armv8-win.S
[121/506] Compiling bn-armv8-linux.S
[122/506] Compiling bn-armv8-apple.S
[123/506] Compiling bn-586-linux.S
[124/506] Compiling bn-586-apple.S
[125/506] Compiling armv8-mont-win.S
[126/506] Compiling armv8-mont-linux.S
[127/506] Compiling armv4-mont-linux.S
[128/506] Compiling aesv8-gcm-armv8-win.S
[129/506] Compiling armv8-mont-apple.S
[130/506] Compiling aesv8-gcm-armv8-linux.S
[131/506] Compiling aesv8-gcm-armv8-apple.S
[132/506] Compiling aesv8-armv8-linux.S
[133/506] Compiling aesv8-armv8-win.S
[134/506] Compiling aesv8-armv7-linux.S
[135/506] Compiling aesv8-armv8-apple.S
[136/506] Compiling aesni-x86_64-linux.S
[137/506] Compiling aesni-x86-linux.S
[138/506] Compiling aesni-x86_64-apple.S
[139/506] Compiling aesni-x86-apple.S
[140/506] Compiling aesni-gcm-x86_64-linux.S
[141/506] Compiling aes-gcm-avx512-x86_64-apple.S
[142/506] Compiling aes-gcm-avx512-x86_64-linux.S
[142/506] Compiling aesni-gcm-x86_64-apple.S
[144/506] Compiling aes-gcm-avx2-x86_64-apple.S
[145/506] Compiling aes-gcm-avx2-x86_64-linux.S
[146/506] Compiling err_data.cc
[148/506] Compiling Ed25519 Seed.swift
[149/506] Compiling Ed25519 Error.swift
[150/506] Compiling Ed25519 KeyPair.swift
[151/506] Emitting module Ed25519
[152/506] Compiling Ed25519 PublicKey.swift
[153/506] Compiling Ed25519 PrivateKey.swift
[153/506] Compiling xwing.cc
[154/506] Compiling x_spki.cc
[155/506] Compiling x_req.cc
[155/506] Compiling x_sig.cc
[157/506] Compiling x_x509a.cc
[158/506] Compiling x_x509.cc
[159/506] Compiling x_pubkey.cc
[160/506] Compiling x_name.cc
[161/506] Compiling x_exten.cc
[162/506] Compiling x_crl.cc
[163/506] Compiling x_attrib.cc
[164/506] Compiling x_all.cc
[165/506] Compiling x_algor.cc
[166/506] Compiling x509spki.cc
[167/506] Compiling x509rset.cc
[168/506] Compiling x509name.cc
[169/506] Compiling x509_vpm.cc
[170/506] Compiling x509cset.cc
[171/506] Compiling x509_vfy.cc
[172/506] Compiling x509_v3.cc
[173/506] Compiling x509_txt.cc
[174/506] Compiling x509_trs.cc
[175/506] Compiling x509_set.cc
[176/506] Compiling x509_req.cc
[177/506] Compiling x509_obj.cc
[178/506] Compiling x509_lu.cc
[179/506] Compiling x509_ext.cc
[181/506] Emitting module Crypto
[181/515] Compiling x509_def.cc
[183/515] Compiling Crypto ASN1Null.swift
[184/515] Compiling Crypto ASN1OctetString.swift
[185/515] Compiling SwiftASN1 DER.swift
[186/516] Compiling SwiftASN1 Errors.swift
[186/516] Compiling x509_d2.cc
[187/516] Compiling x509_cmp.cc
[188/516] Compiling x509_att.cc
[189/516] Compiling v3_skey.cc
[190/516] Compiling x509.cc
[191/516] Compiling v3_utl.cc
[192/516] Compiling v3_purp.cc
[193/516] Compiling v3_prn.cc
[194/516] Compiling v3_pmaps.cc
[195/516] Compiling v3_pcons.cc
[196/516] Compiling v3_ncons.cc
[197/516] Compiling v3_ocsp.cc
[198/516] Compiling v3_lib.cc
[199/516] Compiling v3_int.cc
[200/516] Compiling v3_ia5.cc
[201/516] Compiling v3_info.cc
[201/516] Compiling v3_crld.cc
[203/516] Compiling v3_genn.cc
[204/516] Compiling v3_extku.cc
[205/516] Compiling v3_enum.cc
[206/516] Compiling v3_cpols.cc
[208/516] Emitting module SwiftRegularExpression
[209/516] Compiling SwiftRegularExpression String+Regexp.swift
[210/516] Compiling Crypto ASN1Identifier.swift
[211/516] Compiling Crypto ASN1Integer.swift
[212/516] Compiling Crypto Cipher.swift
[213/516] Compiling Crypto Nonces.swift
[214/516] Compiling Crypto ASN1.swift
[215/516] Compiling Crypto ASN1Any.swift
[216/516] Emitting module SwiftASN1
[217/516] Compiling Crypto AES-GCM.swift
[218/516] Compiling Crypto AES-GCM_boring.swift
[219/516] Compiling Crypto ASN1Strings.swift
[220/516] Compiling Crypto ArraySliceBigint.swift
[221/516] Compiling Crypto ChaChaPoly_boring.swift
[222/516] Compiling Crypto ChaChaPoly.swift
[223/516] Compiling Crypto ASN1BitString.swift
[224/516] Compiling Crypto ASN1Boolean.swift
[225/516] Compiling Crypto NISTCurvesKeys.swift
[226/516] Compiling Crypto X25519Keys.swift
[227/516] Compiling Crypto SymmetricKeys.swift
[228/516] Compiling Crypto HMAC.swift
[229/516] Compiling Crypto MACFunctions.swift
[230/516] Compiling Crypto MessageAuthenticationCode.swift
[231/516] Compiling Crypto AES.swift
[232/516] Compiling Crypto ECDSASignature_boring.swift
[233/516] Compiling Crypto ECDSA_boring.swift
[234/516] Compiling Crypto EdDSA_boring.swift
[235/516] Compiling Crypto MLDSA_boring.swift
[236/516] Compiling Crypto MLDSA_wrapper.swift
[237/516] Compiling Crypto ECDSA.swift
[238/516] Compiling Crypto Ed25519.swift
[239/516] Compiling Crypto MLDSA.swift
[240/516] Compiling Crypto Signature.swift
[241/516] Compiling Crypto CryptoKitErrors_boring.swift
[242/516] Compiling Crypto Optional+withUnsafeBytes_boring.swift
[243/516] Compiling Crypto PKCS8PrivateKey.swift
[244/516] Compiling Crypto SEC1PrivateKey.swift
[245/516] Compiling Crypto SubjectPublicKeyInfo.swift
[246/516] Compiling Crypto CryptoError_boring.swift
[247/516] Compiling Crypto CryptoKitErrors.swift
[248/516] Compiling Crypto Digest_boring.swift
[249/516] Compiling Crypto Digest.swift
[250/516] Compiling Crypto Digests.swift
[251/516] Compiling Crypto HashFunctions.swift
[252/516] Compiling Crypto HashFunctions_SHA2.swift
[253/516] Compiling Crypto MLKEM_wrapper.swift
[254/516] Compiling Crypto XWing_boring.swift
[255/516] Compiling Crypto KEM-Errors.swift
[256/516] Compiling Crypto KEM.swift
[257/516] Compiling Crypto MLKEM.swift
[258/516] Compiling Crypto XWing.swift
[259/516] Compiling Crypto ECDH_boring.swift
[260/516] Compiling Crypto DH.swift
[261/516] Compiling Crypto ECDH.swift
[262/516] Compiling Crypto ANSIx963.swift
[263/516] Compiling Crypto HKDF.swift
[264/516] Compiling Crypto AESWrap.swift
[265/516] Compiling Crypto AESWrap_boring.swift
[266/516] Compiling Crypto Ed25519_boring.swift
[267/516] Compiling Crypto NISTCurvesKeys_boring.swift
[268/516] Compiling Crypto X25519Keys_boring.swift
[269/516] Compiling Crypto Curve25519.swift
[270/516] Compiling Crypto Ed25519Keys.swift
[271/516] Compiling Crypto RNG_boring.swift
[272/516] Compiling Crypto SafeCompare_boring.swift
[273/516] Compiling Crypto Zeroization_boring.swift
[274/516] Compiling Crypto _CryptoModuleAnchor.swift
[275/516] Compiling Crypto PrettyBytes.swift
[276/516] Compiling Crypto SafeCompare.swift
[277/516] Compiling Crypto SecureBytes.swift
[278/516] Compiling Crypto Zeroization.swift
[279/516] Compiling Crypto resource_bundle_accessor.swift
[296/516] Compiling Crypto GeneralizedTime.swift
[297/516] Compiling Crypto ObjectIdentifier.swift
[298/516] Compiling Crypto ECDSASignature.swift
[299/516] Compiling Crypto PEMDocument.swift
[300/516] Compiling Crypto HashFunctions_SHA3.swift
[301/516] Compiling Crypto Digest_xkcp.swift
[302/516] Compiling Crypto HPKE-AEAD.swift
[303/516] Compiling Crypto HPKE-Ciphersuite.swift
[304/516] Compiling Crypto HPKE-KDF.swift
[305/516] Compiling Crypto HPKE-KexKeyDerivation.swift
[306/516] Compiling Crypto HPKE-LabeledExtract.swift
[307/516] Compiling Crypto HPKE-Utils.swift
[308/516] Compiling Crypto DHKEM.swift
[309/516] Compiling Crypto HPKE-KEM-Curve25519.swift
[310/516] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[311/516] Compiling Crypto HPKE-KEM.swift
[312/516] Compiling Crypto HPKE-Errors.swift
[313/516] Compiling Crypto HPKE.swift
[314/516] Compiling Crypto HPKE-Context.swift
[315/516] Compiling Crypto HPKE-KeySchedule.swift
[316/516] Compiling Crypto HPKE-Modes.swift
[317/516] Compiling Crypto Insecure.swift
[318/516] Compiling Crypto Insecure_HashFunctions.swift
[319/516] Compiling Crypto MLKEM_boring.swift
[319/550] Compiling v3_conf.cc
[320/550] Compiling v3_bcons.cc
[321/550] Compiling v3_bitst.cc
[322/550] Compiling v3_akeya.cc
[323/550] Compiling v3_alt.cc
[324/550] Compiling v3_akey.cc
[325/550] Compiling t_x509a.cc
[326/550] Compiling t_x509.cc
[327/550] Compiling t_req.cc
[328/550] Compiling i2d_pr.cc
[329/550] Compiling t_crl.cc
[330/550] Compiling rsa_pss.cc
[331/550] Compiling name_print.cc
[332/550] Compiling policy.cc
[333/550] Compiling by_file.cc
[334/550] Compiling asn1_gen.cc
[335/550] Compiling by_dir.cc
[336/550] Compiling algorithm.cc
[337/550] Compiling a_verify.cc
[338/550] Compiling thread_win.cc
[339/550] Compiling thread_pthread.cc
[340/550] Compiling thread_none.cc
[341/550] Compiling a_digest.cc
[342/550] Compiling a_sign.cc
[343/550] Compiling voprf.cc
[344/550] Compiling trust_token.cc
[345/550] Compiling pmbtoken.cc
[346/550] Compiling thread.cc
[347/550] Compiling sha512.cc
[348/550] Compiling stack.cc
[349/550] Compiling sha1.cc
[350/550] Compiling sha256.cc
[351/550] Compiling siphash.cc
[352/550] Compiling slhdsa.cc
[353/550] Compiling rsa_print.cc
[354/550] Compiling rsa_extra.cc
[355/550] Compiling spake2plus.cc
[356/550] Compiling refcount.cc
[357/550] Compiling rc4.cc
[358/550] Compiling rsa_crypt.cc
[359/550] Compiling urandom.cc
[360/550] Compiling windows.cc
[361/550] Compiling trusty.cc
[362/550] Compiling passive.cc
[363/550] Compiling rand.cc
[364/550] Compiling poly1305_arm_asm.S
[365/550] Compiling rsa_asn1.cc
[366/550] Compiling ios.cc
[367/550] Compiling getentropy.cc
[368/550] Compiling forkunsafe.cc
[369/550] Compiling deterministic.cc
[370/550] Compiling fork_detect.cc
[371/550] Compiling poly1305_vec.cc
[372/550] Compiling poly1305_arm.cc
[373/550] Compiling pool.cc
[374/550] Compiling poly1305.cc
[375/550] Compiling pkcs7.cc
[376/550] Compiling pkcs8_x509.cc
[377/550] Compiling pkcs8.cc
[378/550] Compiling p5_pbev2.cc
[379/550] Compiling pem_x509.cc
[380/550] Compiling pem_xaux.cc
[381/550] Compiling pkcs7_x509.cc
[382/550] Compiling pem_pkey.cc
[383/550] Compiling pem_pk8.cc
[384/550] Compiling mlkem.cc
[385/550] Compiling mldsa.cc
[386/550] Compiling pem_oth.cc
[387/550] Compiling obj_xref.cc
[388/550] Compiling pem_lib.cc
[389/550] Compiling mem.cc
[390/550] Compiling poly_rq_mul.S
[391/550] Compiling pem_info.cc
[392/550] Compiling pem_all.cc
[393/550] Compiling obj.cc
[394/550] Compiling fips_shared_support.cc
[395/550] Compiling lhash.cc
[396/550] Compiling ex_data.cc
[397/550] Compiling fuzzer_mode.cc
[399/550] Compiling SwiftExtensionsPack Limiter.swift
[400/550] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[401/550] Compiling SwiftExtensionsPack Protocols.swift
[402/550] Compiling SwiftExtensionsPack Runtime.swift
[403/550] Compiling SwiftExtensionsPack Ed25519.swift
[404/550] Compiling SwiftExtensionsPack HexaDecimal.swift
[405/550] Compiling SwiftExtensionsPack Hmac.swift
[406/550] Compiling SwiftExtensionsPack RandomBytes.swift
[406/553] Compiling md4.cc
[408/553] Emitting module SwiftExtensionsPack
[408/553] Compiling md5.cc
[409/553] Compiling kyber.cc
[411/553] Compiling SwiftExtensionsPack String+Chunks.swift
[412/553] Compiling SwiftExtensionsPack String+Date.swift
[413/553] Compiling SwiftExtensionsPack String+JSON.swift
[414/553] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[415/553] Compiling SwiftExtensionsPack DictionaryCommon.swift
[416/553] Compiling SwiftExtensionsPack SafeDictionary.swift
[416/553] Compiling hpke.cc
[418/553] Compiling SwiftExtensionsPack SHA.swift
[419/553] Compiling SwiftExtensionsPack String+Extension.swift
[420/553] Compiling SwiftExtensionsPack Date+String.swift
[421/553] Compiling SwiftExtensionsPack DateCommon.swift
[422/553] Compiling SwiftExtensionsPack Double.swift
[423/553] Compiling SwiftExtensionsPack Float.swift
[424/553] Compiling SwiftExtensionsPack HTTP.swift
[424/553] Compiling hrss.cc
[425/553] Compiling pbkdf.cc
[426/553] Compiling scrypt.cc
[427/553] Compiling print.cc
[428/553] Compiling sign.cc
[429/553] Compiling p_x25519_asn1.cc
[430/553] Compiling p_x25519.cc
[432/553] Compiling SwiftExtensionsPack Atomic.swift
[433/553] Compiling SwiftExtensionsPack CommonClasses.swift
[434/553] Compiling SwiftExtensionsPack CommonMethods.swift
[435/553] Compiling SwiftExtensionsPack ErrorCommon.swift
[436/553] Compiling SwiftExtensionsPack SafeValue.swift
[437/553] Compiling SwiftExtensionsPack AES.swift
[438/553] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[439/553] Compiling SwiftExtensionsPack Data+Extension.swift
[440/553] Compiling SwiftExtensionsPack SafeArray.swift
[441/553] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[442/553] Compiling SwiftExtensionsPack Codable+Extensions.swift
[443/553] Compiling SwiftExtensionsPack AnyValue.swift
[444/553] Compiling SwiftExtensionsPack StringCommon.swift
[445/553] Compiling SwiftExtensionsPack String+Crypto.swift
[446/553] Compiling SwiftExtensionsPack String+Height.swift
[446/553] Compiling p_rsa_asn1.cc
[447/553] Compiling p_hkdf.cc
[448/553] Compiling p_rsa.cc
[449/553] Compiling p_ed25519_asn1.cc
[450/560] Compiling p_ed25519.cc
[451/571] Compiling p_ec_asn1.cc
[452/571] Compiling p_ec.cc
[453/571] Compiling p_dsa_asn1.cc
[454/571] Compiling p_dh_asn1.cc
[455/571] Compiling p_dh.cc
[456/571] Compiling evp_ctx.cc
[457/571] Compiling engine.cc
[458/571] Compiling err.cc
[459/571] Compiling evp_asn1.cc
[460/571] Compiling ecdsa_p1363.cc
[461/571] Compiling evp.cc
[462/571] Compiling ecdsa_asn1.cc
[463/571] Compiling ecdh.cc
[464/571] Compiling ec_derive.cc
[465/571] Compiling dsa.cc
[466/571] Compiling hash_to_curve.cc
[467/571] Compiling dsa_asn1.cc
[468/571] Compiling ec_asn1.cc
[469/571] Compiling digest_extra.cc
[470/571] Compiling x25519-asm-arm.S
[471/571] Compiling params.cc
[472/571] Compiling dh_asn1.cc
[473/571] Compiling curve25519_64_adx.cc
[474/571] Compiling des.cc
[475/571] Compiling spake25519.cc
[476/571] Compiling cpu_intel.cc
[477/571] Compiling crypto.cc
[478/571] Compiling cpu_arm_linux.cc
[479/571] Compiling curve25519.cc
[480/571] Compiling cpu_arm_freebsd.cc
[481/571] Compiling cpu_aarch64_win.cc
[482/571] Compiling cpu_aarch64_sysreg.cc
[483/571] Compiling cpu_aarch64_linux.cc
[484/571] Compiling cpu_aarch64_openbsd.cc
[485/571] Compiling cpu_aarch64_fuchsia.cc
[486/571] Compiling cpu_aarch64_apple.cc
[487/571] Compiling conf.cc
[488/571] Compiling tls_cbc.cc
[489/571] Compiling get_cipher.cc
[490/571] Compiling e_tls.cc
[491/571] Compiling e_rc4.cc
[492/571] Compiling e_rc2.cc
[493/571] Compiling cms.cc
[494/571] Compiling e_null.cc
[495/571] Compiling e_des.cc
[496/571] Compiling e_chacha20poly1305.cc
[497/571] Compiling e_aesgcmsiv.cc
[498/571] Compiling derive_key.cc
[499/571] Compiling chacha.cc
[500/571] Compiling e_aesctrhmac.cc
[501/571] Compiling e_aeseax.cc
[502/571] Compiling unicode.cc
[503/571] Compiling cbs.cc
[504/571] Compiling sqrt.cc
[505/571] Compiling buf.cc
[506/571] Compiling cbb.cc
[507/571] Compiling exponentiation.cc
[508/571] Compiling ber.cc
[509/571] Compiling bcm.cc
[510/571] Compiling asn1_compat.cc
[511/571] Compiling div.cc
[512/571] Compiling blake2.cc
[513/571] Compiling printf.cc
[514/571] Compiling bn_asn1.cc
[515/571] Compiling hexdump.cc
[516/571] Compiling pair.cc
[517/571] Compiling convert.cc
[518/571] Compiling fd.cc
[519/571] Compiling file.cc
[520/571] Compiling errno.cc
[521/571] Compiling bio_mem.cc
[522/571] Compiling bio.cc
[523/571] Compiling base64.cc
[525/571] Compiling SwiftNetLayer SNL+Target.swift
[525/572] Compiling tasn_fre.cc
[526/572] Compiling tasn_typ.cc
[528/572] Compiling SwiftNetLayer SNL+Resource.swift
[529/572] Compiling SwiftNetLayer SNL+ResourcePrtcl.swift
[530/572] Compiling SwiftNetLayer SNL+Request.swift.swift
[531/572] Compiling SwiftNetLayer SNL+RequestPrtcl.swift
[531/572] Compiling tasn_enc.cc
[533/572] Compiling SwiftNetLayer SNL+Header.swift
[534/572] Compiling SwiftNetLayer SNL+MIMEType.swift
[535/572] Compiling SwiftNetLayer SNL+ProtocolType.swift
[536/572] Compiling SwiftNetLayer SNL+TypeAlias.swift
[537/572] Compiling SwiftNetLayer SNL+Provider.swift
[538/572] Compiling SwiftNetLayer SNL+ProviderPrtcl.swift
[539/572] Compiling SwiftNetLayer SNL+Errors.swift
[540/572] Compiling SwiftNetLayer SNL+HTTPMethod.swift
[540/572] Compiling tasn_utl.cc
[542/572] Compiling SwiftNetLayer SNL+TargetPrtcl.swift
[542/572] Compiling tasn_new.cc
[544/572] Compiling SwiftNetLayer SNL+File.swift
[545/572] Compiling SwiftNetLayer SNL+FilePrtcl.swift
[546/572] Emitting module SwiftNetLayer
[547/572] Compiling SwiftNetLayer SNL+Executor.swift
[548/572] Compiling SwiftNetLayer SNL+ExecutorPrtcl.swift
[548/572] Compiling posix_time.cc
[549/572] Compiling f_string.cc
[550/572] Compiling f_int.cc
[551/572] Compiling asn1_par.cc
[552/572] Compiling asn_pack.cc
[553/572] Compiling tasn_dec.cc
[554/572] Compiling asn1_lib.cc
[555/572] Compiling a_octet.cc
[556/572] Compiling a_utctm.cc
[557/572] Compiling a_type.cc
[558/572] Compiling a_time.cc
[559/572] Compiling a_strnid.cc
[560/572] Compiling a_strex.cc
[561/572] Compiling a_mbstr.cc
[561/572] Write sources
[563/572] Compiling a_int.cc
[564/572] Compiling a_object.cc
[565/572] Compiling a_dup.cc
[566/572] Compiling a_i2d_fp.cc
[567/593] Compiling aes.cc
[568/593] Compiling a_d2i_fp.cc
[569/593] Compiling a_gentm.cc
[570/593] Compiling a_bool.cc
[571/593] Compiling a_bitstr.cc
[573/602] Emitting module BigInt
[574/604] Compiling BigInt Strideable.swift
[575/604] Compiling BigInt String Conversion.swift
[576/604] Compiling BigInt Addition.swift
[577/604] Compiling BigInt BigInt.swift
[578/604] Compiling BigInt BigUInt.swift
[579/604] Compiling BigInt Shifts.swift
[580/604] Compiling BigInt Square Root.swift
[581/604] Compiling BigInt Prime Test.swift
[582/604] Compiling BigInt Random.swift
[583/604] Compiling BigInt Integer Conversion.swift
[584/604] Compiling BigInt Multiplication.swift
[585/604] Compiling BigInt GCD.swift
[586/604] Compiling BigInt Hashable.swift
[587/604] Compiling BigInt Bitwise Ops.swift
[588/604] Compiling BigInt Codable.swift
[589/604] Compiling BigInt Comparable.swift
[590/604] Compiling BigInt Exponentiation.swift
[591/604] Compiling BigInt Floating Point Conversion.swift
[592/604] Compiling BigInt Data Conversion.swift
[593/604] Compiling BigInt Division.swift
[594/604] Compiling CryptoBoringWrapper resource_bundle_accessor.swift
[595/604] Compiling CryptoBoringWrapper RandomBytes.swift
[596/604] Compiling BigInt Subtraction.swift
[597/604] Compiling BigInt Words and Bits.swift
[598/604] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[599/604] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[600/604] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[601/604] Emitting module CryptoBoringWrapper
[602/604] Compiling CryptoBoringWrapper EllipticCurve.swift
[603/604] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[604/604] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[605/668] Emitting module CryptoExtras
[606/674] Compiling CryptoExtras BoringSSLSHA512256HashFunction.swift
[607/674] Compiling CryptoExtras SHA512256.swift
[608/674] Compiling CryptoExtras SHA512256Digest.swift
[609/674] Compiling CryptoExtras Curve25519+PEM.swift
[610/674] Compiling CryptoExtras ObjectIdentifier.swift
[611/674] Compiling CryptoExtras PKCS8DERRepresentation.swift
[612/674] Compiling CryptoExtras PKCS8PrivateKey.swift
[613/674] Compiling CryptoExtras PBKDF2.swift
[614/674] Compiling CryptoExtras Scrypt_boring.swift
[615/674] Compiling CryptoExtras Scrypt.swift
[616/674] Compiling CryptoExtras OPRF.swift
[617/674] Compiling CryptoExtras OPRFClient.swift
[618/674] Compiling CryptoExtras OPRFServer.swift
[619/674] Compiling CryptoExtras VOPRF+API.swift
[620/674] Compiling CryptoExtras RFC8410AlgorithmIdentifier.swift
[621/674] Compiling CryptoExtras ECToolbox_boring.swift
[622/674] Compiling CryptoExtras ECToolbox.swift
[623/674] Compiling CryptoExtras HashToField.swift
[624/674] Compiling CryptoExtras KDF.swift
[625/674] Compiling CryptoExtras PBKDF2_boring.swift
[626/674] Compiling CryptoExtras PBKDF2_commoncrypto.swift
[627/674] Compiling CryptoExtras AES_CBC.swift
[628/674] Compiling CryptoExtras AES_CFB.swift
[629/674] Compiling CryptoExtras AES_CTR.swift
[630/674] Compiling CryptoExtras AES_GCM_SIV.swift
[631/674] Compiling CryptoExtras Block Function.swift
[632/674] Compiling CryptoExtras AES_CFB_boring.swift
[633/674] Compiling CryptoExtras AES_CTR_boring.swift
[634/674] Compiling CryptoExtras IntegerEncoding.swift
[635/674] Compiling CryptoExtras PEMDocument.swift
[636/674] Compiling CryptoExtras PrettyBytes.swift
[637/674] Compiling CryptoExtras SubjectPublicKeyInfo.swift
[638/674] Compiling CryptoExtras ThreadOps.swift
[639/674] Compiling CryptoExtras ThreadPosix.swift
[640/674] Compiling CryptoExtras ThreadSpecific.swift
[641/674] Compiling CryptoExtras AES_GCM_SIV_boring.swift
[642/674] Compiling CryptoExtras CMAC.swift
[643/674] Compiling CryptoExtras ARC+API.swift
[644/674] Compiling CryptoExtras ARC.swift
[645/674] Compiling CryptoExtras ARCCredential.swift
[646/674] Compiling CryptoExtras ARCEncoding.swift
[647/674] Compiling CryptoExtras ARCPrecredential.swift
[648/674] Compiling CryptoExtras ThreadWindows.swift
[649/674] Compiling CryptoExtras DLEQ.swift
[650/674] Compiling CryptoExtras Prover.swift
[651/674] Compiling CryptoExtras Verifier.swift
[652/674] Compiling CryptoExtras ZKPToolbox.swift
[653/674] Compiling CryptoExtras resource_bundle_accessor.swift
[654/674] Compiling CryptoExtras Zeroization_boring.swift
[655/674] Compiling CryptoExtras BoringSSLHelpers.swift
[656/674] Compiling CryptoExtras CryptoKitErrors_boring.swift
[657/674] Compiling CryptoExtras Data+Extensions.swift
[658/674] Compiling CryptoExtras DigestType.swift
[659/674] Compiling CryptoExtras Error.swift
[660/674] Compiling CryptoExtras I2OSP.swift
[661/674] Compiling CryptoExtras VOPRFClient.swift
[662/674] Compiling CryptoExtras VOPRFServer.swift
[663/674] Compiling CryptoExtras BoringSSLPassphraseCallbackManager.swift
[664/674] Compiling CryptoExtras RSA+BlindSigning.swift
[665/674] Compiling CryptoExtras RSA.swift
[666/674] Compiling CryptoExtras RSA_boring.swift
[667/674] Compiling CryptoExtras Reexport.swift
[668/674] Compiling CryptoExtras ARCPresentation.swift
[669/674] Compiling CryptoExtras ARCRequest.swift
[670/674] Compiling CryptoExtras ARCResponse.swift
[671/674] Compiling CryptoExtras ARCServer.swift
[672/674] Compiling CryptoExtras ChaCha20CTR_boring.swift
[673/674] Compiling CryptoExtras ChaCha20CTR.swift
[674/674] Compiling CryptoExtras BoringSSLSHA512256Context.swift
[675/693] Compiling TonSdkSwift Checksum.swift
[676/693] Compiling TonSdkSwift ErrorTonSdkSwift.swift
[677/694] Compiling TonSdkSwift Mask.swift
[678/694] Compiling TonSdkSwift Bits.swift
[679/694] Compiling TonSdkSwift ToncenterApiTargetModels.swift
[680/694] Compiling TonSdkSwift ToncenterApi.swift
[681/694] Compiling TonSdkSwift Helpers.swift
[682/694] Compiling TonSdkSwift Cell.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Cell.swift:415:18: warning: TODO: fix this logic
413 |     // Print cell as fift-hex
414 |     public func printCell(indent: Int = 1, size: Int = 0) throws -> String {
415 |         #warning("TODO: fix this logic")
    |                  `- warning: TODO: fix this logic
416 |         let bitsCopy = bits
417 |         let areDivisible = bitsCopy.count % 4 == 0
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Coins.swift:204:10: warning: Add additional operators
202 |     }
203 |
204 | #warning("Add additional operators")
    |          `- warning: Add additional operators
205 | //    public static func &= (lhs: inout Coins, rhs: Coins) {
206 | //        lhs._nanoValue &= rhs.nanoValue
[683/694] Compiling TonSdkSwift Coins.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Cell.swift:415:18: warning: TODO: fix this logic
413 |     // Print cell as fift-hex
414 |     public func printCell(indent: Int = 1, size: Int = 0) throws -> String {
415 |         #warning("TODO: fix this logic")
    |                  `- warning: TODO: fix this logic
416 |         let bitsCopy = bits
417 |         let areDivisible = bitsCopy.count % 4 == 0
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Coins.swift:204:10: warning: Add additional operators
202 |     }
203 |
204 | #warning("Add additional operators")
    |          `- warning: Add additional operators
205 | //    public static func &= (lhs: inout Coins, rhs: Coins) {
206 | //        lhs._nanoValue &= rhs.nanoValue
[684/694] Compiling TonSdkSwift Address.swift
[685/694] Compiling TonSdkSwift Block.swift
[686/694] Compiling TonSdkSwift MnemonicUtils.swift
[687/694] Compiling TonSdkSwift TonMnemonic.swift
[688/694] Compiling TonSdkSwift CellSlice.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:13:14: warning: prefixed - Not implemented yet
 11 | public struct HashmapOptions<K, V> {
 12 |     public var keySize: Int?
 13 |     #warning("prefixed - Not implemented yet")
    |              `- warning: prefixed - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:16:14: warning: nonEmpty - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
 16 |     #warning("nonEmpty - Not implemented yet")
    |              `- warning: nonEmpty - Not implemented yet
 17 |     @available(*, deprecated, message: "Not implemented yet")
 18 |     public var nonEmpty: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:29:14: warning: 'prefixed' is deprecated: Not implemented yet
 27 |     ) {
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
    |              `- warning: 'prefixed' is deprecated: Not implemented yet
 30 |         self.nonEmpty = nonEmpty
 31 |         self.serializers = serializers
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:30:14: warning: 'nonEmpty' is deprecated: Not implemented yet
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
 30 |         self.nonEmpty = nonEmpty
    |              `- warning: 'nonEmpty' is deprecated: Not implemented yet
 31 |         self.serializers = serializers
 32 |         self.deserializers = deserializers
[689/694] Compiling TonSdkSwift Hashmap.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:13:14: warning: prefixed - Not implemented yet
 11 | public struct HashmapOptions<K, V> {
 12 |     public var keySize: Int?
 13 |     #warning("prefixed - Not implemented yet")
    |              `- warning: prefixed - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:16:14: warning: nonEmpty - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
 16 |     #warning("nonEmpty - Not implemented yet")
    |              `- warning: nonEmpty - Not implemented yet
 17 |     @available(*, deprecated, message: "Not implemented yet")
 18 |     public var nonEmpty: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:29:14: warning: 'prefixed' is deprecated: Not implemented yet
 27 |     ) {
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
    |              `- warning: 'prefixed' is deprecated: Not implemented yet
 30 |         self.nonEmpty = nonEmpty
 31 |         self.serializers = serializers
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:30:14: warning: 'nonEmpty' is deprecated: Not implemented yet
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
 30 |         self.nonEmpty = nonEmpty
    |              `- warning: 'nonEmpty' is deprecated: Not implemented yet
 31 |         self.serializers = serializers
 32 |         self.deserializers = deserializers
[690/694] Compiling TonSdkSwift Boc.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:402:18: warning: fix multiple root cells serialization
400 |
401 |     public class func depthFirstSort(root: [Cell]) throws -> (cells: [Cell], hashmap: [String: Int]) {
402 |         #warning("fix multiple root cells serialization")
    |                  `- warning: fix multiple root cells serialization
403 |         var stack: [CellNode] = [CellNode(cell: try Cell(refs: root), children: root.count, scanned: 0)]
404 |         var cells: [(cell: Cell, hash: String)] = []
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:481:19: warning: result of call to 'shift' is unused
479 |             }
480 |
481 |             stack.shift(count)
    |                   `- warning: result of call to 'shift' is unused
482 |         }
483 |
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:487:14: warning: immutable value 'index' was never used; consider replacing with '_' or removing it
485 |         var resultCells: [Cell] = []
486 |         var order: Int = 0
487 |         for (index, (cell, hash, deleted)) in cells.enumerated() {
    |              `- warning: immutable value 'index' was never used; consider replacing with '_' or removing it
488 |             if !deleted {
489 |                 hashmap[hash] = order
[691/694] Compiling TonSdkSwift CellBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:402:18: warning: fix multiple root cells serialization
400 |
401 |     public class func depthFirstSort(root: [Cell]) throws -> (cells: [Cell], hashmap: [String: Int]) {
402 |         #warning("fix multiple root cells serialization")
    |                  `- warning: fix multiple root cells serialization
403 |         var stack: [CellNode] = [CellNode(cell: try Cell(refs: root), children: root.count, scanned: 0)]
404 |         var cells: [(cell: Cell, hash: String)] = []
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:481:19: warning: result of call to 'shift' is unused
479 |             }
480 |
481 |             stack.shift(count)
    |                   `- warning: result of call to 'shift' is unused
482 |         }
483 |
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:487:14: warning: immutable value 'index' was never used; consider replacing with '_' or removing it
485 |         var resultCells: [Cell] = []
486 |         var order: Int = 0
487 |         for (index, (cell, hash, deleted)) in cells.enumerated() {
    |              `- warning: immutable value 'index' was never used; consider replacing with '_' or removing it
488 |             if !deleted {
489 |                 hashmap[hash] = order
[692/694] Compiling TonSdkSwift English.swift
[693/694] Compiling TonSdkSwift ToncenterApiJsonRPCTarget.swift
[694/694] Emitting module TonSdkSwift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:13:14: warning: prefixed - Not implemented yet
 11 | public struct HashmapOptions<K, V> {
 12 |     public var keySize: Int?
 13 |     #warning("prefixed - Not implemented yet")
    |              `- warning: prefixed - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:16:14: warning: nonEmpty - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
 16 |     #warning("nonEmpty - Not implemented yet")
    |              `- warning: nonEmpty - Not implemented yet
 17 |     @available(*, deprecated, message: "Not implemented yet")
 18 |     public var nonEmpty: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Coins.swift:204:10: warning: Add additional operators
202 |     }
203 |
204 | #warning("Add additional operators")
    |          `- warning: Add additional operators
205 | //    public static func &= (lhs: inout Coins, rhs: Coins) {
206 | //        lhs._nanoValue &= rhs.nanoValue
Build complete! (45.97s)
Fetching https://github.com/nerzh/swift-net-layer
Fetching https://github.com/bytehubio/BigInt
Fetching https://github.com/nerzh/swift-regular-expression
Fetching https://github.com/nerzh/swift-extensions-pack
Fetching https://github.com/apple/swift-crypto from cache
[1/61] Fetching swift-regular-expression
[49/4487] Fetching swift-regular-expression, bigint
[63/4918] Fetching swift-regular-expression, bigint, swift-net-layer
[322/6073] Fetching swift-regular-expression, bigint, swift-net-layer, swift-extensions-pack
Fetched https://github.com/bytehubio/BigInt from cache (1.21s)
Fetched https://github.com/nerzh/swift-net-layer from cache (1.50s)
Fetched https://github.com/nerzh/swift-extensions-pack from cache (1.50s)
Fetched https://github.com/nerzh/swift-regular-expression from cache (1.50s)
Fetched https://github.com/apple/swift-crypto from cache (1.54s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 4.5.0 (5.98s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.67s)
Computing version for https://github.com/bytehubio/BigInt
Computed https://github.com/bytehubio/BigInt at 5.7.0 (1.20s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (2.66s)
Computing version for https://github.com/nerzh/swift-net-layer
Computed https://github.com/nerzh/swift-net-layer at 1.6.2 (0.45s)
Computing version for https://github.com/nerzh/swift-extensions-pack
Computed https://github.com/nerzh/swift-extensions-pack at 2.2.5 (0.47s)
Fetching https://github.com/bytehubio/ed25519
[1/179] Fetching ed25519
Fetched https://github.com/bytehubio/ed25519 from cache (0.65s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (1.15s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.61s)
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 4.5.0
Creating working copy for https://github.com/nerzh/swift-regular-expression
Working copy of https://github.com/nerzh/swift-regular-expression resolved at 0.2.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/bytehubio/BigInt
Working copy of https://github.com/bytehubio/BigInt resolved at 5.7.0
Creating working copy for https://github.com/nerzh/swift-extensions-pack
Working copy of https://github.com/nerzh/swift-extensions-pack resolved at 2.2.5
Creating working copy for https://github.com/nerzh/swift-net-layer
Working copy of https://github.com/nerzh/swift-net-layer resolved at 1.6.2
Creating working copy for https://github.com/bytehubio/ed25519
Working copy of https://github.com/bytehubio/ed25519 resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-regular-expression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-regular-expression"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.7.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bytehubio/BigInt"
    },
    {
      "identity" : "swift-extensions-pack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-extensions-pack"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "swift-net-layer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-net-layer"
    }
  ],
  "manifest_display_name" : "TonSdkSwift",
  "name" : "TonSdkSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TonSdkSwift",
      "targets" : [
        "TonSdkSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TonSdkSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "TonSdkSwiftTests",
      "path" : "Tests/TonSdkSwiftTests",
      "product_dependencies" : [
        "SwiftRegularExpression",
        "SwiftExtensionsPack",
        "BigInt",
        "Crypto",
        "CryptoExtras",
        "SwiftNetLayer"
      ],
      "sources" : [
        "AddressTests.swift",
        "BitsTests.swift",
        "CellBuilderTests.swift",
        "CellSliceTests.swift",
        "CellTests.swift",
        "CoinsTests.swift",
        "CryptoTests.swift",
        "De+SerializerTests.swift",
        "ExampleTests.swift",
        "HashmapTests.swift",
        "JohnnyMnemonicTests.swift",
        "MerkleProofTests.swift"
      ],
      "target_dependencies" : [
        "TonSdkSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TonSdkSwift",
      "module_type" : "SwiftTarget",
      "name" : "TonSdkSwift",
      "path" : "Sources/TonSdkSwift",
      "product_dependencies" : [
        "SwiftRegularExpression",
        "SwiftExtensionsPack",
        "BigInt",
        "Crypto",
        "CryptoExtras",
        "SwiftNetLayer"
      ],
      "product_memberships" : [
        "TonSdkSwift"
      ],
      "sources" : [
        "Boc/Boc.swift",
        "Boc/CellBuilder.swift",
        "Boc/CellSlice.swift",
        "Boc/Hashmap.swift",
        "JohnnyMnemonic/MnemonicUtils.swift",
        "JohnnyMnemonic/TonMnemonic.swift",
        "JohnnyMnemonic/Words/English.swift",
        "Providers/TonCenter/Targets/ToncenterApiJsonRPCTarget.swift",
        "Providers/TonCenter/Targets/ToncenterApiTargetModels.swift",
        "Providers/TonCenter/ToncenterApi.swift",
        "Types/Address.swift",
        "Types/Block.swift",
        "Types/Cell.swift",
        "Types/Coins.swift",
        "Types/Mask.swift",
        "Utils/Bits.swift",
        "Utils/Checksum.swift",
        "Utils/ErrorTonSdkSwift.swift",
        "Utils/Helpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.