The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TonSdkSwift, reference main (63fceb), with Swift 6.3 for macOS (SPM) on 1 May 2026 02:03:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/ton-sdk-swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerzh/ton-sdk-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 63fcebb fix bigint
Cloned https://github.com/nerzh/ton-sdk-swift.git
Revision (git rev-parse @):
63fcebb093e5886c5f3057b83ca0bb1b30beff10
SUCCESS checkout https://github.com/nerzh/ton-sdk-swift.git at main
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/nerzh/swift-extensions-pack
Fetching https://github.com/bytehubio/BigInt
Fetching https://github.com/nerzh/swift-net-layer
Fetching https://github.com/bytehubio/CryptoSwift
Fetching https://github.com/nerzh/swift-regular-expression
[1/4426] Fetching bigint
[2/4850] Fetching bigint, swift-net-layer
[261/4911] Fetching bigint, swift-net-layer, swift-regular-expression
[322/6051] Fetching bigint, swift-net-layer, swift-regular-expression, swift-extensions-pack
[845/16969] Fetching bigint, swift-net-layer, swift-regular-expression, swift-extensions-pack, cryptoswift
[2972/34426] Fetching bigint, swift-net-layer, swift-regular-expression, swift-extensions-pack, cryptoswift, swift-crypto
Fetched https://github.com/nerzh/swift-extensions-pack from cache (2.74s)
Fetched https://github.com/bytehubio/BigInt from cache (2.74s)
Fetched https://github.com/bytehubio/CryptoSwift from cache (2.74s)
Fetched https://github.com/apple/swift-crypto from cache (2.74s)
Fetched https://github.com/nerzh/swift-net-layer from cache (2.74s)
Fetched https://github.com/nerzh/swift-regular-expression from cache (2.74s)
Computing version for https://github.com/bytehubio/CryptoSwift
Computed https://github.com/bytehubio/CryptoSwift at 1.8.1 (5.81s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 4.5.0 (2.53s)
Fetching https://github.com/apple/swift-asn1.git
[1/1813] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.95s)
Computing version for https://github.com/bytehubio/BigInt
Computed https://github.com/bytehubio/BigInt at 5.7.0 (1.55s)
Computing version for https://github.com/nerzh/swift-net-layer
Computed https://github.com/nerzh/swift-net-layer at 1.7.0 (0.55s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (0.65s)
Computing version for https://github.com/nerzh/swift-extensions-pack
Computed https://github.com/nerzh/swift-extensions-pack at 2.2.4 (0.56s)
Fetching https://github.com/bytehubio/ed25519
[1/179] Fetching ed25519
Fetched https://github.com/bytehubio/ed25519 from cache (0.74s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (1.36s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.70s)
Creating working copy for https://github.com/bytehubio/BigInt
Working copy of https://github.com/bytehubio/BigInt resolved at 5.7.0
Creating working copy for https://github.com/nerzh/swift-extensions-pack
Working copy of https://github.com/nerzh/swift-extensions-pack resolved at 2.2.4
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 4.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
Creating working copy for https://github.com/bytehubio/ed25519
Working copy of https://github.com/bytehubio/ed25519 resolved at 1.0.0
Creating working copy for https://github.com/nerzh/swift-regular-expression
Working copy of https://github.com/nerzh/swift-regular-expression resolved at 0.2.4
Creating working copy for https://github.com/bytehubio/CryptoSwift
Working copy of https://github.com/bytehubio/CryptoSwift resolved at 1.8.1
Creating working copy for https://github.com/nerzh/swift-net-layer
Working copy of https://github.com/nerzh/swift-net-layer resolved at 1.7.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "ton-sdk-swift",
      "name": "TonSdkSwift",
      "url": "https://github.com/nerzh/ton-sdk-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ton-sdk-swift",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-regular-expression",
          "name": "SwiftRegularExpression",
          "url": "https://github.com/nerzh/swift-regular-expression",
          "version": "0.2.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-regular-expression",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "bigint",
          "name": "BigInt",
          "url": "https://github.com/bytehubio/BigInt",
          "version": "5.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swift-extensions-pack",
          "name": "SwiftExtensionsPack",
          "url": "https://github.com/nerzh/swift-extensions-pack",
          "version": "2.2.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-extensions-pack",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "swift-regular-expression",
              "name": "SwiftRegularExpression",
              "url": "https://github.com/nerzh/swift-regular-expression",
              "version": "0.2.4",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-regular-expression",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            },
            {
              "identity": "swift-crypto",
              "name": "swift-crypto",
              "url": "https://github.com/apple/swift-crypto",
              "version": "4.5.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
              "traits": [
                "default"
              ],
              "dependencies": [
                {
                  "identity": "swift-asn1",
                  "name": "swift-asn1",
                  "url": "https://github.com/apple/swift-asn1.git",
                  "version": "1.7.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
                  "traits": [
                    "default"
                  ],
                  "dependencies": [
                  ]
                }
              ]
            },
            {
              "identity": "ed25519",
              "name": "Ed25519",
              "url": "https://github.com/bytehubio/ed25519",
              "version": "1.0.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ed25519",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "swift-crypto",
          "name": "swift-crypto",
          "url": "https://github.com/apple/swift-crypto",
          "version": "4.5.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "swift-asn1",
              "name": "swift-asn1",
              "url": "https://github.com/apple/swift-asn1.git",
              "version": "1.7.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "cryptoswift",
          "name": "CryptoSwift",
          "url": "https://github.com/bytehubio/CryptoSwift",
          "version": "1.8.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        },
        {
          "identity": "swift-net-layer",
          "name": "SwiftNetLayer",
          "url": "https://github.com/nerzh/swift-net-layer",
          "version": "1.7.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-net-layer",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "swift-extensions-pack",
              "name": "SwiftExtensionsPack",
              "url": "https://github.com/nerzh/swift-extensions-pack",
              "version": "2.2.4",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-extensions-pack",
              "traits": [
                "default"
              ],
              "dependencies": [
                {
                  "identity": "swift-regular-expression",
                  "name": "SwiftRegularExpression",
                  "url": "https://github.com/nerzh/swift-regular-expression",
                  "version": "0.2.4",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-regular-expression",
                  "traits": [
                    "default"
                  ],
                  "dependencies": [
                  ]
                },
                {
                  "identity": "swift-crypto",
                  "name": "swift-crypto",
                  "url": "https://github.com/apple/swift-crypto",
                  "version": "4.5.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
                  "traits": [
                    "default"
                  ],
                  "dependencies": [
                    {
                      "identity": "swift-asn1",
                      "name": "swift-asn1",
                      "url": "https://github.com/apple/swift-asn1.git",
                      "version": "1.7.0",
                      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
                      "traits": [
                        "default"
                      ],
                      "dependencies": [
                      ]
                    }
                  ]
                },
                {
                  "identity": "ed25519",
                  "name": "Ed25519",
                  "url": "https://github.com/bytehubio/ed25519",
                  "version": "1.0.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ed25519",
                  "traits": [
                    "default"
                  ],
                  "dependencies": [
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/nerzh/ton-sdk-swift.git
[1/436] Fetching ton-sdk-swift
Fetched https://github.com/nerzh/ton-sdk-swift.git from cache (0.85s)
Fetching https://github.com/nerzh/swift-net-layer from cache
Fetching https://github.com/nerzh/swift-regular-expression from cache
Fetching https://github.com/bytehubio/BigInt from cache
Fetching https://github.com/apple/swift-crypto from cache
Fetching https://github.com/nerzh/swift-extensions-pack from cache
Fetching https://github.com/bytehubio/CryptoSwift from cache
Fetched https://github.com/nerzh/swift-net-layer from cache (0.55s)
Fetched https://github.com/nerzh/swift-regular-expression from cache (0.55s)
Fetched https://github.com/bytehubio/CryptoSwift from cache (0.69s)
Fetched https://github.com/apple/swift-crypto from cache (0.69s)
Fetched https://github.com/bytehubio/BigInt from cache (0.69s)
Fetched https://github.com/nerzh/swift-extensions-pack from cache (0.70s)
Computing version for https://github.com/bytehubio/CryptoSwift
Computed https://github.com/bytehubio/CryptoSwift at 1.8.1 (0.79s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 4.5.0 (0.04s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
Computing version for https://github.com/bytehubio/BigInt
Computed https://github.com/bytehubio/BigInt at 5.7.0 (0.51s)
Computing version for https://github.com/nerzh/swift-net-layer
Computed https://github.com/nerzh/swift-net-layer at 1.7.0 (0.03s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (0.03s)
Computing version for https://github.com/nerzh/swift-extensions-pack
Computed https://github.com/nerzh/swift-extensions-pack at 2.2.4 (0.03s)
Fetching https://github.com/bytehubio/ed25519 from cache
Fetched https://github.com/bytehubio/ed25519 from cache (0.41s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (0.47s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.04s)
Creating working copy for https://github.com/nerzh/swift-net-layer
Working copy of https://github.com/nerzh/swift-net-layer resolved at 1.7.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/ton-sdk-swift.git
Working copy of https://github.com/nerzh/ton-sdk-swift.git resolved at main (63fcebb)
Creating working copy for https://github.com/bytehubio/CryptoSwift
Working copy of https://github.com/bytehubio/CryptoSwift resolved at 1.8.1
Creating working copy for https://github.com/nerzh/swift-regular-expression
Working copy of https://github.com/nerzh/swift-regular-expression resolved at 0.2.4
Creating working copy for https://github.com/bytehubio/BigInt
Working copy of https://github.com/bytehubio/BigInt resolved at 5.7.0
Creating working copy for https://github.com/nerzh/swift-extensions-pack
Working copy of https://github.com/nerzh/swift-extensions-pack resolved at 2.2.4
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 4.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
warning: '.resolve-product-dependencies': dependency 'ton-sdk-swift' is not used by any target
Found 6 product dependencies
  - SwiftRegularExpression
  - BigInt
  - SwiftExtensionsPack
  - swift-crypto
  - CryptoSwift
  - SwiftNetLayer
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nerzh/ton-sdk-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/21] Write sources
[8/21] Copying PrivacyInfo.xcprivacy
[10/21] Write swift-version--6988338F2F200930.txt
[11/21] Compiling CEd25519 seed.c
[12/21] Compiling CEd25519 sha512.c
[13/21] Compiling CEd25519 add_scalar.c
[14/21] Compiling CEd25519 key_exchange.c
[15/21] Compiling CEd25519 keypair.c
[16/21] Compiling CEd25519 verify.c
[17/21] Compiling CEd25519 ge.c
[18/21] Compiling CEd25519 fe.c
[19/21] Compiling CEd25519 sc.c
[20/21] Compiling CEd25519 sign.c
[22/241] Compiling Ed25519 Seed.swift
[23/241] Compiling Ed25519 PublicKey.swift
[24/241] Compiling Ed25519 PrivateKey.swift
[25/241] Compiling Ed25519 Error.swift
[26/241] Emitting module Ed25519
[27/241] Compiling Ed25519 KeyPair.swift
[28/241] Compiling CryptoSwift Addition.swift
[29/241] Compiling CryptoSwift BigInt.swift
[30/243] Emitting module BigInt
[31/243] Compiling CryptoSwift PCBC.swift
[32/243] Compiling CryptoSwift Blowfish.swift
[33/243] Compiling CryptoSwift CBCMAC.swift
[34/243] Compiling CryptoSwift CMAC.swift
[35/243] Compiling BigInt Subtraction.swift
[36/243] Compiling BigInt Words and Bits.swift
[37/243] Compiling CryptoSwift Shifts.swift
[38/243] Compiling CryptoSwift Square Root.swift
[39/243] Compiling CryptoSwift Strideable.swift
[40/243] Compiling CryptoSwift OCB.swift
[41/243] Compiling CryptoSwift OFB.swift
[42/243] Compiling CryptoSwift Cipher.swift
[43/243] Compiling CryptoSwift Collection+Extension.swift
[44/243] Compiling CryptoSwift ChaCha20.swift
[45/243] Compiling CryptoSwift Checksum.swift
[46/243] Compiling CryptoSwift CompactMap.swift
[47/243] Compiling CryptoSwift GCM.swift
[48/243] Compiling CryptoSwift String Conversion.swift
[49/243] Compiling CryptoSwift Subtraction.swift
[50/243] Compiling CryptoSwift Words and Bits.swift
[51/243] Compiling CryptoSwift Data+Extension.swift
[52/243] Compiling CryptoSwift HMAC+Foundation.swift
[53/243] Compiling CryptoSwift Rabbit+Foundation.swift
[54/243] Compiling CryptoSwift Bit.swift
[55/243] Compiling CryptoSwift BlockCipher.swift
[56/243] Compiling CryptoSwift BlockDecryptor.swift
[57/243] Compiling CryptoSwift BlockEncryptor.swift
[58/243] Compiling CryptoSwift BlockMode.swift
[59/243] Compiling CryptoSwift BlockModeOptions.swift
[70/243] Compiling CryptoSwift HMAC.swift
[71/243] Compiling CryptoSwift ISO10126Padding.swift
[72/243] Compiling CryptoSwift ISO78164Padding.swift
[73/243] Compiling CryptoSwift Int+Extension.swift
[74/243] Compiling CryptoSwift MD5.swift
[75/243] Compiling CryptoSwift NoPadding.swift
[76/243] Compiling CryptoSwift Codable.swift
[77/243] Compiling CryptoSwift Comparable.swift
[78/243] Compiling CryptoSwift Data Conversion.swift
[79/243] Compiling CryptoSwift Division.swift
[80/252] Compiling CryptoSwift ASN1Encoder.swift
[81/252] Compiling CryptoSwift ASN1Scanner.swift
[82/252] Compiling CryptoSwift Array+Extension.swift
[83/252] Compiling CryptoSwift Authenticator.swift
[84/252] Compiling CryptoSwift BatchedCollection.swift
[85/252] Compiling CryptoSwift String+FoundationExtension.swift
[86/252] Compiling CryptoSwift Utils+Foundation.swift
[87/252] Compiling CryptoSwift XChaCha20+Foundation.swift
[88/252] Compiling CryptoSwift Generics.swift
[89/252] Compiling CryptoSwift HKDF.swift
[90/252] Emitting module Crypto
[101/252] Compiling CryptoSwift Exponentiation.swift
[102/252] Compiling CryptoSwift Floating Point Conversion.swift
[103/252] Compiling CryptoSwift GCD.swift
[104/252] Compiling CryptoSwift Hashable.swift
[105/252] Compiling CryptoSwift Integer Conversion.swift
[106/252] Compiling CryptoSwift Multiplication.swift
[107/252] Compiling CryptoSwift Prime Test.swift
[108/252] Compiling CryptoSwift Random.swift
[109/252] Compiling CryptoSwift RSA+Signature.swift
[110/252] Compiling SwiftRegularExpression String+Regexp.swift
[111/252] Emitting module SwiftRegularExpression
[114/252] Compiling CryptoSwift CS.swift
[115/252] Compiling CryptoSwift AEAD.swift
[116/252] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[117/252] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[118/252] Compiling CryptoSwift AES.Cryptors.swift
[119/252] Compiling CryptoSwift AES.swift
[120/252] Compiling CryptoSwift ASN1.swift
[121/252] Compiling CryptoSwift ASN1Decoder.swift
[122/252] Compiling CryptoSwift StreamEncryptor.swift
[123/252] Compiling CryptoSwift Cryptor.swift
[124/252] Compiling CryptoSwift Cryptors.swift
[125/252] Compiling CryptoSwift Digest.swift
[126/252] Compiling CryptoSwift DigestType.swift
[127/252] Compiling CryptoSwift AES+Foundation.swift
[128/252] Compiling CryptoSwift Array+Foundation.swift
[129/252] Compiling CryptoSwift Blowfish+Foundation.swift
[130/252] Compiling CryptoSwift ChaCha20+Foundation.swift
[131/252] Compiling CryptoSwift RSA.swift
[132/252] Compiling CryptoSwift Rabbit.swift
[133/252] Compiling CryptoSwift SHA1.swift
[134/252] Compiling CryptoSwift SHA2.swift
[135/252] Compiling CryptoSwift SHA3.swift
[136/252] Compiling CryptoSwift Scrypt.swift
[137/252] Compiling CryptoSwift SecureBytes.swift
[138/252] Compiling CryptoSwift Signature.swift
[139/252] Compiling CryptoSwift StreamDecryptor.swift
[140/252] Compiling Crypto SecureBytes.swift
[141/252] Compiling Crypto Zeroization.swift
[142/252] Compiling Crypto resource_bundle_accessor.swift
[143/252] Compiling CryptoSwift PBKDF2.swift
[144/252] Compiling CryptoSwift PKCS1v15.swift
[145/252] Compiling CryptoSwift PKCS5.swift
[146/252] Compiling CryptoSwift PKCS7.swift
[147/252] Compiling CryptoSwift PKCS7Padding.swift
[148/252] Compiling CryptoSwift Padding.swift
[149/252] Compiling CryptoSwift Poly1305.swift
[150/252] Compiling CryptoSwift RSA+Cipher.swift
[168/252] Compiling Crypto RNG_boring.swift
[169/252] Compiling Crypto SafeCompare_boring.swift
[170/252] Compiling Crypto Zeroization_boring.swift
[171/252] Compiling Crypto _CryptoModuleAnchor.swift
[172/252] Compiling Crypto PrettyBytes.swift
[173/252] Compiling Crypto SafeCompare.swift
[206/297] Compiling SwiftExtensionsPack SafeArray.swift
[207/297] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[208/297] Compiling SwiftExtensionsPack Codable+Extensions.swift
[209/297] Compiling SwiftExtensionsPack AnyValue.swift
[210/297] Compiling SwiftExtensionsPack SHA.swift
[211/297] Compiling SwiftExtensionsPack String+Extension.swift
[212/297] Compiling SwiftExtensionsPack Date+String.swift
[213/297] Compiling SwiftExtensionsPack DateCommon.swift
[214/297] Compiling SwiftExtensionsPack Atomic.swift
[215/297] Compiling SwiftExtensionsPack CommonClasses.swift
[216/297] Compiling SwiftExtensionsPack CommonMethods.swift
[217/297] Emitting module CryptoSwift
[229/297] Compiling SwiftExtensionsPack ErrorCommon.swift
[230/297] Compiling SwiftExtensionsPack Limiter.swift
[231/297] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[232/297] Compiling SwiftExtensionsPack Protocols.swift
[233/297] Compiling SwiftExtensionsPack Runtime.swift
[234/297] Compiling SwiftExtensionsPack SafeValue.swift
[235/297] Compiling SwiftExtensionsPack AES.swift
[236/297] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[237/297] Compiling SwiftExtensionsPack Data+Extension.swift
[238/297] Compiling SwiftExtensionsPack Ed25519.swift
[239/297] Compiling SwiftExtensionsPack HexaDecimal.swift
[240/297] Compiling SwiftExtensionsPack Hmac.swift
[241/297] Compiling SwiftExtensionsPack RandomBytes.swift
[242/297] Compiling SwiftExtensionsPack String+Chunks.swift
[243/297] Compiling SwiftExtensionsPack String+Date.swift
[244/297] Compiling SwiftExtensionsPack String+JSON.swift
[245/297] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[246/297] Compiling SwiftExtensionsPack DictionaryCommon.swift
[247/297] Compiling SwiftExtensionsPack SafeDictionary.swift
[248/297] Compiling SwiftExtensionsPack Double.swift
[249/297] Compiling SwiftExtensionsPack Float.swift
[250/297] Compiling SwiftExtensionsPack HTTP.swift
[253/297] Compiling CryptoSwift String+Extension.swift
[254/297] Compiling CryptoSwift UInt128.swift
[255/297] Compiling CryptoSwift UInt16+Extension.swift
[256/297] Compiling CryptoSwift UInt32+Extension.swift
[257/297] Compiling CryptoSwift UInt64+Extension.swift
[258/297] Compiling CryptoSwift UInt8+Extension.swift
[259/297] Compiling CryptoSwift Updatable.swift
[260/297] Compiling CryptoSwift Utils.swift
[261/297] Compiling CryptoSwift XChaCha20.swift
[262/297] Compiling CryptoSwift ZeroPadding.swift
[263/297] Compiling CryptoSwift resource_bundle_accessor.swift
[271/300] Emitting module SwiftExtensionsPack
[298/300] Compiling SwiftExtensionsPack StringCommon.swift
[299/300] Compiling SwiftExtensionsPack String+Crypto.swift
[300/300] Compiling SwiftExtensionsPack String+Height.swift
[301/318] Compiling SwiftNetLayer SNL+Target.swift
[302/319] Compiling SwiftNetLayer SNL+Request.swift.swift
[303/319] Compiling SwiftNetLayer SNL+RequestPrtcl.swift
[304/319] Compiling SwiftNetLayer SNL+Resource.swift
[305/319] Compiling SwiftNetLayer SNL+ResourcePrtcl.swift
[306/319] Compiling SwiftNetLayer SNL+TargetPrtcl.swift
[307/319] Compiling SwiftNetLayer SNL+Header.swift
[308/319] Compiling SwiftNetLayer SNL+MIMEType.swift
[309/319] Compiling SwiftNetLayer SNL+ProtocolType.swift
[310/319] Compiling SwiftNetLayer SNL+TypeAlias.swift
[311/319] Compiling SwiftNetLayer SNL+Errors.swift
[312/319] Compiling SwiftNetLayer SNL+HTTPMethod.swift
[313/319] Compiling SwiftNetLayer SNL+File.swift
[314/319] Compiling SwiftNetLayer SNL+FilePrtcl.swift
[315/319] Compiling SwiftNetLayer SNL+Executor.swift
[316/319] Compiling SwiftNetLayer SNL+ExecutorPrtcl.swift
[317/319] Compiling SwiftNetLayer SNL+Provider.swift
[318/319] Compiling SwiftNetLayer SNL+ProviderPrtcl.swift
[319/319] Emitting module SwiftNetLayer
[320/338] Compiling TonSdkSwift Checksum.swift
[321/338] Compiling TonSdkSwift ErrorTonSdkSwift.swift
[322/339] Compiling TonSdkSwift Mask.swift
[323/339] Compiling TonSdkSwift Bits.swift
[324/339] Compiling TonSdkSwift Helpers.swift
[325/339] Compiling TonSdkSwift Address.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:13:14: warning: prefixed - Not implemented yet
 11 | public struct HashmapOptions<K, V> {
 12 |     public var keySize: Int?
 13 |     #warning("prefixed - Not implemented yet")
    |              `- warning: prefixed - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:16:14: warning: nonEmpty - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
 16 |     #warning("nonEmpty - Not implemented yet")
    |              `- warning: nonEmpty - Not implemented yet
 17 |     @available(*, deprecated, message: "Not implemented yet")
 18 |     public var nonEmpty: Bool?
[326/339] Compiling TonSdkSwift Block.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:13:14: warning: prefixed - Not implemented yet
 11 | public struct HashmapOptions<K, V> {
 12 |     public var keySize: Int?
 13 |     #warning("prefixed - Not implemented yet")
    |              `- warning: prefixed - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:16:14: warning: nonEmpty - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
 16 |     #warning("nonEmpty - Not implemented yet")
    |              `- warning: nonEmpty - Not implemented yet
 17 |     @available(*, deprecated, message: "Not implemented yet")
 18 |     public var nonEmpty: Bool?
[327/339] Compiling TonSdkSwift English.swift
[328/339] Compiling TonSdkSwift ToncenterApiJsonRPCTarget.swift
[329/339] Compiling TonSdkSwift ToncenterApiTargetModels.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Providers/TonCenter/ToncenterApi.swift:12:12: warning: class 'ToncenterApi' must restate inherited '@unchecked Sendable' conformance
10 | import SwiftExtensionsPack
11 |
12 | open class ToncenterApi: SNLResource {
   |            `- warning: class 'ToncenterApi' must restate inherited '@unchecked Sendable' conformance
13 |
14 |     public init(apiKey: String, domain: String = "toncenter.com/api/v2", `protocol`: SNLProtocolType, requestLimit: UInt = 5, timeRangeLimitSecond: UInt = 1) {
[330/339] Compiling TonSdkSwift ToncenterApi.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Providers/TonCenter/ToncenterApi.swift:12:12: warning: class 'ToncenterApi' must restate inherited '@unchecked Sendable' conformance
10 | import SwiftExtensionsPack
11 |
12 | open class ToncenterApi: SNLResource {
   |            `- warning: class 'ToncenterApi' must restate inherited '@unchecked Sendable' conformance
13 |
14 |     public init(apiKey: String, domain: String = "toncenter.com/api/v2", `protocol`: SNLProtocolType, requestLimit: UInt = 5, timeRangeLimitSecond: UInt = 1) {
[331/339] Compiling TonSdkSwift Cell.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Cell.swift:415:18: warning: TODO: fix this logic
413 |     // Print cell as fift-hex
414 |     public func printCell(indent: Int = 1, size: Int = 0) throws -> String {
415 |         #warning("TODO: fix this logic")
    |                  `- warning: TODO: fix this logic
416 |         let bitsCopy = bits
417 |         let areDivisible = bitsCopy.count % 4 == 0
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Coins.swift:204:10: warning: Add additional operators
202 |     }
203 |
204 | #warning("Add additional operators")
    |          `- warning: Add additional operators
205 | //    public static func &= (lhs: inout Coins, rhs: Coins) {
206 | //        lhs._nanoValue &= rhs.nanoValue
[332/339] Compiling TonSdkSwift Coins.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Cell.swift:415:18: warning: TODO: fix this logic
413 |     // Print cell as fift-hex
414 |     public func printCell(indent: Int = 1, size: Int = 0) throws -> String {
415 |         #warning("TODO: fix this logic")
    |                  `- warning: TODO: fix this logic
416 |         let bitsCopy = bits
417 |         let areDivisible = bitsCopy.count % 4 == 0
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Coins.swift:204:10: warning: Add additional operators
202 |     }
203 |
204 | #warning("Add additional operators")
    |          `- warning: Add additional operators
205 | //    public static func &= (lhs: inout Coins, rhs: Coins) {
206 | //        lhs._nanoValue &= rhs.nanoValue
[333/339] Compiling TonSdkSwift MnemonicUtils.swift
[334/339] Compiling TonSdkSwift TonMnemonic.swift
[335/339] Compiling TonSdkSwift Boc.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:402:18: warning: fix multiple root cells serialization
400 |
401 |     public class func depthFirstSort(root: [Cell]) throws -> (cells: [Cell], hashmap: [String: Int]) {
402 |         #warning("fix multiple root cells serialization")
    |                  `- warning: fix multiple root cells serialization
403 |         var stack: [CellNode] = [CellNode(cell: try Cell(refs: root), children: root.count, scanned: 0)]
404 |         var cells: [(cell: Cell, hash: String)] = []
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:481:19: warning: result of call to 'shift' is unused [#no-usage]
479 |             }
480 |
481 |             stack.shift(count)
    |                   `- warning: result of call to 'shift' is unused [#no-usage]
482 |         }
483 |
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:487:14: warning: immutable value 'index' was never used; consider replacing with '_' or removing it [#no-usage]
485 |         var resultCells: [Cell] = []
486 |         var order: Int = 0
487 |         for (index, (cell, hash, deleted)) in cells.enumerated() {
    |              `- warning: immutable value 'index' was never used; consider replacing with '_' or removing it [#no-usage]
488 |             if !deleted {
489 |                 hashmap[hash] = order
[336/339] Compiling TonSdkSwift CellBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:402:18: warning: fix multiple root cells serialization
400 |
401 |     public class func depthFirstSort(root: [Cell]) throws -> (cells: [Cell], hashmap: [String: Int]) {
402 |         #warning("fix multiple root cells serialization")
    |                  `- warning: fix multiple root cells serialization
403 |         var stack: [CellNode] = [CellNode(cell: try Cell(refs: root), children: root.count, scanned: 0)]
404 |         var cells: [(cell: Cell, hash: String)] = []
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:481:19: warning: result of call to 'shift' is unused [#no-usage]
479 |             }
480 |
481 |             stack.shift(count)
    |                   `- warning: result of call to 'shift' is unused [#no-usage]
482 |         }
483 |
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:487:14: warning: immutable value 'index' was never used; consider replacing with '_' or removing it [#no-usage]
485 |         var resultCells: [Cell] = []
486 |         var order: Int = 0
487 |         for (index, (cell, hash, deleted)) in cells.enumerated() {
    |              `- warning: immutable value 'index' was never used; consider replacing with '_' or removing it [#no-usage]
488 |             if !deleted {
489 |                 hashmap[hash] = order
[337/339] Emitting module TonSdkSwift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Coins.swift:204:10: warning: Add additional operators
202 |     }
203 |
204 | #warning("Add additional operators")
    |          `- warning: Add additional operators
205 | //    public static func &= (lhs: inout Coins, rhs: Coins) {
206 | //        lhs._nanoValue &= rhs.nanoValue
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:13:14: warning: prefixed - Not implemented yet
 11 | public struct HashmapOptions<K, V> {
 12 |     public var keySize: Int?
 13 |     #warning("prefixed - Not implemented yet")
    |              `- warning: prefixed - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:16:14: warning: nonEmpty - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
 16 |     #warning("nonEmpty - Not implemented yet")
    |              `- warning: nonEmpty - Not implemented yet
 17 |     @available(*, deprecated, message: "Not implemented yet")
 18 |     public var nonEmpty: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Providers/TonCenter/ToncenterApi.swift:12:12: warning: class 'ToncenterApi' must restate inherited '@unchecked Sendable' conformance
10 | import SwiftExtensionsPack
11 |
12 | open class ToncenterApi: SNLResource {
   |            `- warning: class 'ToncenterApi' must restate inherited '@unchecked Sendable' conformance
13 |
14 |     public init(apiKey: String, domain: String = "toncenter.com/api/v2", `protocol`: SNLProtocolType, requestLimit: UInt = 5, timeRangeLimitSecond: UInt = 1) {
[338/339] Compiling TonSdkSwift CellSlice.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:13:14: warning: prefixed - Not implemented yet
 11 | public struct HashmapOptions<K, V> {
 12 |     public var keySize: Int?
 13 |     #warning("prefixed - Not implemented yet")
    |              `- warning: prefixed - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:16:14: warning: nonEmpty - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
 16 |     #warning("nonEmpty - Not implemented yet")
    |              `- warning: nonEmpty - Not implemented yet
 17 |     @available(*, deprecated, message: "Not implemented yet")
 18 |     public var nonEmpty: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:29:14: warning: 'prefixed' is deprecated: Not implemented yet [#DeprecatedDeclaration]
 27 |     ) {
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
    |              `- warning: 'prefixed' is deprecated: Not implemented yet [#DeprecatedDeclaration]
 30 |         self.nonEmpty = nonEmpty
 31 |         self.serializers = serializers
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:30:14: warning: 'nonEmpty' is deprecated: Not implemented yet [#DeprecatedDeclaration]
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
 30 |         self.nonEmpty = nonEmpty
    |              `- warning: 'nonEmpty' is deprecated: Not implemented yet [#DeprecatedDeclaration]
 31 |         self.serializers = serializers
 32 |         self.deserializers = deserializers
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[339/339] Compiling TonSdkSwift Hashmap.swift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:13:14: warning: prefixed - Not implemented yet
 11 | public struct HashmapOptions<K, V> {
 12 |     public var keySize: Int?
 13 |     #warning("prefixed - Not implemented yet")
    |              `- warning: prefixed - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:16:14: warning: nonEmpty - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
 16 |     #warning("nonEmpty - Not implemented yet")
    |              `- warning: nonEmpty - Not implemented yet
 17 |     @available(*, deprecated, message: "Not implemented yet")
 18 |     public var nonEmpty: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:29:14: warning: 'prefixed' is deprecated: Not implemented yet [#DeprecatedDeclaration]
 27 |     ) {
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
    |              `- warning: 'prefixed' is deprecated: Not implemented yet [#DeprecatedDeclaration]
 30 |         self.nonEmpty = nonEmpty
 31 |         self.serializers = serializers
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:30:14: warning: 'nonEmpty' is deprecated: Not implemented yet [#DeprecatedDeclaration]
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
 30 |         self.nonEmpty = nonEmpty
    |              `- warning: 'nonEmpty' is deprecated: Not implemented yet [#DeprecatedDeclaration]
 31 |         self.serializers = serializers
 32 |         self.deserializers = deserializers
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
Build complete! (18.74s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-regular-expression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-regular-expression"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.7.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bytehubio/BigInt"
    },
    {
      "identity" : "swift-extensions-pack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-extensions-pack"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bytehubio/CryptoSwift"
    },
    {
      "identity" : "swift-net-layer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-net-layer"
    }
  ],
  "manifest_display_name" : "TonSdkSwift",
  "name" : "TonSdkSwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TonSdkSwift",
      "targets" : [
        "TonSdkSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TonSdkSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "TonSdkSwiftTests",
      "path" : "Tests/TonSdkSwiftTests",
      "product_dependencies" : [
        "SwiftRegularExpression",
        "SwiftExtensionsPack",
        "BigInt",
        "Crypto",
        "CryptoSwift",
        "SwiftNetLayer"
      ],
      "sources" : [
        "AddressTests.swift",
        "BitsTests.swift",
        "CellBuilderTests.swift",
        "CellSliceTests.swift",
        "CellTests.swift",
        "CoinsTests.swift",
        "CryptoTests.swift",
        "De+SerializerTests.swift",
        "ExampleTests.swift",
        "HashmapTests.swift",
        "JohnnyMnemonicTests.swift",
        "MerkleProofTests.swift"
      ],
      "target_dependencies" : [
        "TonSdkSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TonSdkSwift",
      "module_type" : "SwiftTarget",
      "name" : "TonSdkSwift",
      "path" : "Sources/TonSdkSwift",
      "product_dependencies" : [
        "SwiftRegularExpression",
        "SwiftExtensionsPack",
        "BigInt",
        "Crypto",
        "CryptoSwift",
        "SwiftNetLayer"
      ],
      "product_memberships" : [
        "TonSdkSwift"
      ],
      "sources" : [
        "Boc/Boc.swift",
        "Boc/CellBuilder.swift",
        "Boc/CellSlice.swift",
        "Boc/Hashmap.swift",
        "JohnnyMnemonic/MnemonicUtils.swift",
        "JohnnyMnemonic/TonMnemonic.swift",
        "JohnnyMnemonic/Words/English.swift",
        "Providers/TonCenter/Targets/ToncenterApiJsonRPCTarget.swift",
        "Providers/TonCenter/Targets/ToncenterApiTargetModels.swift",
        "Providers/TonCenter/ToncenterApi.swift",
        "Types/Address.swift",
        "Types/Block.swift",
        "Types/Cell.swift",
        "Types/Coins.swift",
        "Types/Mask.swift",
        "Utils/Bits.swift",
        "Utils/Checksum.swift",
        "Utils/ErrorTonSdkSwift.swift",
        "Utils/Helpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.