The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build EverscaleClientSwift, reference master (295076), with Swift 6.0 for Linux on 2 Mar 2025 19:00:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/everscale-client-swift.git
Reference: master
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/nerzh/everscale-client-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 295076a up to 6.0
Cloned https://github.com/nerzh/everscale-client-swift.git
Revision (git rev-parse @):
295076ad5e3acadb8de8b5b61819522df6912e33
SUCCESS checkout https://github.com/nerzh/everscale-client-swift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nerzh/everscale-client-swift.git
https://github.com/nerzh/everscale-client-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-regular-expression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-regular-expression.git"
    },
    {
      "identity" : "swiftfileutils",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/SwiftFileUtils"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "exact" : [
          "5.3.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bytehubio/BigInt"
    },
    {
      "identity" : "swift-extensions-pack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-extensions-pack"
    }
  ],
  "manifest_display_name" : "EverscaleClientSwift",
  "name" : "EverscaleClientSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "EverscaleClientSwift",
      "targets" : [
        "EverscaleClientSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "EverscaleClientSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "EverscaleClientSwiftTests",
      "path" : "Tests/EverscaleClientSwiftTests",
      "product_dependencies" : [
        "SwiftRegularExpression",
        "FileUtils",
        "BigInt",
        "SwiftExtensionsPack"
      ],
      "sources" : [
        "AbiTests.swift",
        "BindingTests.swift",
        "BocTests.swift",
        "ClientTests.swift",
        "CryptoTests.swift",
        "ErrorsTests.swift",
        "Helpers.swift",
        "NetTests.swift",
        "ProcessingTests.swift",
        "TvmTests.swift",
        "UtilsTests.swift"
      ],
      "target_dependencies" : [
        "EverscaleClientSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "EverscaleClientSwift",
      "module_type" : "SwiftTarget",
      "name" : "EverscaleClientSwift",
      "path" : "Sources/EverscaleClientSwift",
      "product_dependencies" : [
        "SwiftRegularExpression",
        "BigInt",
        "SwiftExtensionsPack"
      ],
      "product_memberships" : [
        "EverscaleClientSwift"
      ],
      "sources" : [
        "Abi/Abi.swift",
        "Abi/AbiTypes.swift",
        "Binding/Binding.swift",
        "Binding/BindingStore.swift",
        "Binding/BindingTypes.swift",
        "Boc/Boc.swift",
        "Boc/BocTypes.swift",
        "Client/Client.swift",
        "Client/ClientTypes.swift",
        "Crypto/Crypto.swift",
        "Crypto/CryptoTypes.swift",
        "Debot/Debot.swift",
        "Debot/DebotTypes.swift",
        "Extensions/FileReader.swift",
        "Extensions/Helpers.swift",
        "Extensions/SimpleEnv.swift",
        "Net/Net.swift",
        "Net/NetTypes.swift",
        "Processing/Processing.swift",
        "Processing/ProcessingTypes.swift",
        "Proofs/Proofs.swift",
        "Proofs/ProofsTypes.swift",
        "Tvm/Tvm.swift",
        "Tvm/TvmTypes.swift",
        "Utils/Utils.swift",
        "Utils/UtilsTypes.swift"
      ],
      "target_dependencies" : [
        "CTonSDK"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CTonSDK",
      "module_type" : "SystemLibraryTarget",
      "name" : "CTonSDK",
      "path" : "Sources/CTonSDK",
      "product_memberships" : [
        "EverscaleClientSwift"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/nerzh/swift-regular-expression.git
Fetching https://github.com/bytehubio/BigInt
Fetching https://github.com/nerzh/swift-extensions-pack
Fetching https://github.com/nerzh/SwiftFileUtils
[1/56] Fetching swiftfileutils
[57/1140] Fetching swiftfileutils, swift-extensions-pack
[1141/1201] Fetching swiftfileutils, swift-extensions-pack, swift-regular-expression
[1202/3960] Fetching swiftfileutils, swift-extensions-pack, swift-regular-expression, bigint
Fetched https://github.com/nerzh/SwiftFileUtils from cache (0.21s)
[3564/3904] Fetching swift-extensions-pack, swift-regular-expression, bigint
Fetched https://github.com/nerzh/swift-extensions-pack from cache (0.22s)
Fetched https://github.com/nerzh/swift-regular-expression.git from cache (0.22s)
[2511/2759] Fetching bigint
Fetched https://github.com/bytehubio/BigInt from cache (0.28s)
Computing version for https://github.com/bytehubio/BigInt
Computed https://github.com/bytehubio/BigInt at 5.3.0 (2.14s)
Computing version for https://github.com/nerzh/swift-regular-expression.git
Computed https://github.com/nerzh/swift-regular-expression.git at 0.2.4 (0.52s)
Computing version for https://github.com/nerzh/swift-extensions-pack
Computed https://github.com/nerzh/swift-extensions-pack at 2.0.2 (0.48s)
Fetching https://github.com/bytehubio/ed25519
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/apple/swift-log
[1/179] Fetching ed25519
[180/12748] Fetching ed25519, swift-crypto
[3071/16509] Fetching ed25519, swift-crypto, swift-log
Fetched https://github.com/bytehubio/ed25519 from cache (1.11s)
Fetched https://github.com/apple/swift-log from cache (1.11s)
Fetched https://github.com/apple/swift-crypto from cache (1.13s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (0.45s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.2 (0.45s)
Computing version for https://github.com/nerzh/SwiftFileUtils
Computed https://github.com/nerzh/SwiftFileUtils at 1.3.2 (0.51s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 2.6.0 (0.54s)
Creating working copy for https://github.com/nerzh/swift-regular-expression.git
Working copy of https://github.com/nerzh/swift-regular-expression.git resolved at 0.2.4
Creating working copy for https://github.com/bytehubio/BigInt
Working copy of https://github.com/bytehubio/BigInt resolved at 5.3.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 2.6.0
Creating working copy for https://github.com/bytehubio/ed25519
Working copy of https://github.com/bytehubio/ed25519 resolved at 1.0.0
Creating working copy for https://github.com/nerzh/SwiftFileUtils
Working copy of https://github.com/nerzh/SwiftFileUtils resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.2
Creating working copy for https://github.com/nerzh/swift-extensions-pack
Working copy of https://github.com/nerzh/swift-extensions-pack resolved at 2.0.2
warning: couldn't find pc file for libton_client
Building for debugging...
[0/433] Write sources
[7/433] Compiling a_dup.c
[7/433] Write sources
[9/433] Compiling sha256-armv4-ios.ios.arm.S
[10/433] Compiling e_des.c
[11/433] Compiling a_bitstr.c
[12/433] Compiling CEd25519 sign.c
[13/433] Compiling params.c
[14/433] Compiling CEd25519 verify.c
[14/433] Compiling e_null.c
[16/433] Compiling e_rc2.c
[17/433] Compiling CEd25519 sha512.c
[18/433] Compiling CEd25519 key_exchange.c
[18/433] Compiling CEd25519 seed.c
[20/433] Compiling CEd25519 keypair.c
[21/433] Compiling CEd25519 sc.c
[22/433] Compiling CEd25519 add_scalar.c
[23/433] Compiling CEd25519 ge.c
[24/433] Compiling fiat_curve25519_adx_square.S
[25/433] Compiling fiat_curve25519_adx_mul.S
[26/433] Compiling CEd25519 fe.c
[27/433] Write swift-version-24593BA9C3E375BF.txt
[28/433] Compiling v3_prn.c
[28/433] Compiling v3_skey.c
[30/433] Compiling v3_pcons.c
[30/433] Compiling v3_purp.c
[32/433] Compiling v3_pmaps.c
[33/433] Compiling CCryptoBoringSSLShims shims.c
[34/433] Compiling v3_utl.c
[35/433] Compiling v3_ocsp.c
[36/433] Compiling v3_int.c
[37/433] Compiling v3_ncons.c
[38/433] Compiling v3_lib.c
[39/438] Compiling v3_info.c
[40/467] Compiling v3_extku.c
[41/467] Compiling v3_ia5.c
[42/467] Compiling v3_genn.c
[44/467] Emitting module Ed25519
[44/467] Compiling v3_crld.c
[45/467] Compiling v3_enum.c
[46/467] Compiling v3_conf.c
[47/467] Compiling v3_cpols.c
[48/467] Compiling v3_bitst.c
[49/467] Compiling v3_bcons.c
[50/467] Compiling v3_alt.c
[51/467] Compiling v3_akey.c
[52/467] Compiling v3_akeya.c
[53/467] Compiling x_x509a.c
[54/467] Compiling x_spki.c
[55/467] Compiling x_val.c
[56/467] Compiling x_x509.c
[57/467] Compiling x_sig.c
[58/467] Compiling x_req.c
[59/467] Compiling x_pubkey.c
[60/467] Compiling x_pkey.c
[61/467] Compiling x_info.c
[62/467] Compiling x_name.c
[63/467] Compiling x_exten.c
[64/467] Compiling x_crl.c
[65/467] Compiling x_attrib.c
[66/467] Compiling x_all.c
[67/467] Compiling x_algor.c
[68/467] Compiling x509spki.c
[69/467] Compiling x509rset.c
[70/467] Compiling x509cset.c
[71/467] Compiling x509name.c
[72/467] Compiling x509_vpm.c
[73/467] Compiling x509_vfy.c
[74/467] Compiling x509_v3.c
[75/467] Compiling x509_txt.c
[76/467] Compiling x509_trs.c
[77/467] Compiling x509_set.c
[78/467] Compiling x509_req.c
[79/467] Compiling x509_obj.c
[80/467] Compiling x509_def.c
[81/467] Compiling x509_d2.c
[82/467] Compiling x509_lu.c
[83/467] Compiling x509_ext.c
[84/467] Compiling x509_att.c
[85/467] Compiling x509_cmp.c
[86/467] Compiling x509.c
[87/467] Compiling t_x509a.c
[89/467] Emitting module BigInt
[89/469] Compiling rsa_pss.c
[90/469] Compiling t_req.c
[91/469] Compiling t_crl.c
[92/469] Compiling t_x509.c
[93/469] Compiling i2d_pr.c
[94/469] Compiling name_print.c
[95/469] Compiling policy.c
[96/469] Compiling by_file.c
[97/469] Compiling by_dir.c
[98/469] Compiling asn1_gen.c
[99/469] Compiling algorithm.c
[100/469] Compiling a_verify.c
[101/469] Compiling a_sign.c
[102/469] Compiling a_digest.c
[103/469] Compiling trust_token.c
[104/469] Compiling voprf.c
[105/469] Compiling thread_win.c
[106/469] Compiling thread_pthread.c
[107/469] Compiling thread_none.c
[108/469] Compiling pmbtoken.c
[109/469] Compiling thread.c
[110/469] Compiling rsa_print.c
[111/469] Compiling stack.c
[112/469] Compiling siphash.c
[113/469] Compiling rc4.c
[114/469] Compiling rsa_asn1.c
[115/469] Compiling refcount.c
[116/469] Compiling rsa_crypt.c
[117/469] Compiling windows.c
[118/469] Compiling rand_extra.c
[119/469] Compiling trusty.c
[120/469] Compiling passive.c
[121/469] Compiling getentropy.c
[122/469] Compiling ios.c
[123/469] Compiling deterministic.c
[124/469] Compiling forkunsafe.c
[125/469] Compiling poly1305_arm_asm.S
[126/469] Compiling poly1305_arm.c
[127/469] Compiling pool.c
[128/469] Compiling poly1305.c
[129/469] Compiling pkcs8.c
[130/469] Compiling poly1305_vec.c
[131/469] Compiling p5_pbev2.c
[132/469] Compiling pkcs8_x509.c
[133/469] Compiling pkcs7.c
[134/469] Compiling pem_xaux.c
[135/469] Compiling pkcs7_x509.c
[136/469] Compiling pem_x509.c
[137/469] Compiling pem_pkey.c
[137/469] Compiling pem_pk8.c
[139/469] Compiling pem_oth.c
[140/469] Compiling pem_lib.c
[141/469] Compiling obj_xref.c
[142/469] Compiling mem.c
[143/469] Compiling pem_info.c
[144/469] Compiling lhash.c
[145/469] Compiling pem_all.c
[145/469] Compiling obj.c
[147/469] Compiling kyber.c
[148/469] Compiling keccak.c
[149/469] Compiling x86_64-mont5-mac.mac.x86_64.S
[150/469] Compiling x86_64-mont5-linux.linux.x86_64.S
[151/469] Compiling poly_rq_mul.S
[153/469] Compiling BigInt Strideable.swift
[154/469] Compiling BigInt String Conversion.swift
[155/469] Compiling BigInt Subtraction.swift
[156/469] Compiling BigInt Words and Bits.swift
[156/469] Compiling hpke.c
[157/469] Compiling x86_64-mont-mac.mac.x86_64.S
[158/469] Compiling x86-mont-windows.windows.x86.S
[159/469] Compiling x86_64-mont-linux.linux.x86_64.S
[160/469] Compiling x86-mont-linux.linux.x86.S
[161/469] Compiling vpaes-x86_64-mac.mac.x86_64.S
[163/469] Compiling Ed25519 Error.swift
[164/469] Compiling Ed25519 KeyPair.swift
[164/469] Compiling vpaes-x86-windows.windows.x86.S
[166/469] Compiling Ed25519 PrivateKey.swift
[167/469] Compiling Ed25519 PublicKey.swift
[168/469] Compiling Ed25519 Seed.swift
[168/470] Compiling vpaes-x86_64-linux.linux.x86_64.S
[170/470] Compiling BigInt Floating Point Conversion.swift
[171/470] Compiling BigInt GCD.swift
[172/470] Compiling BigInt Hashable.swift
[172/470] Compiling vpaes-x86-linux.linux.x86.S
[174/470] Compiling BigInt Random.swift
[175/470] Compiling BigInt Shifts.swift
[176/470] Compiling BigInt Square Root.swift
[177/470] Compiling BigInt Integer Conversion.swift
[178/470] Compiling BigInt Multiplication.swift
[179/470] Compiling BigInt Prime Test.swift
[179/470] Compiling hrss.c
[180/470] Compiling vpaes-armv8-linux.linux.aarch64.S
[181/470] Compiling vpaes-armv8-ios.ios.aarch64.S
[183/470] Compiling vpaes-armv7-linux.linux.arm.S
[184/470] Compiling vpaes-armv7-ios.ios.arm.S
[185/470] Compiling sha512-x86_64-mac.mac.x86_64.S
[186/470] Compiling sha512-armv8-linux.linux.aarch64.S
[187/470] Compiling sha512-armv8-ios.ios.aarch64.S
[188/470] Compiling sha512-x86_64-linux.linux.x86_64.S
[189/470] Compiling kdf.c
[190/470] Compiling sha512-armv4-linux.linux.arm.S
[191/470] Compiling sha512-armv4-ios.ios.arm.S
[192/470] Compiling sha512-586-linux.linux.x86.S
[193/470] Compiling sha512-586-windows.windows.x86.S
[194/470] Compiling sha256-x86_64-mac.mac.x86_64.S
[195/470] Compiling sha256-armv8-linux.linux.aarch64.S
[196/470] Compiling sha256-armv8-ios.ios.aarch64.S
[197/470] Compiling sha256-armv4-linux.linux.arm.S
[198/470] Compiling sha256-x86_64-linux.linux.x86_64.S
[199/470] Compiling sha256-586-windows.windows.x86.S
[200/470] Compiling sha256-586-linux.linux.x86.S
[201/470] Compiling sha1-x86_64-mac.mac.x86_64.S
[202/470] Compiling sha1-armv8-linux.linux.aarch64.S
[203/470] Compiling sha1-armv4-large-linux.linux.arm.S
[204/470] Compiling sha1-armv8-ios.ios.aarch64.S
[205/470] Compiling sha1-x86_64-linux.linux.x86_64.S
[206/470] Compiling sha1-armv4-large-ios.ios.arm.S
[207/470] Compiling sha1-586-windows.windows.x86.S
[208/470] Compiling sha1-586-linux.linux.x86.S
[209/470] Compiling sha512.c
[210/470] Compiling service_indicator.c
[211/470] Compiling sha256.c
[212/470] Compiling sha1.c
[213/470] Compiling fips.c
[214/470] Compiling rsaz-avx2-mac.mac.x86_64.S
[215/470] Compiling self_check.c
[217/470] Emitting module Logging
[218/470] Compiling Logging Locks.swift
[218/470] Compiling rsaz-avx2-linux.linux.x86_64.S
[219/470] Compiling rsa_impl.c
[220/470] Compiling blinding.c
[221/470] Compiling rdrand-x86_64-mac.mac.x86_64.S
[222/470] Compiling padding.c
[224/470] Compiling Logging LogHandler.swift
[225/470] Compiling Logging Logging.swift
[226/470] Compiling Logging MetadataProvider.swift
[226/471] Compiling rsa.c
[227/471] Compiling rdrand-x86_64-linux.linux.x86_64.S
[228/471] Compiling rand.c
[229/471] Compiling urandom.c
[230/471] Compiling fork_detect.c
[232/471] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[233/471] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[234/471] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[235/471] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[236/471] Compiling ctrdrbg.c
[237/471] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[238/471] Compiling p256-armv8-asm-linux.linux.aarch64.S
[239/471] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[240/471] Compiling p256-armv8-asm-ios.ios.aarch64.S
[241/471] Compiling polyval.c
[242/471] Compiling ofb.c
[243/471] Compiling ctr.c
[244/471] Compiling gcm_nohw.c
[245/471] Compiling gcm.c
[246/471] Compiling md5-x86_64-mac.mac.x86_64.S
[247/471] Compiling cfb.c
[247/471] Compiling cbc.c
[249/471] Compiling md5-x86_64-linux.linux.x86_64.S
[250/471] Compiling md5-586-windows.windows.x86.S
[251/471] Compiling md5.c
[252/471] Compiling md5-586-linux.linux.x86.S
[253/471] Compiling ghashv8-armv8-linux.linux.aarch64.S
[254/471] Compiling ghashv8-armv8-ios.ios.aarch64.S
[255/471] Compiling hmac.c
[256/471] Compiling hkdf.c
[257/471] Compiling md4.c
[258/471] Compiling ghashv8-armv7-linux.linux.arm.S
[259/471] Compiling ghashv8-armv7-ios.ios.arm.S
[260/471] Compiling ghash-x86_64-mac.mac.x86_64.S
[261/471] Compiling ghash-x86-windows.windows.x86.S
[262/471] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[263/471] Compiling ghash-x86_64-linux.linux.x86_64.S
[264/471] Compiling ghash-x86-linux.linux.x86.S
[265/471] Compiling ghash-ssse3-x86-linux.linux.x86.S
[266/471] Compiling ghash-ssse3-x86-windows.windows.x86.S
[267/471] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[268/471] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[269/471] Compiling ghash-armv4-linux.linux.arm.S
[270/471] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[271/471] Compiling fips_shared_support.c
[272/471] Compiling ghash-armv4-ios.ios.arm.S
[273/471] Compiling ecdh.c
[274/471] Compiling ecdsa.c
[275/471] Compiling util.c
[275/471] Compiling wnaf.c
[277/471] Compiling simple_mul.c
[277/471] Compiling simple.c
[279/471] Compiling scalar.c
[280/471] Compiling p256.c
[281/471] Compiling p224-64.c
[282/471] Compiling ec_montgomery.c
[283/471] Compiling oct.c
[284/471] Compiling felem.c
[285/471] Compiling ec_key.c
[286/471] Compiling digestsign.c
[287/471] Compiling ec.c
[288/471] Compiling digests.c
[288/471] Compiling dh.c
[290/471] Compiling digest.c
[291/471] Compiling check.c
[292/471] Compiling co-586-windows.windows.x86.S
[293/471] Compiling co-586-linux.linux.x86.S
[294/471] Compiling p256-nistz.c
[295/471] Compiling cmac.c
[296/471] Compiling e_aesccm.c
[297/471] Compiling aead.c
[298/471] Compiling bsaes-armv7-linux.linux.arm.S
[299/471] Compiling bsaes-armv7-ios.ios.arm.S
[300/471] Compiling cipher.c
[301/471] Compiling e_aes.c
[302/471] Compiling sqrt.c
[303/471] Compiling shift.c
[304/471] Compiling rsaz_exp.c
[304/471] Compiling montgomery_inv.c
[305/471] Compiling prime.c
[307/471] Compiling random.c
[308/471] Compiling mul.c
[309/471] Compiling montgomery.c
[310/471] Compiling generic.c
[311/471] Compiling jacobi.c
[312/471] Compiling gcd.c
[314/471] Emitting module SwiftRegularExpression
[315/471] Compiling SwiftRegularExpression String+Regexp.swift
[315/471] Compiling gcd_extra.c
[317/471] Compiling BigInt Data Conversion.swift
[318/471] Compiling BigInt Division.swift
[319/472] Compiling BigInt Exponentiation.swift
[320/472] Compiling BigInt Addition.swift
[321/472] Compiling BigInt BigInt.swift
[322/472] Compiling BigInt BigUInt.swift
[323/472] Compiling BigInt Bitwise Ops.swift
[324/472] Compiling BigInt Codable.swift
[325/472] Compiling BigInt Comparable.swift
[325/472] Compiling div_extra.c
[326/472] Compiling exponentiation.c
[327/473] Compiling div.c
[328/473] Compiling ctx.c
[329/473] Compiling cmp.c
[331/473] Compiling bytes.c
[333/473] Compiling bn-armv8-linux.linux.aarch64.S
[334/473] Compiling bn-armv8-ios.ios.aarch64.S
[335/473] Compiling bn-586-windows.windows.x86.S
[336/473] Compiling bn.c
[337/473] Compiling bn-586-linux.linux.x86.S
[338/473] Compiling armv8-mont-linux.linux.aarch64.S
[339/473] Compiling armv8-mont-ios.ios.aarch64.S
[340/473] Compiling armv4-mont-linux.linux.arm.S
[341/473] Compiling add.c
[342/473] Compiling armv4-mont-ios.ios.arm.S
[343/473] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[344/473] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[345/473] Compiling aesv8-armv8-linux.linux.aarch64.S
[346/473] Compiling aesv8-armv7-ios.ios.arm.S
[347/473] Compiling aesv8-armv7-linux.linux.arm.S
[348/473] Compiling aesv8-armv8-ios.ios.aarch64.S
[349/473] Compiling aesni-x86_64-mac.mac.x86_64.S
[350/473] Compiling x86_64-gcc.c
[351/473] Compiling aesni-x86-windows.windows.x86.S
[352/473] Compiling aesni-x86-linux.linux.x86.S
[353/473] Compiling aesni-x86_64-linux.linux.x86_64.S
[354/473] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[355/473] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[356/473] Compiling mode_wrappers.c
[357/473] Compiling key_wrap.c
[358/473] Compiling aes.c
[359/473] Compiling sign.c
[360/473] Compiling ex_data.c
[361/473] Compiling scrypt.c
[362/473] Compiling print.c
[363/473] Compiling p_x25519.c
[363/473] Compiling pbkdf.c
[365/473] Compiling aes_nohw.c
[366/473] Compiling p_x25519_asn1.c
[367/473] Compiling p_rsa_asn1.c
[368/473] Compiling p_hkdf.c
[369/473] Compiling p_rsa.c
[370/473] Compiling p_ed25519.c
[371/473] Compiling p_ec_asn1.c
[372/473] Compiling p_ed25519_asn1.c
[373/473] Compiling err_data.c
[373/473] Compiling p_ec.c
[373/473] Compiling p_dsa_asn1.c
[376/473] Compiling evp_ctx.c
[377/473] Compiling evp.c
[377/473] Compiling evp_asn1.c
[377/473] Compiling engine.c
[380/473] Compiling err.c
[381/473] Compiling ecdh_extra.c
[382/473] Compiling ecdsa_asn1.c
[383/473] Compiling hash_to_curve.c
[384/473] Compiling ec_derive.c
[385/473] Compiling dsa_asn1.c
[386/473] Compiling ec_asn1.c
[387/473] Compiling dh_asn1.c
[387/473] Compiling dsa.c
[389/473] Compiling digest_extra.c
[390/473] Compiling x25519-asm-arm.S
[391/473] Compiling spake25519.c
[392/473] Compiling crypto.c
[393/473] Compiling des.c
[393/473] Compiling cpu_intel.c
[395/473] Compiling cpu_arm_freebsd.c
[395/473] Compiling cpu_arm_linux.c
[397/473] Compiling cpu_arm.c
[398/473] Compiling cpu_aarch64_openbsd.c
[399/473] Compiling cpu_aarch64_win.c
[400/473] Compiling cpu_aarch64_sysreg.c
[400/473] Compiling cpu_aarch64_linux.c
[402/473] Compiling cpu_aarch64_fuchsia.c
[403/473] Compiling cpu_aarch64_apple.c
[404/473] Compiling e_rc4.c
[405/473] Compiling tls_cbc.c
[406/473] Compiling e_chacha20poly1305.c
[407/473] Compiling e_tls.c
[408/473] Compiling conf.c
[409/473] Compiling curve25519.c
[410/473] Compiling derive_key.c
[411/473] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[412/473] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[413/473] Compiling e_aesgcmsiv.c
[414/473] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[415/473] Compiling e_aesctrhmac.c
[416/473] Compiling cipher_extra.c
[417/473] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[418/473] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[419/473] Compiling chacha-x86_64-mac.mac.x86_64.S
[420/473] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[421/473] Compiling chacha-x86-windows.windows.x86.S
[422/473] Compiling chacha-x86-linux.linux.x86.S
[423/473] Compiling chacha-x86_64-linux.linux.x86_64.S
[424/473] Compiling chacha-armv8-linux.linux.aarch64.S
[425/473] Compiling chacha-armv8-ios.ios.aarch64.S
[426/473] Compiling chacha.c
[427/473] Compiling chacha-armv4-linux.linux.arm.S
[428/473] Compiling chacha-armv4-ios.ios.arm.S
[429/473] Compiling unicode.c
[430/473] Compiling curve25519_64_adx.c
[431/473] Compiling asn1_compat.c
[432/473] Compiling buf.c
[433/473] Compiling ber.c
[434/473] Compiling cbb.c
[435/473] Compiling bn_asn1.c
[436/473] Compiling convert.c
[437/473] Compiling cbs.c
[438/473] Compiling printf.c
[439/473] Compiling blake2.c
[440/473] Compiling hexdump.c
[440/473] Compiling errno.c
[442/473] Compiling pair.c
[443/473] Compiling file.c
[444/473] Compiling fd.c
[445/473] Compiling bio_mem.c
[446/473] Compiling base64.c
[447/473] Compiling tasn_typ.c
[447/473] Compiling tasn_fre.c
[449/473] Compiling bio.c
[450/473] Compiling tasn_utl.c
[451/473] Compiling tasn_new.c
[452/473] Compiling tasn_enc.c
[453/473] Compiling f_string.c
[453/473] Compiling posix_time.c
[455/473] Compiling f_int.c
[456/473] Compiling asn_pack.c
[457/473] Compiling tasn_dec.c
[458/473] Compiling asn1_par.c
[459/473] Compiling a_utctm.c
[460/473] Compiling asn1_lib.c
[461/473] Compiling a_octet.c
[461/473] Compiling a_type.c
[463/473] Compiling a_time.c
[464/473] Compiling a_strnid.c
[465/473] Compiling a_strex.c
[466/473] Compiling a_object.c
[467/473] Compiling a_d2i_fp.c
[468/473] Compiling a_mbstr.c
[469/473] Compiling a_bool.c
[470/473] Compiling a_i2d_fp.c
[471/473] Compiling a_gentm.c
[472/473] Compiling a_int.c
[474/476] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[475/476] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[476/476] Emitting module CryptoBoringWrapper
[478/537] Compiling Crypto AESWrap.swift
[479/537] Compiling Crypto AESWrap_boring.swift
[480/537] Compiling Crypto Ed25519_boring.swift
[481/537] Compiling Crypto EllipticCurvePoint_boring.swift
[482/537] Compiling Crypto EllipticCurve_boring.swift
[483/537] Compiling Crypto NISTCurvesKeys_boring.swift
[484/537] Compiling Crypto X25519Keys_boring.swift
[485/537] Compiling Crypto Curve25519.swift
[486/545] Compiling Crypto Ed25519.swift
[487/545] Compiling Crypto NISTCurvesKeys.swift
[488/545] Compiling Crypto X25519Keys.swift
[489/545] Compiling Crypto SymmetricKeys.swift
[490/545] Compiling Crypto HMAC.swift
[491/545] Compiling Crypto MACFunctions.swift
[492/545] Compiling Crypto MessageAuthenticationCode.swift
[493/545] Compiling Crypto AES.swift
[494/545] Compiling Crypto ECDSASignature.swift
[495/545] Compiling Crypto PEMDocument.swift
[496/545] Compiling Crypto PKCS8PrivateKey.swift
[497/545] Compiling Crypto SEC1PrivateKey.swift
[498/545] Compiling Crypto SubjectPublicKeyInfo.swift
[499/545] Compiling Crypto CryptoKitErrors.swift
[500/545] Compiling Crypto Digest_boring.swift
[501/545] Compiling Crypto Digest.swift
[502/545] Compiling Crypto Digests.swift
[503/545] Emitting module Crypto
[504/545] Compiling Crypto AES-GCM.swift
[505/545] Compiling Crypto AES-GCM_boring.swift
[506/545] Compiling Crypto ChaChaPoly_boring.swift
[507/545] Compiling Crypto ChaChaPoly.swift
[508/545] Compiling Crypto Cipher.swift
[509/545] Compiling Crypto Nonces.swift
[510/545] Compiling Crypto ASN1.swift
[511/545] Compiling Crypto ASN1Any.swift
[512/545] Compiling Crypto ASN1BitString.swift
[513/545] Compiling Crypto ECDSASignature_boring.swift
[514/545] Compiling Crypto ECDSA_boring.swift
[515/545] Compiling Crypto EdDSA_boring.swift
[516/545] Compiling Crypto ECDSA.swift
[517/545] Compiling Crypto EdDSA.swift
[518/545] Compiling Crypto Signature.swift
[519/545] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[520/545] Compiling Crypto CryptoKitErrors_boring.swift
[521/545] Compiling Crypto HashFunctions.swift
[522/545] Compiling Crypto HashFunctions_SHA2.swift
[523/545] Compiling Crypto Insecure.swift
[524/545] Compiling Crypto Insecure_HashFunctions.swift
[525/545] Compiling Crypto ECDH_boring.swift
[526/545] Compiling Crypto DH.swift
[527/545] Compiling Crypto ECDH.swift
[528/545] Compiling Crypto HKDF.swift
[529/545] Compiling Crypto ASN1Boolean.swift
[530/545] Compiling Crypto ASN1Identifier.swift
[531/545] Compiling Crypto ASN1Integer.swift
[532/545] Compiling Crypto ASN1Null.swift
[533/545] Compiling Crypto ASN1OctetString.swift
[534/545] Compiling Crypto ASN1Strings.swift
[535/545] Compiling Crypto ArraySliceBigint.swift
[536/545] Compiling Crypto GeneralizedTime.swift
[537/545] Compiling Crypto ObjectIdentifier.swift
[538/545] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[539/545] Compiling Crypto RNG_boring.swift
[540/545] Compiling Crypto SafeCompare_boring.swift
[541/545] Compiling Crypto Zeroization_boring.swift
[542/545] Compiling Crypto PrettyBytes.swift
[543/545] Compiling Crypto SafeCompare.swift
[544/545] Compiling Crypto SecureBytes.swift
[545/545] Compiling Crypto Zeroization.swift
[547/578] Compiling SwiftExtensionsPack Runtime.swift
[548/578] Compiling SwiftExtensionsPack SafeValue.swift
[549/578] Compiling SwiftExtensionsPack AES.swift
[550/578] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[551/578] Compiling SwiftExtensionsPack Data+Extension.swift
[552/582] Emitting module SwiftExtensionsPack
[553/582] Compiling SwiftExtensionsPack CommonClasses.swift
[554/582] Compiling SwiftExtensionsPack CommonMethods.swift
[555/582] Compiling SwiftExtensionsPack ErrorCommon.swift
[556/582] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[557/582] Compiling SwiftExtensionsPack Protocols.swift
[558/582] Compiling SwiftExtensionsPack String+JSON.swift
[559/582] Compiling SwiftExtensionsPack StringCommon.swift
[560/582] Compiling SwiftExtensionsPack String+Crypto.swift
[561/582] Compiling SwiftExtensionsPack String+Height.swift
[562/582] Compiling SwiftExtensionsPack SHA.swift
[563/582] Compiling SwiftExtensionsPack String+Extension.swift
[564/582] Compiling SwiftExtensionsPack Date+String.swift
[565/582] Compiling SwiftExtensionsPack DateCommon.swift
[566/582] Compiling SwiftExtensionsPack Float.swift
[567/582] Compiling SwiftExtensionsPack HTTP.swift
[568/582] Compiling SwiftExtensionsPack String+Chunks.swift
[569/582] Compiling SwiftExtensionsPack String+Date.swift
[570/582] Compiling SwiftExtensionsPack Ed25519.swift
[571/582] Compiling SwiftExtensionsPack HexaDecimal.swift
[572/582] Compiling SwiftExtensionsPack Hmac.swift
[573/582] Compiling SwiftExtensionsPack RandomBytes.swift
[574/582] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[575/582] Compiling SwiftExtensionsPack DictionaryCommon.swift
[576/582] Compiling SwiftExtensionsPack SafeDictionary.swift
[577/582] Compiling SwiftExtensionsPack Double.swift
[578/582] Compiling SwiftExtensionsPack SafeArray.swift
[579/582] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[580/582] Compiling SwiftExtensionsPack Codable+Extensions.swift
[581/582] Compiling SwiftExtensionsPack AnyValue.swift
[582/582] Compiling SwiftExtensionsPack Atomic.swift
[584/607] Compiling EverscaleClientSwift Helpers.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[585/607] Compiling EverscaleClientSwift SimpleEnv.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[586/607] Compiling EverscaleClientSwift Net.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[587/610] Compiling EverscaleClientSwift Debot.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[588/610] Compiling EverscaleClientSwift DebotTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[589/610] Compiling EverscaleClientSwift FileReader.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[590/610] Compiling EverscaleClientSwift BindingTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[591/610] Compiling EverscaleClientSwift Boc.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[592/610] Compiling EverscaleClientSwift BocTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[593/610] Compiling EverscaleClientSwift Client.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[594/610] Compiling EverscaleClientSwift NetTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[595/610] Compiling EverscaleClientSwift Processing.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[596/610] Compiling EverscaleClientSwift ProcessingTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[597/610] Compiling EverscaleClientSwift Proofs.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[598/610] Compiling EverscaleClientSwift ProofsTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[599/610] Compiling EverscaleClientSwift Tvm.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[600/610] Compiling EverscaleClientSwift TvmTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[601/610] Compiling EverscaleClientSwift Utils.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[602/610] Compiling EverscaleClientSwift UtilsTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[603/610] Compiling EverscaleClientSwift Abi.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[604/610] Compiling EverscaleClientSwift AbiTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[605/610] Compiling EverscaleClientSwift Binding.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[606/610] Compiling EverscaleClientSwift BindingStore.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[607/610] Compiling EverscaleClientSwift ClientTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[608/610] Compiling EverscaleClientSwift Crypto.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[609/610] Compiling EverscaleClientSwift CryptoTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[610/610] Emitting module EverscaleClientSwift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': found 51 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/SetcodeMultisigWallet2.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot5.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/tda.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/helloDebot.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/helloDebot.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebotTarget.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot6.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverNodeSE_v2.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot7.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Events.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot6.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot6.sol
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverNodeSE_v2.keys.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot5.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverNodeSE.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot2.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot2.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverWallet.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Subscription.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot3.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/tdb.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot4.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/helloDebot.sol
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot4.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/LimitWallet.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Piggy.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Giver.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/tda.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/tdb.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/LimitWallet.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot8.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebotTarget.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot3.sol
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot8.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Hello.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot7.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Wallet.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverV2.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Wallet.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot3.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Hello.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Piggy.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/helloDebot.png
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Subscription.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot7.sol
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Events.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot8.sol
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/SetcodeMultisigWallet2.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverV2.abi.json
warning: couldn't find pc file for libton_client
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/38] Emitting module Ed25519
[3/38] Compiling Ed25519 Error.swift
[4/38] Compiling Ed25519 PrivateKey.swift
[5/38] Compiling Ed25519 KeyPair.swift
[6/38] Compiling Ed25519 PublicKey.swift
[7/38] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[8/38] Emitting module CryptoBoringWrapper
[9/38] Compiling Logging MetadataProvider.swift
[10/38] Compiling Ed25519 Seed.swift
[11/38] Emitting module SwiftRegularExpression
[12/39] Compiling Logging LogHandler.swift
[13/39] Compiling Logging Locks.swift
[14/39] Emitting module Logging
[16/39] Compiling SwiftRegularExpression String+Regexp.swift
[17/40] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[20/41] Compiling BigInt Strideable.swift
[21/41] Compiling BigInt String Conversion.swift
[22/43] Compiling BigInt Random.swift
[23/43] Compiling BigInt Shifts.swift
[24/43] Compiling BigInt Square Root.swift
[25/43] Compiling BigInt Floating Point Conversion.swift
[26/43] Compiling BigInt GCD.swift
[27/43] Compiling BigInt Hashable.swift
[28/43] Compiling BigInt Integer Conversion.swift
[29/43] Compiling BigInt Multiplication.swift
[30/43] Compiling BigInt Prime Test.swift
[31/43] Emitting module BigInt
[32/43] Compiling BigInt Addition.swift
[33/43] Compiling BigInt BigInt.swift
[34/43] Compiling BigInt BigUInt.swift
[35/103] Compiling Logging Logging.swift
[36/104] Compiling Crypto ASN1.swift
[37/104] Compiling Crypto ASN1Any.swift
[38/104] Compiling Crypto ASN1BitString.swift
[39/104] Compiling Crypto ChaChaPoly.swift
[40/104] Compiling Crypto Cipher.swift
[41/104] Compiling Crypto Nonces.swift
[43/104] Compiling Crypto PKCS8PrivateKey.swift
[44/104] Compiling Crypto SEC1PrivateKey.swift
[46/105] Compiling Crypto ECDSASignature.swift
[47/105] Compiling Crypto PEMDocument.swift
[50/105] Compiling Crypto SubjectPublicKeyInfo.swift
[51/105] Compiling Crypto CryptoKitErrors.swift
[52/105] Compiling Crypto Digest_boring.swift
[53/105] Compiling Crypto Digest.swift
[54/105] Compiling Crypto Digests.swift
[55/113] Compiling Crypto Ed25519.swift
[56/113] Compiling Crypto NISTCurvesKeys.swift
[57/113] Compiling Crypto X25519Keys.swift
[58/113] Compiling Crypto SymmetricKeys.swift
[59/113] Compiling Crypto HMAC.swift
[60/113] Compiling Crypto MACFunctions.swift
[61/113] Compiling Crypto MessageAuthenticationCode.swift
[62/113] Compiling Crypto AES.swift
[63/113] Compiling Crypto ECDSASignature_boring.swift
[64/113] Compiling Crypto ECDSA_boring.swift
[65/113] Compiling Crypto EdDSA_boring.swift
[66/113] Compiling Crypto ECDSA.swift
[67/113] Compiling Crypto EdDSA.swift
[68/113] Compiling Crypto Signature.swift
[69/113] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[70/113] Compiling Crypto CryptoKitErrors_boring.swift
[71/113] Compiling Crypto HashFunctions.swift
[72/113] Compiling Crypto HashFunctions_SHA2.swift
[73/113] Compiling Crypto Insecure.swift
[74/113] Compiling Crypto Insecure_HashFunctions.swift
[75/113] Compiling Crypto ECDH_boring.swift
[76/113] Compiling Crypto DH.swift
[77/113] Compiling Crypto ECDH.swift
[78/113] Compiling Crypto HKDF.swift
[79/113] Compiling Crypto AESWrap.swift
[80/113] Compiling Crypto AESWrap_boring.swift
[81/113] Compiling Crypto Ed25519_boring.swift
[82/113] Compiling Crypto EllipticCurvePoint_boring.swift
[83/113] Compiling Crypto EllipticCurve_boring.swift
[84/113] Compiling Crypto NISTCurvesKeys_boring.swift
[85/113] Compiling Crypto X25519Keys_boring.swift
[86/113] Compiling Crypto Curve25519.swift
[87/113] Compiling Crypto AES-GCM.swift
[88/113] Compiling Crypto AES-GCM_boring.swift
[89/113] Compiling Crypto ChaChaPoly_boring.swift
[96/113] Emitting module Crypto
[97/113] Compiling Crypto ASN1Boolean.swift
[98/113] Compiling Crypto ASN1Identifier.swift
[99/113] Compiling Crypto ASN1Integer.swift
[100/113] Compiling Crypto ASN1Null.swift
[101/113] Compiling Crypto ASN1OctetString.swift
[102/113] Compiling Crypto ASN1Strings.swift
[103/113] Compiling Crypto ArraySliceBigint.swift
[104/113] Compiling Crypto GeneralizedTime.swift
[105/113] Compiling Crypto ObjectIdentifier.swift
[106/113] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[107/113] Compiling Crypto RNG_boring.swift
[108/113] Compiling Crypto SafeCompare_boring.swift
[109/113] Compiling Crypto Zeroization_boring.swift
[110/113] Compiling Crypto PrettyBytes.swift
[111/113] Compiling Crypto SafeCompare.swift
[112/113] Compiling Crypto SecureBytes.swift
[113/113] Compiling Crypto Zeroization.swift
[115/146] Compiling SwiftExtensionsPack Runtime.swift
[116/146] Compiling SwiftExtensionsPack SafeValue.swift
[117/146] Compiling SwiftExtensionsPack AES.swift
[118/146] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[119/146] Compiling SwiftExtensionsPack Data+Extension.swift
[120/150] Emitting module SwiftExtensionsPack
[121/150] Compiling SwiftExtensionsPack Ed25519.swift
[122/150] Compiling SwiftExtensionsPack HexaDecimal.swift
[123/150] Compiling SwiftExtensionsPack Hmac.swift
[124/150] Compiling SwiftExtensionsPack RandomBytes.swift
[125/150] Compiling SwiftExtensionsPack Float.swift
[126/150] Compiling SwiftExtensionsPack HTTP.swift
[127/150] Compiling SwiftExtensionsPack String+Chunks.swift
[128/150] Compiling SwiftExtensionsPack String+Date.swift
[129/150] Compiling SwiftExtensionsPack SHA.swift
[130/150] Compiling SwiftExtensionsPack String+Extension.swift
[131/150] Compiling SwiftExtensionsPack Date+String.swift
[132/150] Compiling SwiftExtensionsPack DateCommon.swift
[133/150] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[134/150] Compiling SwiftExtensionsPack DictionaryCommon.swift
[135/150] Compiling SwiftExtensionsPack SafeDictionary.swift
[136/150] Compiling SwiftExtensionsPack Double.swift
[137/150] Compiling SwiftExtensionsPack String+JSON.swift
[138/150] Compiling SwiftExtensionsPack StringCommon.swift
[139/150] Compiling SwiftExtensionsPack String+Crypto.swift
[140/150] Compiling SwiftExtensionsPack String+Height.swift
[141/150] Compiling SwiftExtensionsPack SafeArray.swift
[142/150] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[143/150] Compiling SwiftExtensionsPack Codable+Extensions.swift
[144/150] Compiling SwiftExtensionsPack AnyValue.swift
[145/150] Compiling SwiftExtensionsPack Atomic.swift
[146/150] Compiling SwiftExtensionsPack CommonClasses.swift
[147/150] Compiling SwiftExtensionsPack CommonMethods.swift
[148/150] Compiling SwiftExtensionsPack ErrorCommon.swift
[149/150] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[150/150] Compiling SwiftExtensionsPack Protocols.swift
[152/175] Compiling EverscaleClientSwift Helpers.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[153/175] Compiling EverscaleClientSwift SimpleEnv.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[154/175] Compiling EverscaleClientSwift Net.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[155/175] Compiling EverscaleClientSwift Debot.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[156/175] Compiling EverscaleClientSwift DebotTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[157/175] Compiling EverscaleClientSwift FileReader.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[158/178] Compiling EverscaleClientSwift NetTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[159/178] Compiling EverscaleClientSwift Processing.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[160/178] Compiling EverscaleClientSwift ProcessingTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[161/178] Compiling EverscaleClientSwift TvmTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[162/178] Compiling EverscaleClientSwift Utils.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[163/178] Compiling EverscaleClientSwift UtilsTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[164/178] Emitting module EverscaleClientSwift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[165/178] Compiling EverscaleClientSwift Abi.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[166/178] Compiling EverscaleClientSwift AbiTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[167/178] Compiling EverscaleClientSwift Binding.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[168/178] Compiling EverscaleClientSwift BindingStore.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[169/178] Compiling EverscaleClientSwift BindingTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[170/178] Compiling EverscaleClientSwift Boc.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[171/178] Compiling EverscaleClientSwift BocTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[172/178] Compiling EverscaleClientSwift Client.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[173/178] Compiling EverscaleClientSwift Proofs.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[174/178] Compiling EverscaleClientSwift ProofsTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[175/178] Compiling EverscaleClientSwift Tvm.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[176/178] Compiling EverscaleClientSwift ClientTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[177/178] Compiling EverscaleClientSwift Crypto.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
[178/178] Compiling EverscaleClientSwift CryptoTypes.swift
<module-includes>:1:10: note: in file included from <module-includes>:1:
1 | #include "shim.h"
  |          `- note: in file included from <module-includes>:1:
2 |
/host/spi-builder-workspace/Sources/CTonSDK/shim.h:4:14: error: 'tonclient.h' file not found
2 |     #define shim_h
3 |     #include "stdbool.h"
4 |     #include "tonclient.h"
  |              `- error: 'tonclient.h' file not found
5 | #endif
6 |
/host/spi-builder-workspace/Sources/EverscaleClientSwift/Binding/Binding.swift:6:8: error: could not build C module 'CTonSDK'
  4 |
  5 | import Foundation
  6 | import CTonSDK
    |        `- error: could not build C module 'CTonSDK'
  7 | import SwiftExtensionsPack
  8 |
BUILD FAILURE 6.0 linux