The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/ton-sdk-swift.git
Reference: 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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/nerzh/ton-sdk-swift.git
https://github.com/nerzh/ton-sdk-swift.git
{
  "dependencies" : [
    {
      "identity" : "swift-regular-expression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-regular-expression"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.7.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bytehubio/BigInt"
    },
    {
      "identity" : "swift-extensions-pack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.3",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-extensions-pack"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.5.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/21] Write sources
[1/21] Copying PrivacyInfo.xcprivacy
[2/21] Write sources
[4/21] Copying PrivacyInfo.xcprivacy
[5/21] Write sources
[9/21] Write swift-version-2F0A5646E1D333AE.txt
[10/21] Compiling CEd25519 key_exchange.c
[11/21] Compiling CEd25519 add_scalar.c
[12/21] Compiling CEd25519 keypair.c
[12/21] Compiling CEd25519 verify.c
[12/21] Compiling CEd25519 sign.c
[12/21] Write sources
[16/21] Compiling CEd25519 ge.c
[17/21] Compiling CEd25519 sc.c
[18/21] Compiling CEd25519 fe.c
[19/21] Compiling CEd25519 seed.c
[20/21] Compiling CEd25519 sha512.c
[22/241] Emitting module Ed25519
[23/241] Compiling Ed25519 Error.swift
[24/241] Compiling Ed25519 PublicKey.swift
[25/241] Compiling Ed25519 PrivateKey.swift
[26/241] Compiling Ed25519 Seed.swift
[27/241] Compiling Ed25519 KeyPair.swift
[28/241] Emitting module BigInt
[29/243] Compiling BigInt Subtraction.swift
[30/243] Compiling BigInt Words and Bits.swift
[31/243] Compiling CryptoSwift Bit.swift
[32/243] Compiling CryptoSwift BlockCipher.swift
[33/243] Compiling CryptoSwift BlockDecryptor.swift
[34/243] Compiling CryptoSwift BlockEncryptor.swift
[35/243] Compiling CryptoSwift BlockMode.swift
[36/243] Compiling CryptoSwift BlockModeOptions.swift
[37/243] Compiling CryptoSwift CBC.swift
[38/243] Compiling CryptoSwift CCM.swift
[41/243] Compiling CryptoSwift CipherModeWorker.swift
[42/243] Compiling CryptoSwift ECB.swift
[46/254] Emitting module SwiftRegularExpression
[47/254] Compiling SwiftRegularExpression String+Regexp.swift
[48/254] Compiling CryptoSwift String+FoundationExtension.swift
[49/254] Compiling CryptoSwift Utils+Foundation.swift
[50/254] Compiling CryptoSwift XChaCha20+Foundation.swift
[51/254] Compiling CryptoSwift Generics.swift
[52/254] Compiling CryptoSwift HKDF.swift
[53/254] Compiling CryptoSwift HMAC.swift
[54/254] Compiling CryptoSwift ISO10126Padding.swift
[55/254] Compiling CryptoSwift ISO78164Padding.swift
[56/254] Compiling CryptoSwift Int+Extension.swift
[57/254] Compiling CryptoSwift MD5.swift
[58/254] Compiling CryptoSwift NoPadding.swift
[59/254] Compiling CryptoSwift ChaCha20+Foundation.swift
[60/254] Compiling CryptoSwift Data+Extension.swift
[61/254] Compiling CryptoSwift HMAC+Foundation.swift
[62/254] Compiling CryptoSwift Rabbit+Foundation.swift
[63/254] Compiling CryptoSwift Operators.swift
[64/254] Compiling CryptoSwift DER.swift
[65/254] Compiling CryptoSwift PBKDF1.swift
[66/254] Compiling CryptoSwift PBKDF2.swift
[67/254] Compiling CryptoSwift PKCS1v15.swift
[70/263] Compiling Crypto ASN1Integer.swift
[72/263] Compiling CryptoSwift ASN1Encoder.swift
[73/263] Compiling CryptoSwift ASN1Scanner.swift
[74/263] Compiling Crypto Nonces.swift
[75/263] Compiling CryptoSwift ASN1Decoder.swift
[76/263] Compiling CryptoSwift AEAD.swift
[77/263] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[80/263] Compiling Crypto ChaChaPoly_boring.swift
[81/263] Compiling CryptoSwift AES.Cryptors.swift
[82/263] Compiling CryptoSwift AES.swift
[83/263] Compiling CryptoSwift Array+Extension.swift
[84/263] Compiling Crypto ASN1Identifier.swift
[87/263] Compiling CryptoSwift Cryptor.swift
[88/263] Compiling CryptoSwift Cryptors.swift
[89/263] Compiling CryptoSwift Digest.swift
[90/263] Compiling CryptoSwift DigestType.swift
[91/263] Compiling CryptoSwift AES+Foundation.swift
[92/263] Compiling CryptoSwift Array+Foundation.swift
[93/263] Compiling CryptoSwift Blowfish+Foundation.swift
[94/263] Emitting module Crypto
[119/263] Compiling CryptoSwift GCM.swift
[120/263] Compiling Crypto Digest_boring.swift
[121/263] Compiling Crypto Digest.swift
[122/263] Compiling CryptoSwift PCBC.swift
[123/263] Compiling CryptoSwift Blowfish.swift
[124/263] Compiling CryptoSwift CBCMAC.swift
[125/263] Compiling CryptoSwift CMAC.swift
[126/263] Compiling CryptoSwift Addition.swift
[127/263] Compiling CryptoSwift BigInt.swift
[128/263] Compiling CryptoSwift BigUInt.swift
[129/263] Compiling CryptoSwift Bitwise Ops.swift
[130/263] Compiling CryptoSwift CS.swift
[131/263] Compiling CryptoSwift Codable.swift
[132/263] Compiling CryptoSwift Comparable.swift
[133/263] Compiling CryptoSwift Data Conversion.swift
[134/263] Compiling CryptoSwift Division.swift
[144/263] Compiling CryptoSwift Strideable.swift
[145/263] Compiling CryptoSwift String Conversion.swift
[146/263] Compiling CryptoSwift Subtraction.swift
[147/263] Compiling CryptoSwift Words and Bits.swift
[148/263] Compiling CryptoSwift ChaCha20.swift
[149/263] Compiling CryptoSwift Checksum.swift
[150/263] Compiling CryptoSwift Cipher.swift
[151/263] Compiling CryptoSwift Collection+Extension.swift
[152/263] Compiling CryptoSwift CompactMap.swift
[153/263] Compiling CryptoSwift Exponentiation.swift
[154/263] Compiling CryptoSwift Floating Point Conversion.swift
[155/263] Compiling CryptoSwift GCD.swift
[156/263] Compiling CryptoSwift Hashable.swift
[157/263] Compiling CryptoSwift Integer Conversion.swift
[158/263] Compiling CryptoSwift Multiplication.swift
[159/263] Compiling CryptoSwift Prime Test.swift
[160/263] Compiling CryptoSwift Random.swift
[161/263] Compiling CryptoSwift Shifts.swift
[162/263] Compiling CryptoSwift Square Root.swift
[186/297] Compiling CryptoSwift String+Extension.swift
[187/297] Compiling CryptoSwift UInt128.swift
[188/297] Compiling CryptoSwift UInt16+Extension.swift
[189/297] Compiling CryptoSwift UInt32+Extension.swift
[190/297] Compiling CryptoSwift UInt64+Extension.swift
[191/297] Compiling CryptoSwift UInt8+Extension.swift
[192/297] Compiling CryptoSwift Updatable.swift
[193/297] Compiling CryptoSwift Utils.swift
[194/297] Compiling CryptoSwift XChaCha20.swift
[195/297] Compiling CryptoSwift ZeroPadding.swift
[196/297] Compiling CryptoSwift resource_bundle_accessor.swift
[197/297] Compiling Crypto RNG_boring.swift
[198/297] Compiling Crypto SafeCompare_boring.swift
[199/297] Compiling Crypto Zeroization_boring.swift
[200/297] Compiling Crypto _CryptoModuleAnchor.swift
[201/297] Compiling Crypto PrettyBytes.swift
[202/297] Compiling Crypto SafeCompare.swift
[203/297] Compiling Crypto SecureBytes.swift
[204/297] Compiling Crypto Zeroization.swift
[205/297] Compiling Crypto resource_bundle_accessor.swift
[206/297] Emitting module CryptoSwift
[207/297] Compiling SwiftExtensionsPack SafeArray.swift
[208/297] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[209/297] Compiling SwiftExtensionsPack Codable+Extensions.swift
[210/297] Compiling SwiftExtensionsPack AnyValue.swift
[211/297] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[212/297] Compiling SwiftExtensionsPack DictionaryCommon.swift
[213/297] Compiling SwiftExtensionsPack SafeDictionary.swift
[214/297] Compiling SwiftExtensionsPack SHA.swift
[215/297] Compiling SwiftExtensionsPack String+Extension.swift
[216/297] Compiling SwiftExtensionsPack Date+String.swift
[217/297] Compiling SwiftExtensionsPack DateCommon.swift
[218/297] Compiling SwiftExtensionsPack Ed25519.swift
[219/297] Compiling SwiftExtensionsPack HTTP.swift
[220/297] Compiling SwiftExtensionsPack SafeValue.swift
[221/297] Compiling SwiftExtensionsPack AES.swift
[222/297] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[223/297] Compiling SwiftExtensionsPack Data+Extension.swift
[224/297] Compiling SwiftExtensionsPack Atomic.swift
[225/297] Compiling SwiftExtensionsPack CommonClasses.swift
[226/297] Compiling SwiftExtensionsPack CommonMethods.swift
[227/297] Compiling SwiftExtensionsPack ErrorCommon.swift
[245/297] Compiling CryptoSwift SHA1.swift
[246/297] Compiling CryptoSwift SHA2.swift
[247/297] Compiling CryptoSwift SHA3.swift
[248/297] Compiling CryptoSwift Scrypt.swift
[249/297] Compiling CryptoSwift SecureBytes.swift
[250/297] Compiling CryptoSwift Signature.swift
[251/297] Compiling CryptoSwift StreamDecryptor.swift
[252/297] Compiling CryptoSwift StreamEncryptor.swift
[264/297] Emitting module SwiftExtensionsPack
[269/300] Compiling SwiftExtensionsPack Limiter.swift
[270/300] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[271/300] Compiling SwiftExtensionsPack Protocols.swift
[272/300] Compiling SwiftExtensionsPack Runtime.swift
[273/300] Compiling SwiftExtensionsPack String+Chunks.swift
[274/300] Compiling SwiftExtensionsPack String+Date.swift
[275/300] Compiling SwiftExtensionsPack String+JSON.swift
[276/300] Compiling SwiftExtensionsPack Double.swift
[277/300] Compiling SwiftExtensionsPack Float.swift
[295/300] Compiling SwiftExtensionsPack HexaDecimal.swift
[296/300] Compiling SwiftExtensionsPack Hmac.swift
[297/300] Compiling SwiftExtensionsPack RandomBytes.swift
[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+Request.swift.swift
[302/318] Compiling SwiftNetLayer SNL+RequestPrtcl.swift
[303/318] Compiling SwiftNetLayer SNL+Target.swift
[304/318] Compiling SwiftNetLayer SNL+Resource.swift
[305/318] Compiling SwiftNetLayer SNL+ResourcePrtcl.swift
[306/319] Compiling SwiftNetLayer SNL+ProtocolType.swift
[307/319] Compiling SwiftNetLayer SNL+TypeAlias.swift
[308/319] Compiling SwiftNetLayer SNL+Provider.swift
[309/319] Compiling SwiftNetLayer SNL+ProviderPrtcl.swift
[310/319] Compiling SwiftNetLayer SNL+Executor.swift
[311/319] Compiling SwiftNetLayer SNL+ExecutorPrtcl.swift
[312/319] Emitting module SwiftNetLayer
[313/319] Compiling SwiftNetLayer SNL+Header.swift
[314/319] Compiling SwiftNetLayer SNL+MIMEType.swift
[315/319] Compiling SwiftNetLayer SNL+File.swift
[316/319] Compiling SwiftNetLayer SNL+FilePrtcl.swift
[317/319] Compiling SwiftNetLayer SNL+Errors.swift
[318/319] Compiling SwiftNetLayer SNL+HTTPMethod.swift
[319/319] Compiling SwiftNetLayer SNL+TargetPrtcl.swift
[320/338] Compiling TonSdkSwift Mask.swift
[321/338] Compiling TonSdkSwift Bits.swift
[322/339] Compiling TonSdkSwift Checksum.swift
[323/339] Compiling TonSdkSwift ErrorTonSdkSwift.swift
[324/339] Compiling TonSdkSwift Helpers.swift
[325/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
[326/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
[327/339] Compiling TonSdkSwift Address.swift
[328/339] Compiling TonSdkSwift Block.swift
[329/339] Compiling TonSdkSwift ToncenterApiTargetModels.swift
[330/339] Compiling TonSdkSwift ToncenterApi.swift
[331/339] Compiling TonSdkSwift MnemonicUtils.swift
[332/339] Compiling TonSdkSwift TonMnemonic.swift
[333/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
 27 |     ) {
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
    |              `- warning: 'prefixed' is deprecated: Not implemented yet
 30 |         self.nonEmpty = nonEmpty
 31 |         self.serializers = serializers
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:30:14: warning: 'nonEmpty' is deprecated: Not implemented yet
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
 30 |         self.nonEmpty = nonEmpty
    |              `- warning: 'nonEmpty' is deprecated: Not implemented yet
 31 |         self.serializers = serializers
 32 |         self.deserializers = deserializers
[334/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
 27 |     ) {
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
    |              `- warning: 'prefixed' is deprecated: Not implemented yet
 30 |         self.nonEmpty = nonEmpty
 31 |         self.serializers = serializers
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:30:14: warning: 'nonEmpty' is deprecated: Not implemented yet
 28 |         self.keySize = keySize
 29 |         self.prefixed = prefixed
 30 |         self.nonEmpty = nonEmpty
    |              `- warning: 'nonEmpty' is deprecated: Not implemented yet
 31 |         self.serializers = serializers
 32 |         self.deserializers = deserializers
[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
479 |             }
480 |
481 |             stack.shift(count)
    |                   `- warning: result of call to 'shift' is unused
482 |         }
483 |
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:487:14: warning: immutable value 'index' was never used; consider replacing with '_' or removing it
485 |         var resultCells: [Cell] = []
486 |         var order: Int = 0
487 |         for (index, (cell, hash, deleted)) in cells.enumerated() {
    |              `- warning: immutable value 'index' was never used; consider replacing with '_' or removing it
488 |             if !deleted {
489 |                 hashmap[hash] = order
[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
479 |             }
480 |
481 |             stack.shift(count)
    |                   `- warning: result of call to 'shift' is unused
482 |         }
483 |
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Boc.swift:487:14: warning: immutable value 'index' was never used; consider replacing with '_' or removing it
485 |         var resultCells: [Cell] = []
486 |         var order: Int = 0
487 |         for (index, (cell, hash, deleted)) in cells.enumerated() {
    |              `- warning: immutable value 'index' was never used; consider replacing with '_' or removing it
488 |             if !deleted {
489 |                 hashmap[hash] = order
[337/339] Emitting module TonSdkSwift
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:13:14: warning: prefixed - Not implemented yet
 11 | public struct HashmapOptions<K, V> {
 12 |     public var keySize: Int?
 13 |     #warning("prefixed - Not implemented yet")
    |              `- warning: prefixed - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Boc/Hashmap.swift:16:14: warning: nonEmpty - Not implemented yet
 14 |     @available(*, deprecated, message: "Not implemented yet")
 15 |     public var prefixed: Bool?
 16 |     #warning("nonEmpty - Not implemented yet")
    |              `- warning: nonEmpty - Not implemented yet
 17 |     @available(*, deprecated, message: "Not implemented yet")
 18 |     public var nonEmpty: Bool?
/Users/admin/builder/spi-builder-workspace/Sources/TonSdkSwift/Types/Coins.swift:204:10: warning: Add additional operators
202 |     }
203 |
204 | #warning("Add additional operators")
    |          `- warning: Add additional operators
205 | //    public static func &= (lhs: inout Coins, rhs: Coins) {
206 | //        lhs._nanoValue &= rhs.nanoValue
[338/339] Compiling TonSdkSwift English.swift
[339/339] Compiling TonSdkSwift ToncenterApiJsonRPCTarget.swift
Build complete! (32.83s)
Fetching https://github.com/bytehubio/BigInt
Fetching https://github.com/nerzh/swift-net-layer
Fetching https://github.com/nerzh/swift-regular-expression
Fetching https://github.com/nerzh/swift-extensions-pack
Fetching https://github.com/bytehubio/CryptoSwift
Fetching https://github.com/apple/swift-crypto from cache
[1/61] Fetching swift-regular-expression
[62/10979] Fetching swift-regular-expression, cryptoswift
[63/11403] Fetching swift-regular-expression, cryptoswift, swift-net-layer
[322/12543] Fetching swift-regular-expression, cryptoswift, swift-net-layer, swift-extensions-pack
[744/16969] Fetching swift-regular-expression, cryptoswift, swift-net-layer, swift-extensions-pack, bigint
Fetched https://github.com/nerzh/swift-net-layer from cache (0.77s)
[1574/16545] Fetching swift-regular-expression, cryptoswift, swift-extensions-pack, bigint
Fetched https://github.com/bytehubio/CryptoSwift from cache (1.61s)
Fetched https://github.com/nerzh/swift-regular-expression from cache (1.61s)
Fetched https://github.com/bytehubio/BigInt from cache (1.61s)
Fetched https://github.com/nerzh/swift-extensions-pack from cache (1.62s)
Fetched https://github.com/apple/swift-crypto from cache (1.65s)
Computing version for https://github.com/bytehubio/CryptoSwift
Computed https://github.com/bytehubio/CryptoSwift at 1.8.1 (4.63s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 4.5.0 (2.83s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.65s)
Computing version for https://github.com/bytehubio/BigInt
Computed https://github.com/bytehubio/BigInt at 5.7.0 (1.12s)
Computing version for https://github.com/nerzh/swift-net-layer
Computed https://github.com/nerzh/swift-net-layer at 1.6.2 (0.41s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (0.55s)
Computing version for https://github.com/nerzh/swift-extensions-pack
Computed https://github.com/nerzh/swift-extensions-pack at 2.2.4 (0.45s)
Fetching https://github.com/bytehubio/ed25519
[1/179] Fetching ed25519
Fetched https://github.com/bytehubio/ed25519 from cache (0.71s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (1.18s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (0.54s)
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/bytehubio/CryptoSwift
Working copy of https://github.com/bytehubio/CryptoSwift resolved at 1.8.1
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 4.5.0
Creating working copy for https://github.com/nerzh/swift-extensions-pack
Working copy of https://github.com/nerzh/swift-extensions-pack resolved at 2.2.4
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-net-layer
Working copy of https://github.com/nerzh/swift-net-layer resolved at 1.6.2
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
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.