The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build EverscaleClientSwift, reference 1.14.0 (295076), with Swift 6.0 for Linux on 2 Mar 2025 19:01:39 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 1.14.0
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
 * tag               1.14.0     -> FETCH_HEAD
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 1.14.0
========================================
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-4606859-1":/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-extensions-pack
Fetching https://github.com/nerzh/swift-regular-expression.git
Fetching https://github.com/bytehubio/BigInt
Fetching https://github.com/nerzh/SwiftFileUtils
[1/56] Fetching swiftfileutils
[57/2815] Fetching swiftfileutils, bigint
[58/3899] Fetching swiftfileutils, bigint, swift-extensions-pack
[1084/3960] Fetching swiftfileutils, bigint, swift-extensions-pack, swift-regular-expression
Fetched https://github.com/nerzh/swift-regular-expression.git from cache (0.20s)
[3403/3899] Fetching swiftfileutils, bigint, swift-extensions-pack
Fetched https://github.com/nerzh/SwiftFileUtils from cache (0.21s)
Fetched https://github.com/nerzh/swift-extensions-pack from cache (0.21s)
[2290/2759] Fetching bigint
Fetched https://github.com/bytehubio/BigInt from cache (0.30s)
Computing version for https://github.com/bytehubio/BigInt
Computed https://github.com/bytehubio/BigInt at 5.3.0 (2.64s)
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.86s)
Computing version for https://github.com/nerzh/swift-extensions-pack
Computed https://github.com/nerzh/swift-extensions-pack at 2.0.2 (0.62s)
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/bytehubio/ed25519
Fetching https://github.com/apple/swift-log
[1/179] Fetching ed25519
[180/3940] Fetching ed25519, swift-log
Fetched https://github.com/bytehubio/ed25519 from cache (0.21s)
[2821/3761] Fetching swift-log
[3762/16330] Fetching swift-log, swift-crypto
Fetched https://github.com/apple/swift-log from cache (1.29s)
Fetched https://github.com/apple/swift-crypto from cache (1.31s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (0.57s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.2 (0.54s)
Computing version for https://github.com/nerzh/SwiftFileUtils
Computed https://github.com/nerzh/SwiftFileUtils at 1.3.2 (0.60s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 2.6.0 (0.62s)
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/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.2
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/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/nerzh/SwiftFileUtils
Working copy of https://github.com/nerzh/SwiftFileUtils resolved at 1.3.2
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/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 CEd25519 verify.c
[8/433] Compiling CEd25519 sign.c
[9/433] Compiling CEd25519 seed.c
[10/433] Compiling CEd25519 keypair.c
[11/433] Compiling CEd25519 sha512.c
[12/433] Compiling CEd25519 key_exchange.c
[13/433] Compiling CEd25519 add_scalar.c
[14/433] Compiling CEd25519 sc.c
[15/433] Compiling CEd25519 ge.c
[16/433] Compiling fiat_curve25519_adx_square.S
[17/433] Compiling fiat_curve25519_adx_mul.S
[18/433] Compiling CEd25519 fe.c
[19/433] Compiling v3_purp.c
[20/433] Compiling v3_utl.c
[21/433] Compiling v3_prn.c
[22/433] Compiling tasn_utl.c
[23/433] Write swift-version-24593BA9C3E375BF.txt
[24/433] Compiling v3_skey.c
[24/433] Compiling CCryptoBoringSSLShims shims.c
[26/433] Compiling v3_pmaps.c
[27/433] Compiling v3_ocsp.c
[28/433] Compiling v3_int.c
[29/433] Compiling v3_pcons.c
[30/433] Compiling v3_lib.c
[30/433] Compiling v3_ncons.c
[32/445] Compiling v3_info.c
[33/446] Compiling v3_ia5.c
[34/446] Compiling v3_genn.c
[35/446] Compiling v3_enum.c
[36/446] Compiling v3_extku.c
[37/446] Compiling v3_crld.c
[38/446] Compiling v3_bcons.c
[39/446] Compiling v3_conf.c
[40/446] Compiling v3_cpols.c
[41/446] Compiling v3_bitst.c
[42/446] Compiling v3_akeya.c
[43/446] Compiling v3_akey.c
[44/446] Compiling x_spki.c
[45/446] Compiling x_val.c
[46/446] Compiling v3_alt.c
[47/446] Compiling x_x509a.c
[48/446] Compiling x_x509.c
[49/446] Compiling x_pubkey.c
[50/446] Compiling x_sig.c
[51/446] Compiling x_pkey.c
[52/446] Compiling x_req.c
[53/446] Compiling x_name.c
[54/446] Compiling x_info.c
[55/446] Compiling x_exten.c
[56/446] Compiling x_attrib.c
[57/446] Compiling x_crl.c
[58/446] Compiling x_all.c
[59/446] Compiling x509spki.c
[60/446] Compiling x_algor.c
[61/446] Compiling x509rset.c
[62/446] Compiling x509name.c
[63/446] Compiling x509cset.c
[64/446] Compiling x509_vpm.c
[65/446] Compiling x509_txt.c
[66/446] Compiling x509_v3.c
[67/446] Compiling x509_vfy.c
[68/446] Compiling x509_trs.c
[69/446] Compiling x509_req.c
[70/446] Compiling x509_set.c
[71/446] Compiling x509_obj.c
[72/446] Compiling x509_def.c
[73/446] Compiling x509_d2.c
[74/446] Compiling x509_lu.c
[75/446] Compiling x509_ext.c
[76/446] Compiling x509_cmp.c
[77/446] Compiling x509.c
[78/446] Compiling x509_att.c
[79/446] Compiling t_x509a.c
[80/446] Compiling t_x509.c
[81/446] Compiling t_crl.c
[82/446] Compiling t_req.c
[83/446] Compiling rsa_pss.c
[84/446] Compiling name_print.c
[85/446] Compiling i2d_pr.c
[86/446] Compiling policy.c
[87/446] Compiling by_file.c
[88/446] Compiling by_dir.c
[89/446] Compiling algorithm.c
[90/446] Compiling asn1_gen.c
[91/446] Compiling a_verify.c
[92/446] Compiling trust_token.c
[93/446] Compiling a_sign.c
[94/446] Compiling a_digest.c
[95/446] Compiling voprf.c
[96/446] Compiling pmbtoken.c
[97/446] Compiling thread_win.c
[98/446] Compiling thread.c
[99/446] Compiling thread_none.c
[100/446] Compiling thread_pthread.c
[101/446] Compiling rsa_print.c
[102/446] Compiling siphash.c
[103/446] Compiling stack.c
[104/446] Compiling rc4.c
[105/446] Compiling rsa_asn1.c
[106/446] Compiling refcount.c
[107/446] Compiling rsa_crypt.c
[108/446] Compiling windows.c
[109/446] Compiling rand_extra.c
[110/446] Compiling trusty.c
[111/446] Compiling getentropy.c
[112/446] Compiling passive.c
[113/446] Compiling ios.c
[114/446] Compiling poly1305_arm_asm.S
[115/446] Compiling deterministic.c
[116/446] Compiling forkunsafe.c
[117/446] Compiling pool.c
[118/446] Compiling poly1305.c
[119/446] Compiling poly1305_arm.c
[120/446] Compiling poly1305_vec.c
[121/446] Compiling pkcs8.c
[122/446] Compiling pkcs7.c
[123/446] Compiling p5_pbev2.c
[124/446] Compiling pkcs7_x509.c
[125/446] Compiling pkcs8_x509.c
[126/446] Compiling pem_xaux.c
[127/446] Compiling pem_x509.c
[128/446] Compiling pem_pk8.c
[129/446] Compiling pem_pkey.c
[130/446] Compiling pem_oth.c
[131/446] Compiling obj_xref.c
[132/446] Compiling pem_info.c
[133/446] Compiling pem_lib.c
[134/446] Compiling lhash.c
[135/446] Compiling kyber.c
[136/446] Compiling mem.c
[137/446] Compiling pem_all.c
[138/446] Compiling obj.c
[139/446] Compiling keccak.c
[140/446] Compiling x86_64-mont5-mac.mac.x86_64.S
[141/446] Compiling poly_rq_mul.S
[142/446] Compiling x86_64-mont5-linux.linux.x86_64.S
[143/446] Compiling x86_64-mont-mac.mac.x86_64.S
[144/446] Compiling x86-mont-windows.windows.x86.S
[145/446] Compiling x86_64-mont-linux.linux.x86_64.S
[146/446] Compiling x86-mont-linux.linux.x86.S
[147/446] Compiling hpke.c
[148/446] Compiling vpaes-x86_64-mac.mac.x86_64.S
[149/446] Compiling vpaes-x86-windows.windows.x86.S
[150/446] Compiling vpaes-x86_64-linux.linux.x86_64.S
[151/446] Compiling vpaes-x86-linux.linux.x86.S
[152/446] Compiling vpaes-armv8-linux.linux.aarch64.S
[153/446] Compiling vpaes-armv8-ios.ios.aarch64.S
[154/446] Compiling vpaes-armv7-linux.linux.arm.S
[155/446] Compiling hrss.c
[156/446] Compiling vpaes-armv7-ios.ios.arm.S
[157/446] Compiling sha512-x86_64-mac.mac.x86_64.S
[158/446] Compiling sha512-armv8-linux.linux.aarch64.S
[159/446] Compiling sha512-armv8-ios.ios.aarch64.S
[160/446] Compiling sha512-x86_64-linux.linux.x86_64.S
[161/446] Compiling kdf.c
[162/446] Compiling sha512-armv4-linux.linux.arm.S
[163/446] Compiling sha512-armv4-ios.ios.arm.S
[164/446] Compiling sha512-586-windows.windows.x86.S
[165/446] Compiling sha512-586-linux.linux.x86.S
[166/446] Compiling sha256-x86_64-mac.mac.x86_64.S
[167/446] Compiling sha256-armv8-linux.linux.aarch64.S
[168/446] Compiling sha256-armv8-ios.ios.aarch64.S
[169/446] Compiling sha256-armv4-linux.linux.arm.S
[170/446] Compiling sha256-x86_64-linux.linux.x86_64.S
[171/446] Compiling sha256-armv4-ios.ios.arm.S
[172/446] Compiling sha256-586-windows.windows.x86.S
[173/446] Compiling sha256-586-linux.linux.x86.S
[174/446] Compiling sha1-x86_64-mac.mac.x86_64.S
[175/446] Compiling sha1-armv8-linux.linux.aarch64.S
[176/446] Compiling sha1-armv8-ios.ios.aarch64.S
[177/446] Compiling sha1-armv4-large-linux.linux.arm.S
[178/446] Compiling sha1-armv4-large-ios.ios.arm.S
[179/446] Compiling sha1-x86_64-linux.linux.x86_64.S
[180/446] Compiling sha1-586-windows.windows.x86.S
[181/446] Compiling sha1-586-linux.linux.x86.S
[182/446] Compiling sha512.c
[183/446] Compiling sha1.c
[184/446] Compiling sha256.c
[185/446] Compiling fips.c
[186/446] Compiling service_indicator.c
[187/446] Compiling rsaz-avx2-mac.mac.x86_64.S
[188/446] Compiling self_check.c
[189/446] Compiling rsaz-avx2-linux.linux.x86_64.S
[190/446] Compiling rdrand-x86_64-mac.mac.x86_64.S
[191/446] Compiling rsa_impl.c
[192/446] Compiling blinding.c
[193/446] Compiling rdrand-x86_64-linux.linux.x86_64.S
[194/446] Compiling padding.c
[195/446] Compiling rsa.c
[196/446] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[197/446] Compiling fork_detect.c
[198/446] Compiling rand.c
[199/446] Compiling urandom.c
[200/446] Compiling ctrdrbg.c
[201/446] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[202/446] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[203/446] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[204/446] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[205/446] Compiling p256-armv8-asm-linux.linux.aarch64.S
[206/446] Compiling p256-armv8-asm-ios.ios.aarch64.S
[207/446] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[208/446] Compiling polyval.c
[209/446] Compiling gcm_nohw.c
[210/446] Compiling ofb.c
[211/446] Compiling gcm.c
[212/446] Compiling ctr.c
[213/446] Compiling cbc.c
[214/446] Compiling md5.c
[215/446] Compiling cfb.c
[216/446] Compiling md5-x86_64-mac.mac.x86_64.S
[217/446] Compiling md5-x86_64-linux.linux.x86_64.S
[218/446] Compiling md5-586-windows.windows.x86.S
[219/446] Compiling md5-586-linux.linux.x86.S
[221/446] Compiling Ed25519 PublicKey.swift
[221/446] Compiling md4.c
[222/446] Compiling ghashv8-armv8-ios.ios.aarch64.S
[223/446] Compiling hmac.c
[224/446] Compiling ghashv8-armv8-linux.linux.aarch64.S
[225/446] Compiling ghashv8-armv7-ios.ios.arm.S
[226/446] Compiling ghashv8-armv7-linux.linux.arm.S
[227/446] Compiling hkdf.c
[228/446] Compiling ghash-x86_64-mac.mac.x86_64.S
[229/446] Compiling ghash-x86_64-linux.linux.x86_64.S
[231/446] Compiling Ed25519 Seed.swift
[232/446] Emitting module Ed25519
[233/446] Compiling Ed25519 Error.swift
[233/446] Compiling ghash-x86-windows.windows.x86.S
[234/446] Compiling ghash-x86-linux.linux.x86.S
[235/446] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[237/446] Compiling Ed25519 PrivateKey.swift
[238/446] Compiling Ed25519 KeyPair.swift
[238/447] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[240/447] Compiling Logging LogHandler.swift
[240/447] Compiling ghash-ssse3-x86-windows.windows.x86.S
[241/447] Compiling ghash-ssse3-x86-linux.linux.x86.S
[242/447] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[243/447] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[244/447] Compiling ghash-armv4-linux.linux.arm.S
[245/447] Compiling ghash-armv4-ios.ios.arm.S
[246/447] Compiling fips_shared_support.c
[248/447] Compiling ecdh.c
[249/447] Compiling ecdsa.c
[250/447] Compiling util.c
[251/447] Compiling wnaf.c
[252/447] Compiling simple_mul.c
[253/447] Compiling scalar.c
[254/447] Compiling simple.c
[255/447] Compiling oct.c
[256/447] Compiling p224-64.c
[256/447] Compiling p256.c
[258/447] Compiling felem.c
[259/447] Compiling ec_montgomery.c
[260/447] Compiling ec_key.c
[261/447] Compiling digestsign.c
[262/447] Compiling ec.c
[263/447] Compiling check.c
[264/447] Compiling digests.c
[265/447] Compiling co-586-windows.windows.x86.S
[267/447] Emitting module Logging
[268/447] Compiling Logging Locks.swift
[268/447] Compiling digest.c
[270/447] Compiling Logging MetadataProvider.swift
[270/447] Compiling dh.c
[271/447] Compiling co-586-linux.linux.x86.S
[273/447] Compiling Logging Logging.swift
[273/448] Compiling cmac.c
[274/448] Compiling p256-nistz.c
[275/448] Compiling aead.c
[276/448] Compiling bsaes-armv7-linux.linux.arm.S
[277/448] Compiling bsaes-armv7-ios.ios.arm.S
[278/448] Compiling e_aesccm.c
[280/448] Compiling cipher.c
[281/448] Compiling e_aes.c
[282/448] Compiling rsaz_exp.c
[283/448] Compiling sqrt.c
[284/448] Compiling shift.c
[285/448] Compiling random.c
[286/448] Compiling prime.c
[287/448] Compiling montgomery_inv.c
[288/448] Compiling jacobi.c
[289/448] Compiling mul.c
[290/448] Compiling generic.c
[291/448] Compiling montgomery.c
[292/448] Compiling gcd.c
[293/448] Compiling gcd_extra.c
[294/448] Compiling div_extra.c
[295/448] Compiling ctx.c
[296/448] Compiling cmp.c
[297/448] Compiling div.c
[298/448] Compiling exponentiation.c
[299/448] Compiling bytes.c
[300/448] Compiling bn-armv8-linux.linux.aarch64.S
[301/448] Compiling bn.c
[302/448] Compiling bn-armv8-ios.ios.aarch64.S
[303/448] Compiling bn-586-windows.windows.x86.S
[304/448] Compiling bn-586-linux.linux.x86.S
[305/448] Compiling armv8-mont-linux.linux.aarch64.S
[306/448] Compiling add.c
[307/448] Compiling armv8-mont-ios.ios.aarch64.S
[308/448] Compiling armv4-mont-linux.linux.arm.S
[309/448] Compiling armv4-mont-ios.ios.arm.S
[310/448] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[311/448] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[312/448] Compiling aesv8-armv8-linux.linux.aarch64.S
[313/448] Compiling aesv8-armv7-linux.linux.arm.S
[314/448] Compiling aesv8-armv8-ios.ios.aarch64.S
[315/448] Compiling aesv8-armv7-ios.ios.arm.S
[316/448] Compiling aesni-x86_64-mac.mac.x86_64.S
[317/448] Compiling aesni-x86-windows.windows.x86.S
[318/448] Compiling x86_64-gcc.c
[319/448] Compiling aesni-x86-linux.linux.x86.S
[320/448] Compiling aesni-x86_64-linux.linux.x86_64.S
[321/448] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[322/448] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[323/448] Compiling mode_wrappers.c
[324/448] Compiling aes.c
[324/448] Compiling sign.c
[326/448] Compiling key_wrap.c
[326/448] Compiling ex_data.c
[328/448] Compiling scrypt.c
[329/448] Compiling p_x25519.c
[330/448] Compiling pbkdf.c
[331/448] Compiling aes_nohw.c
[332/448] Compiling print.c
[333/448] Compiling p_x25519_asn1.c
[334/448] Compiling p_rsa_asn1.c
[335/448] Compiling p_ed25519.c
[335/448] Compiling p_rsa.c
[337/448] Compiling p_hkdf.c
[338/448] Compiling p_ec_asn1.c
[339/448] Compiling p_ed25519_asn1.c
[340/448] Compiling p_dsa_asn1.c
[341/448] Compiling p_ec.c
[342/448] Compiling err_data.c
[343/448] Compiling evp.c
[343/448] Compiling evp_asn1.c
[343/448] Compiling err.c
[343/448] Compiling engine.c
[344/448] Compiling evp_ctx.c
[348/448] Compiling ecdh_extra.c
[349/448] Compiling ecdsa_asn1.c
[350/448] Compiling ec_derive.c
[351/448] Compiling dsa_asn1.c
[352/448] Compiling hash_to_curve.c
[353/448] Compiling ec_asn1.c
[354/448] Compiling params.c
[355/448] Compiling dsa.c
[356/448] Compiling digest_extra.c
[357/448] Compiling dh_asn1.c
[358/448] Compiling x25519-asm-arm.S
[359/448] Compiling crypto.c
[360/448] Compiling spake25519.c
[361/448] Compiling cpu_arm_linux.c
[361/448] Compiling cpu_intel.c
[363/448] Compiling des.c
[364/448] Compiling cpu_arm.c
[365/448] Compiling cpu_arm_freebsd.c
[366/448] Compiling cpu_aarch64_openbsd.c
[367/448] Compiling cpu_aarch64_win.c
[368/448] Compiling cpu_aarch64_sysreg.c
[369/448] Compiling cpu_aarch64_linux.c
[370/448] Compiling cpu_aarch64_fuchsia.c
[370/448] Compiling cpu_aarch64_apple.c
[372/448] Compiling curve25519.c
[373/448] Compiling tls_cbc.c
[374/448] Compiling conf.c
[375/448] Compiling e_rc4.c
[376/448] Compiling e_rc2.c
[377/448] Compiling e_tls.c
[378/448] Compiling e_null.c
[379/448] Compiling e_des.c
[380/448] Compiling derive_key.c
[381/448] Compiling e_chacha20poly1305.c
[382/448] Compiling e_aesctrhmac.c
[383/448] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[384/448] Compiling e_aesgcmsiv.c
[385/448] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[386/448] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[387/448] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[388/448] Compiling cipher_extra.c
[389/448] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[390/448] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[391/448] Compiling chacha-x86_64-mac.mac.x86_64.S
[392/448] Compiling chacha-x86-windows.windows.x86.S
[393/448] Compiling chacha-x86_64-linux.linux.x86_64.S
[393/448] Compiling chacha.c
[395/448] Compiling chacha-x86-linux.linux.x86.S
[396/448] Compiling curve25519_64_adx.c
[397/448] Compiling chacha-armv8-linux.linux.aarch64.S
[398/448] Compiling chacha-armv8-ios.ios.aarch64.S
[399/448] Compiling chacha-armv4-linux.linux.arm.S
[400/448] Compiling chacha-armv4-ios.ios.arm.S
[401/448] Compiling unicode.c
[402/448] Compiling asn1_compat.c
[403/448] Compiling bn_asn1.c
[404/448] Compiling ber.c
[406/448] Emitting module SwiftRegularExpression
[407/448] Compiling SwiftRegularExpression String+Regexp.swift
[407/449] Compiling buf.c
[408/449] Compiling cbb.c
[409/449] Compiling convert.c
[410/449] Compiling cbs.c
[411/449] Compiling printf.c
[412/449] Compiling blake2.c
[414/449] Compiling pair.c
[415/449] Compiling hexdump.c
[416/449] Compiling file.c
[417/449] Compiling errno.c
[418/449] Compiling fd.c
[419/449] Compiling bio_mem.c
[420/449] Compiling tasn_fre.c
[421/449] Compiling base64.c
[422/449] Compiling tasn_typ.c
[423/449] Compiling bio.c
[424/449] Compiling tasn_new.c
[425/449] Compiling tasn_enc.c
[426/449] Compiling posix_time.c
[427/449] Compiling f_string.c
[428/449] Compiling tasn_dec.c
[429/449] Compiling f_int.c
[430/449] Compiling asn_pack.c
[430/449] Compiling asn1_par.c
[432/449] Compiling a_utctm.c
[433/449] Compiling asn1_lib.c
[434/449] Compiling a_type.c
[435/449] Compiling a_time.c
[436/449] Compiling a_octet.c
[437/449] Compiling a_strex.c
[438/449] Compiling a_strnid.c
[439/449] Compiling a_object.c
[440/449] Compiling a_i2d_fp.c
[441/449] Write sources
[442/449] Compiling a_mbstr.c
[443/449] Compiling a_dup.c
[444/449] Compiling a_gentm.c
[445/449] Compiling a_int.c
[446/449] Compiling a_d2i_fp.c
[447/449] Compiling a_bool.c
[448/449] Compiling a_bitstr.c
[450/473] Emitting module BigInt
[451/475] Compiling BigInt Strideable.swift
[452/475] Compiling BigInt String Conversion.swift
[453/475] Compiling BigInt Floating Point Conversion.swift
[454/475] Compiling BigInt GCD.swift
[455/475] Compiling BigInt Hashable.swift
[456/475] Compiling BigInt Integer Conversion.swift
[457/475] Compiling BigInt Multiplication.swift
[458/475] Compiling BigInt Prime Test.swift
[459/475] Emitting module CryptoBoringWrapper
[460/475] Compiling BigInt Bitwise Ops.swift
[461/475] Compiling BigInt Codable.swift
[462/475] Compiling BigInt Comparable.swift
[463/475] Compiling BigInt Addition.swift
[464/475] Compiling BigInt BigInt.swift
[465/475] Compiling BigInt BigUInt.swift
[466/475] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[467/475] Compiling BigInt Random.swift
[468/475] Compiling BigInt Shifts.swift
[469/475] Compiling BigInt Square Root.swift
[470/475] Compiling BigInt Data Conversion.swift
[471/475] Compiling BigInt Division.swift
[472/475] Compiling BigInt Exponentiation.swift
[473/475] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[475/476] Compiling BigInt Subtraction.swift
[476/476] Compiling BigInt Words and Bits.swift
[478/537] Compiling Crypto ECDSASignature_boring.swift
[479/537] Compiling Crypto ECDSA_boring.swift
[480/537] Compiling Crypto EdDSA_boring.swift
[481/537] Compiling Crypto ECDSA.swift
[482/537] Compiling Crypto EdDSA.swift
[483/537] Compiling Crypto Signature.swift
[484/537] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[485/537] Compiling Crypto CryptoKitErrors_boring.swift
[486/545] Compiling Crypto ECDSASignature.swift
[487/545] Compiling Crypto PEMDocument.swift
[488/545] Compiling Crypto PKCS8PrivateKey.swift
[489/545] Compiling Crypto SEC1PrivateKey.swift
[490/545] Compiling Crypto SubjectPublicKeyInfo.swift
[491/545] Compiling Crypto CryptoKitErrors.swift
[492/545] Compiling Crypto Digest_boring.swift
[493/545] Compiling Crypto Digest.swift
[494/545] Compiling Crypto Digests.swift
[495/545] Compiling Crypto AES-GCM.swift
[496/545] Compiling Crypto AES-GCM_boring.swift
[497/545] Compiling Crypto ChaChaPoly_boring.swift
[498/545] Compiling Crypto ChaChaPoly.swift
[499/545] Compiling Crypto Cipher.swift
[500/545] Compiling Crypto Nonces.swift
[501/545] Compiling Crypto ASN1.swift
[502/545] Compiling Crypto ASN1Any.swift
[503/545] Compiling Crypto ASN1BitString.swift
[504/545] Emitting module Crypto
[505/545] Compiling Crypto Ed25519.swift
[506/545] Compiling Crypto NISTCurvesKeys.swift
[507/545] Compiling Crypto X25519Keys.swift
[508/545] Compiling Crypto SymmetricKeys.swift
[509/545] Compiling Crypto HMAC.swift
[510/545] Compiling Crypto MACFunctions.swift
[511/545] Compiling Crypto MessageAuthenticationCode.swift
[512/545] Compiling Crypto AES.swift
[513/545] Compiling Crypto AESWrap.swift
[514/545] Compiling Crypto AESWrap_boring.swift
[515/545] Compiling Crypto Ed25519_boring.swift
[516/545] Compiling Crypto EllipticCurvePoint_boring.swift
[517/545] Compiling Crypto EllipticCurve_boring.swift
[518/545] Compiling Crypto NISTCurvesKeys_boring.swift
[519/545] Compiling Crypto X25519Keys_boring.swift
[520/545] Compiling Crypto Curve25519.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] Emitting module SwiftExtensionsPack
[548/582] Compiling SwiftExtensionsPack CommonClasses.swift
[549/582] Compiling SwiftExtensionsPack CommonMethods.swift
[550/582] Compiling SwiftExtensionsPack ErrorCommon.swift
[551/582] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[552/582] Compiling SwiftExtensionsPack Protocols.swift
[553/582] Compiling SwiftExtensionsPack SHA.swift
[554/582] Compiling SwiftExtensionsPack String+Extension.swift
[555/582] Compiling SwiftExtensionsPack Date+String.swift
[556/582] Compiling SwiftExtensionsPack DateCommon.swift
[557/582] Compiling SwiftExtensionsPack String+JSON.swift
[558/582] Compiling SwiftExtensionsPack StringCommon.swift
[559/582] Compiling SwiftExtensionsPack String+Crypto.swift
[560/582] Compiling SwiftExtensionsPack String+Height.swift
[561/582] Compiling SwiftExtensionsPack Runtime.swift
[562/582] Compiling SwiftExtensionsPack SafeValue.swift
[563/582] Compiling SwiftExtensionsPack AES.swift
[564/582] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[565/582] Compiling SwiftExtensionsPack Data+Extension.swift
[566/582] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[567/582] Compiling SwiftExtensionsPack DictionaryCommon.swift
[568/582] Compiling SwiftExtensionsPack SafeDictionary.swift
[569/582] Compiling SwiftExtensionsPack Double.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 Float.swift
[575/582] Compiling SwiftExtensionsPack HTTP.swift
[576/582] Compiling SwiftExtensionsPack String+Chunks.swift
[577/582] Compiling SwiftExtensionsPack String+Date.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 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 |
[585/607] 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 |
[586/607] 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 |
[587/610] 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 |
[588/610] 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 |
[589/610] 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 |
[590/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 |
[591/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 |
[592/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 |
[593/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 |
[594/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 |
[595/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 |
[596/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 |
[597/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 |
[598/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 |
[599/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 |
[600/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 |
[601/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 |
[602/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[603/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 |
[604/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 |
[605/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 |
[606/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 |
[607/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 |
[608/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 |
[609/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 |
[610/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/Wallet.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot7.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Giver.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/SetcodeMultisigWallet2.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/helloDebot.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot2.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot4.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverWallet.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Events.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot6.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Subscription.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot8.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Hello.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/LimitWallet.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot5.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Subscription.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot3.sol
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot2.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot3.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/helloDebot.png
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/SetcodeMultisigWallet2.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebotTarget.tvc
    /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/testDebot.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverNodeSE_v2.keys.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/helloDebot.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot8.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverV2.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebotTarget.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/tdb.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Piggy.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot7.sol
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverNodeSE.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverV2.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/tda.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Wallet.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/tda.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot8.sol
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/helloDebot.sol
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot5.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Hello.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Piggy.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot3.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot6.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/Events.tvc
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot6.sol
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/testDebot7.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/GiverNodeSE_v2.abi.json
    /host/spi-builder-workspace/Tests/EverscaleClientSwiftTests/Fixtures/abi/tdb.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/18] Compiling Logging LogHandler.swift
[3/30] Compiling Logging MetadataProvider.swift
[4/38] Compiling Logging Locks.swift
[5/38] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[6/38] Emitting module Ed25519
[7/38] Compiling Ed25519 Seed.swift
[8/38] Compiling Ed25519 PrivateKey.swift
[9/38] Compiling Ed25519 PublicKey.swift
[10/38] Emitting module Logging
[11/38] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[12/38] Compiling Ed25519 Error.swift
[13/38] Compiling Ed25519 KeyPair.swift
[14/39] Emitting module CryptoBoringWrapper
[15/40] Emitting module SwiftRegularExpression
[16/40] Compiling SwiftRegularExpression String+Regexp.swift
[20/41] Emitting module BigInt
[21/41] Compiling BigInt Strideable.swift
[22/41] Compiling BigInt String Conversion.swift
[23/43] Compiling BigInt Floating Point Conversion.swift
[24/43] Compiling BigInt GCD.swift
[25/43] Compiling BigInt Hashable.swift
[26/43] Compiling BigInt Addition.swift
[27/43] Compiling BigInt BigInt.swift
[28/43] Compiling BigInt BigUInt.swift
[29/103] Compiling Crypto ECDSA.swift
[30/103] Compiling Crypto EdDSA.swift
[31/103] Compiling Crypto Signature.swift
[32/103] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[33/103] Compiling Crypto CryptoKitErrors_boring.swift
[34/103] Compiling Crypto HashFunctions.swift
[35/103] Compiling Logging Logging.swift
[37/104] Compiling Crypto ASN1Null.swift
[38/104] Compiling Crypto ASN1OctetString.swift
[39/104] Compiling Crypto ASN1Strings.swift
[40/104] Compiling Crypto ArraySliceBigint.swift
[41/104] Compiling Crypto GeneralizedTime.swift
[42/104] Compiling Crypto ObjectIdentifier.swift
[43/104] Compiling Crypto Ed25519.swift
[44/104] Compiling Crypto NISTCurvesKeys.swift
[45/104] Compiling Crypto X25519Keys.swift
[46/104] Compiling Crypto SymmetricKeys.swift
[47/104] Compiling Crypto HMAC.swift
[48/104] Compiling Crypto MACFunctions.swift
[49/104] Compiling Crypto MessageAuthenticationCode.swift
[50/104] Compiling Crypto AES.swift
[51/112] Compiling Crypto Insecure_HashFunctions.swift
[52/112] Compiling Crypto ECDH_boring.swift
[54/113] Compiling Crypto AESWrap.swift
[55/113] Compiling Crypto AESWrap_boring.swift
[56/113] Compiling Crypto Ed25519_boring.swift
[57/113] Compiling Crypto EllipticCurvePoint_boring.swift
[58/113] Compiling Crypto EllipticCurve_boring.swift
[59/113] Compiling Crypto NISTCurvesKeys_boring.swift
[60/113] Compiling Crypto X25519Keys_boring.swift
[61/113] Compiling Crypto Curve25519.swift
[62/113] Compiling Crypto ECDSASignature.swift
[63/113] Compiling Crypto PEMDocument.swift
[64/113] Compiling Crypto PKCS8PrivateKey.swift
[65/113] Compiling Crypto SEC1PrivateKey.swift
[66/113] Compiling Crypto SubjectPublicKeyInfo.swift
[67/113] Compiling Crypto CryptoKitErrors.swift
[68/113] Compiling Crypto Digest_boring.swift
[69/113] Compiling Crypto Digest.swift
[70/113] Compiling Crypto Digests.swift
[72/113] Compiling Crypto HashFunctions_SHA2.swift
[73/113] Compiling Crypto Insecure.swift
[76/113] Compiling Crypto DH.swift
[77/113] Compiling Crypto ECDH.swift
[78/113] Compiling Crypto HKDF.swift
[79/113] Compiling Crypto ECDSASignature_boring.swift
[80/113] Compiling Crypto ECDSA_boring.swift
[81/113] Compiling Crypto EdDSA_boring.swift
[87/113] Emitting module Crypto
[88/113] Compiling Crypto ASN1Boolean.swift
[89/113] Compiling Crypto ASN1Identifier.swift
[90/113] Compiling Crypto ASN1Integer.swift
[97/113] Compiling Crypto AES-GCM.swift
[98/113] Compiling Crypto AES-GCM_boring.swift
[99/113] Compiling Crypto ChaChaPoly_boring.swift
[100/113] Compiling Crypto ChaChaPoly.swift
[101/113] Compiling Crypto Cipher.swift
[102/113] Compiling Crypto Nonces.swift
[103/113] Compiling Crypto ASN1.swift
[104/113] Compiling Crypto ASN1Any.swift
[105/113] Compiling Crypto ASN1BitString.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 SHA.swift
[116/146] Compiling SwiftExtensionsPack String+Extension.swift
[117/146] Compiling SwiftExtensionsPack Date+String.swift
[118/146] Compiling SwiftExtensionsPack DateCommon.swift
[119/150] Compiling SwiftExtensionsPack Ed25519.swift
[120/150] Compiling SwiftExtensionsPack HexaDecimal.swift
[121/150] Compiling SwiftExtensionsPack Hmac.swift
[122/150] Compiling SwiftExtensionsPack RandomBytes.swift
[123/150] Emitting module SwiftExtensionsPack
[124/150] Compiling SwiftExtensionsPack Float.swift
[125/150] Compiling SwiftExtensionsPack HTTP.swift
[126/150] Compiling SwiftExtensionsPack String+Chunks.swift
[127/150] Compiling SwiftExtensionsPack String+Date.swift
[128/150] Compiling SwiftExtensionsPack Runtime.swift
[129/150] Compiling SwiftExtensionsPack SafeValue.swift
[130/150] Compiling SwiftExtensionsPack AES.swift
[131/150] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[132/150] Compiling SwiftExtensionsPack Data+Extension.swift
[133/150] Compiling SwiftExtensionsPack CommonClasses.swift
[134/150] Compiling SwiftExtensionsPack CommonMethods.swift
[135/150] Compiling SwiftExtensionsPack ErrorCommon.swift
[136/150] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[137/150] Compiling SwiftExtensionsPack Protocols.swift
[138/150] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[139/150] Compiling SwiftExtensionsPack DictionaryCommon.swift
[140/150] Compiling SwiftExtensionsPack SafeDictionary.swift
[141/150] Compiling SwiftExtensionsPack Double.swift
[142/150] Compiling SwiftExtensionsPack String+JSON.swift
[143/150] Compiling SwiftExtensionsPack StringCommon.swift
[144/150] Compiling SwiftExtensionsPack String+Crypto.swift
[145/150] Compiling SwiftExtensionsPack String+Height.swift
[146/150] Compiling SwiftExtensionsPack SafeArray.swift
[147/150] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[148/150] Compiling SwiftExtensionsPack Codable+Extensions.swift
[149/150] Compiling SwiftExtensionsPack AnyValue.swift
[150/150] Compiling SwiftExtensionsPack Atomic.swift
[152/175] 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 |
[153/175] 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 |
[154/175] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[155/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 |
[156/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 |
[157/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 |
[158/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 |
[159/178] 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 |
[160/178] 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 |
[161/178] 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 |
[162/178] 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 |
[163/178] 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 |
[164/178] 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 |
[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 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 |
[174/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 |
[175/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 |
[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