The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build EthereumABI, reference 1.3.0 (6f4edb), with Swift 6.1 for Linux on 26 Apr 2025 04:38:48 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shamatar/EthereumABI.git
Reference: 1.3.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/shamatar/EthereumABI
 * tag               1.3.0      -> FETCH_HEAD
HEAD is now at 6f4edb9 fix changed signature
Cloned https://github.com/shamatar/EthereumABI.git
Revision (git rev-parse @):
6f4edb9fb3b46d7cdf5d6c4a304a88f014188733
SUCCESS checkout https://github.com/shamatar/EthereumABI.git at 1.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/shamatar/EthereumABI.git
https://github.com/shamatar/EthereumABI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "1.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "ethereumaddress",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/shamatar/EthereumAddress.git"
    }
  ],
  "manifest_display_name" : "EthereumABI",
  "name" : "EthereumABI",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "EthereumABI",
      "targets" : [
        "EthereumABI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4",
    "4.2"
  ],
  "targets" : [
    {
      "c99name" : "EthereumABI",
      "module_type" : "SwiftTarget",
      "name" : "EthereumABI",
      "path" : "EthereumABI",
      "product_dependencies" : [
        "CryptoSwift",
        "BigInt",
        "EthereumAddress"
      ],
      "product_memberships" : [
        "EthereumABI"
      ],
      "sources" : [
        "Classes/ABI.swift",
        "Classes/ABIDecoding.swift",
        "Classes/ABIElements.swift",
        "Classes/ABIEncoding.swift",
        "Classes/ABIExtensions.swift",
        "Classes/ABIParameterTypes.swift",
        "Classes/ABIParsing.swift",
        "Classes/ABITypeParser.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/shamatar/EthereumAddress.git
Fetching https://github.com/attaswift/BigInt.git
[1/210] Fetching ethereumaddress
[14/4981] Fetching ethereumaddress, bigint
[1261/17915] Fetching ethereumaddress, bigint, cryptoswift
Fetched https://github.com/attaswift/BigInt.git from cache (0.39s)
[2280/13144] Fetching ethereumaddress, cryptoswift
Fetched https://github.com/shamatar/EthereumAddress.git from cache (1.08s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.10s)
Computing version for https://github.com/shamatar/EthereumAddress.git
Computed https://github.com/shamatar/EthereumAddress.git at 1.3.0 (1.55s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 3.1.0 (1.81s)
Fetching https://github.com/attaswift/SipHash
[1/440] Fetching siphash
Fetched https://github.com/attaswift/SipHash from cache (0.20s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (0.65s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (0.45s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 3.1.0
Creating working copy for https://github.com/shamatar/EthereumAddress.git
Working copy of https://github.com/shamatar/EthereumAddress.git resolved at 1.3.0
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.0.0
Building for debugging...
[0/9] Write sources
[5/9] Write swift-version-24593BA9C3E375BF.txt
[7/81] Emitting module CryptoSwift
[8/90] Compiling SipHash SipHashable.swift
[9/90] Compiling SipHash SipHasher.swift
[10/90] Compiling SipHash Primitive Types.swift
[11/90] Emitting module SipHash
[12/90] Compiling SipHash RandomUInt64.swift
[13/91] Compiling CryptoSwift BlockEncryptor.swift
[14/91] Compiling CryptoSwift BlockMode.swift
[15/91] Compiling CryptoSwift BlockModeOptions.swift
[16/91] Compiling CryptoSwift CBC.swift
[17/91] Compiling CryptoSwift CCM.swift
[18/91] Compiling CryptoSwift CFB.swift
[19/91] Compiling CryptoSwift CTR.swift
[20/91] Compiling CryptoSwift CipherModeWorker.swift
[21/91] Compiling CryptoSwift ECB.swift
[22/91] Compiling CryptoSwift GCM.swift
[23/91] Wrapping AST for SipHash for debugging
[24/91] Write Objects.LinkFileList
[25/91] Linking libSipHash.so
[27/112] Compiling CryptoSwift String+Extension.swift
[28/112] Compiling CryptoSwift UInt128.swift
[29/112] Compiling CryptoSwift UInt16+Extension.swift
[30/112] Compiling CryptoSwift UInt32+Extension.swift
[31/112] Compiling CryptoSwift UInt64+Extension.swift
[32/112] Compiling CryptoSwift UInt8+Extension.swift
[33/112] Compiling CryptoSwift Updatable.swift
[34/112] Compiling CryptoSwift Utils.swift
[35/112] Compiling CryptoSwift ZeroPadding.swift
[36/112] Compiling BigInt Addition.swift
[37/112] Compiling BigInt BigInt.swift
[38/112] Compiling BigInt BigUInt.swift
[39/112] Compiling BigInt Bitwise Ops.swift
[40/112] Compiling BigInt Codable.swift
[41/112] Compiling BigInt Comparable.swift
[42/112] Compiling BigInt Data Conversion.swift
[43/112] Compiling BigInt Division.swift
[44/112] Compiling BigInt Exponentiation.swift
[45/112] Compiling BigInt Random.swift
[52/114] Compiling BigInt Strideable.swift
[53/114] Compiling BigInt String Conversion.swift
[54/114] Compiling BigInt Floating Point Conversion.swift
[55/114] Compiling BigInt GCD.swift
[56/114] Compiling BigInt Hashable.swift
[57/114] Emitting module BigInt
[59/114] Compiling BigInt Shifts.swift
[60/114] Compiling BigInt Square Root.swift
[61/114] Compiling BigInt Integer Conversion.swift
[62/114] Compiling BigInt Multiplication.swift
[63/114] Compiling BigInt Prime Test.swift
[67/114] Compiling CryptoSwift Cryptor.swift
[68/114] Compiling CryptoSwift Cryptors.swift
[69/114] Compiling CryptoSwift Digest.swift
[70/114] Compiling CryptoSwift DigestType.swift
[71/114] Compiling CryptoSwift AES+Foundation.swift
[72/114] Compiling CryptoSwift Array+Foundation.swift
[73/114] Compiling CryptoSwift Blowfish+Foundation.swift
[74/114] Compiling CryptoSwift ChaCha20+Foundation.swift
[75/114] Compiling CryptoSwift Data+Extension.swift
[77/114] Compiling BigInt Subtraction.swift
[78/114] Compiling BigInt Words and Bits.swift
[79/114] Compiling CryptoSwift CBCMAC.swift
[80/114] Compiling CryptoSwift CMAC.swift
[81/114] Compiling CryptoSwift ChaCha20.swift
[82/114] Compiling CryptoSwift Checksum.swift
[83/114] Compiling CryptoSwift Cipher.swift
[84/114] Compiling CryptoSwift Collection+Extension.swift
[85/114] Compiling CryptoSwift CompactMap.swift
[86/114] Compiling CryptoSwift HMAC+Foundation.swift
[87/114] Compiling CryptoSwift Rabbit+Foundation.swift
[88/114] Compiling CryptoSwift String+FoundationExtension.swift
[89/114] Compiling CryptoSwift Utils+Foundation.swift
[90/114] Compiling CryptoSwift Generics.swift
[91/114] Compiling CryptoSwift HKDF.swift
[92/114] Compiling CryptoSwift HMAC.swift
[93/114] Compiling CryptoSwift Int+Extension.swift
[94/114] Compiling CryptoSwift MD5.swift
[95/114] Compiling CryptoSwift Rabbit.swift
[96/114] Compiling CryptoSwift RandomBytesSequence.swift
[97/114] Compiling CryptoSwift SHA1.swift
[98/114] Compiling CryptoSwift SHA2.swift
[99/114] Compiling CryptoSwift SHA3.swift
[100/114] Compiling CryptoSwift Scrypt.swift
[101/114] Compiling CryptoSwift SecureBytes.swift
[102/114] Compiling CryptoSwift StreamDecryptor.swift
[103/114] Compiling CryptoSwift StreamEncryptor.swift
[117/119] Compiling EthereumAddress EthereumAddress.swift
[118/119] Compiling EthereumAddress Extensions.swift
[119/119] Emitting module EthereumAddress
[121/128] Emitting module EthereumABI
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:11:5: warning: 'public' modifier is redundant for struct declared in a public extension
  9 | public extension ABI {
 10 |     // JSON Decoding
 11 |     public struct Input: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 12 |         public var name: String?
 13 |         public var type: String
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:18:5: warning: 'public' modifier is redundant for struct declared in a public extension
 16 |     }
 17 |
 18 |     public struct Output: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 19 |         public var name: String?
 20 |         public var type: String
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:24:5: warning: 'public' modifier is redundant for struct declared in a public extension
 22 |     }
 23 |
 24 |     public struct Record: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 25 |         public var name: String?
 26 |         public var type: String?
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:35:5: warning: 'public' modifier is redundant for enum declared in a public extension
 33 |     }
 34 |
 35 |     public enum Element {
    |     `- warning: 'public' modifier is redundant for enum declared in a public extension
 36 |         public enum ArraySize { //bytes for convenience
 37 |             case staticSize(UInt64)
/host/spi-builder-workspace/EthereumABI/Classes/ABIParsing.swift:23:20: warning: static property 'typeEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 21 |
 22 |     enum TypeParsingExpressions {
 23 |         static var typeEatingRegex = "^((u?int|bytes)([1-9][0-9]*)|(address|bool|string|tuple|bytes)|(\\[([1-9][0-9]*)\\]))"
    |                    |- warning: static property 'typeEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'typeEatingRegex' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'typeEatingRegex' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |         static var arrayEatingRegex = "^(\\[([1-9][0-9]*)?\\])?.*$"
 25 |     }
/host/spi-builder-workspace/EthereumABI/Classes/ABIParsing.swift:24:20: warning: static property 'arrayEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |     enum TypeParsingExpressions {
 23 |         static var typeEatingRegex = "^((u?int|bytes)([1-9][0-9]*)|(address|bool|string|tuple|bytes)|(\\[([1-9][0-9]*)\\]))"
 24 |         static var arrayEatingRegex = "^(\\[([1-9][0-9]*)?\\])?.*$"
    |                    |- warning: static property 'arrayEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'arrayEatingRegex' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'arrayEatingRegex' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     }
 26 |
[122/129] Compiling EthereumABI ABIParameterTypes.swift
[123/129] Compiling EthereumABI ABIParsing.swift
/host/spi-builder-workspace/EthereumABI/Classes/ABIParsing.swift:23:20: warning: static property 'typeEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 21 |
 22 |     enum TypeParsingExpressions {
 23 |         static var typeEatingRegex = "^((u?int|bytes)([1-9][0-9]*)|(address|bool|string|tuple|bytes)|(\\[([1-9][0-9]*)\\]))"
    |                    |- warning: static property 'typeEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'typeEatingRegex' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'typeEatingRegex' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 24 |         static var arrayEatingRegex = "^(\\[([1-9][0-9]*)?\\])?.*$"
 25 |     }
/host/spi-builder-workspace/EthereumABI/Classes/ABIParsing.swift:24:20: warning: static property 'arrayEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 22 |     enum TypeParsingExpressions {
 23 |         static var typeEatingRegex = "^((u?int|bytes)([1-9][0-9]*)|(address|bool|string|tuple|bytes)|(\\[([1-9][0-9]*)\\]))"
 24 |         static var arrayEatingRegex = "^(\\[([1-9][0-9]*)?\\])?.*$"
    |                    |- warning: static property 'arrayEatingRegex' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'arrayEatingRegex' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'arrayEatingRegex' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 25 |     }
 26 |
[124/129] Compiling EthereumABI ABI.swift
[125/129] Compiling EthereumABI ABIDecoding.swift
/host/spi-builder-workspace/EthereumABI/Classes/ABIDecoding.swift:198:21: error: cannot find 'UINT64_MAX' in scope
196 |             let dataSlice = data[pointer ..< pointer + type.memoryUsage]
197 |             let bn = BigUInt(dataSlice)
198 |             if bn > UINT64_MAX || bn >= data.count {
    |                     `- error: cannot find 'UINT64_MAX' in scope
199 |                 // there are ERC20 contracts that use bytes32 intead of string. Let's be optimistic and return some data
200 |                 if case .string = type {
/usr/include/stdint.h:130:10: note: macro 'UINT64_MAX' unavailable: structure not supported
128 | # define UINT16_MAX		(65535)
129 | # define UINT32_MAX		(4294967295U)
130 | # define UINT64_MAX		(__UINT64_C(18446744073709551615))
    |          `- note: macro 'UINT64_MAX' unavailable: structure not supported
131 |
132 |
[126/129] Compiling EthereumABI ABIElements.swift
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:11:5: warning: 'public' modifier is redundant for struct declared in a public extension
  9 | public extension ABI {
 10 |     // JSON Decoding
 11 |     public struct Input: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 12 |         public var name: String?
 13 |         public var type: String
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:18:5: warning: 'public' modifier is redundant for struct declared in a public extension
 16 |     }
 17 |
 18 |     public struct Output: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 19 |         public var name: String?
 20 |         public var type: String
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:24:5: warning: 'public' modifier is redundant for struct declared in a public extension
 22 |     }
 23 |
 24 |     public struct Record: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 25 |         public var name: String?
 26 |         public var type: String?
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:35:5: warning: 'public' modifier is redundant for enum declared in a public extension
 33 |     }
 34 |
 35 |     public enum Element {
    |     `- warning: 'public' modifier is redundant for enum declared in a public extension
 36 |         public enum ArraySize { //bytes for convenience
 37 |             case staticSize(UInt64)
[127/129] Compiling EthereumABI ABIExtensions.swift
[128/129] Compiling EthereumABI ABIEncoding.swift
[129/129] Compiling EthereumABI ABITypeParser.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling SipHash SipHashable.swift
[3/76] Compiling SipHash Primitive Types.swift
[4/76] Emitting module SipHash
[5/76] Compiling SipHash RandomUInt64.swift
[6/76] Compiling SipHash SipHasher.swift
[7/76] Write Objects.LinkFileList
[8/76] Linking libSipHash.so
[10/76] Compiling CryptoSwift Cryptor.swift
[11/76] Compiling CryptoSwift Cryptors.swift
[12/76] Compiling CryptoSwift Digest.swift
[13/76] Compiling CryptoSwift DigestType.swift
[14/76] Compiling CryptoSwift AES+Foundation.swift
[15/76] Compiling CryptoSwift Array+Foundation.swift
[16/76] Compiling CryptoSwift Blowfish+Foundation.swift
[17/76] Compiling CryptoSwift ChaCha20+Foundation.swift
[18/76] Compiling CryptoSwift Data+Extension.swift
[19/76] Compiling CryptoSwift HMAC+Foundation.swift
[20/76] Compiling CryptoSwift Rabbit+Foundation.swift
[21/76] Compiling CryptoSwift String+FoundationExtension.swift
[22/76] Compiling CryptoSwift Utils+Foundation.swift
[23/76] Compiling CryptoSwift Generics.swift
[24/76] Compiling CryptoSwift HKDF.swift
[25/76] Compiling CryptoSwift HMAC.swift
[26/76] Compiling CryptoSwift Int+Extension.swift
[27/76] Compiling CryptoSwift MD5.swift
[28/106] Compiling CryptoSwift NoPadding.swift
[29/106] Compiling CryptoSwift Operators.swift
[30/106] Compiling CryptoSwift PBKDF1.swift
[31/106] Compiling CryptoSwift PBKDF2.swift
[32/106] Compiling CryptoSwift PKCS5.swift
[33/106] Compiling CryptoSwift PKCS7.swift
[34/106] Compiling CryptoSwift PKCS7Padding.swift
[35/106] Compiling CryptoSwift Padding.swift
[36/106] Compiling CryptoSwift Poly1305.swift
[37/106] Compiling BigInt Division.swift
[38/106] Compiling BigInt Exponentiation.swift
[39/106] Compiling BigInt Random.swift
[40/106] Compiling BigInt Shifts.swift
[41/106] Compiling BigInt Square Root.swift
[42/106] Compiling BigInt Integer Conversion.swift
[43/106] Compiling BigInt Multiplication.swift
[44/106] Compiling BigInt Prime Test.swift
[45/106] Compiling BigInt Strideable.swift
[46/106] Compiling BigInt String Conversion.swift
[47/106] Compiling BigInt Addition.swift
[48/106] Compiling BigInt BigInt.swift
[49/106] Compiling BigInt BigUInt.swift
[50/106] Emitting module BigInt
[51/106] Compiling BigInt Bitwise Ops.swift
[52/106] Compiling BigInt Codable.swift
[53/106] Compiling BigInt Comparable.swift
[56/108] Compiling BigInt Floating Point Conversion.swift
[57/108] Compiling BigInt GCD.swift
[58/108] Compiling BigInt Hashable.swift
[65/108] Compiling BigInt Data Conversion.swift
[68/108] Compiling CryptoSwift String+Extension.swift
[69/108] Compiling CryptoSwift UInt128.swift
[70/108] Compiling CryptoSwift UInt16+Extension.swift
[71/108] Compiling CryptoSwift UInt32+Extension.swift
[72/108] Compiling CryptoSwift UInt64+Extension.swift
[73/108] Compiling CryptoSwift UInt8+Extension.swift
[74/108] Compiling CryptoSwift Updatable.swift
[75/108] Compiling CryptoSwift Utils.swift
[76/108] Compiling CryptoSwift ZeroPadding.swift
[77/108] Compiling BigInt Subtraction.swift
[78/108] Compiling BigInt Words and Bits.swift
[80/109] Emitting module CryptoSwift
[91/109] Compiling CryptoSwift Rabbit.swift
[92/109] Compiling CryptoSwift RandomBytesSequence.swift
[93/109] Compiling CryptoSwift SHA1.swift
[94/109] Compiling CryptoSwift SHA2.swift
[95/109] Compiling CryptoSwift SHA3.swift
[96/109] Compiling CryptoSwift Scrypt.swift
[97/109] Compiling CryptoSwift SecureBytes.swift
[98/109] Compiling CryptoSwift StreamDecryptor.swift
[99/109] Compiling CryptoSwift StreamEncryptor.swift
[100/109] Compiling CryptoSwift OFB.swift
[101/109] Compiling CryptoSwift PCBC.swift
[102/109] Compiling CryptoSwift Blowfish.swift
[103/109] Compiling CryptoSwift CBCMAC.swift
[104/109] Compiling CryptoSwift CMAC.swift
[105/109] Compiling CryptoSwift ChaCha20.swift
[106/109] Compiling CryptoSwift Checksum.swift
[107/109] Compiling CryptoSwift Cipher.swift
[108/109] Compiling CryptoSwift Collection+Extension.swift
[109/109] Compiling CryptoSwift CompactMap.swift
[111/113] Compiling EthereumAddress EthereumAddress.swift
[112/113] Compiling EthereumAddress Extensions.swift
[113/113] Emitting module EthereumAddress
[115/122] Compiling EthereumABI ABIParsing.swift
[116/123] Compiling EthereumABI ABI.swift
[117/123] Emitting module EthereumABI
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:11:5: warning: 'public' modifier is redundant for struct declared in a public extension
  9 | public extension ABI {
 10 |     // JSON Decoding
 11 |     public struct Input: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 12 |         public var name: String?
 13 |         public var type: String
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:18:5: warning: 'public' modifier is redundant for struct declared in a public extension
 16 |     }
 17 |
 18 |     public struct Output: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 19 |         public var name: String?
 20 |         public var type: String
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:24:5: warning: 'public' modifier is redundant for struct declared in a public extension
 22 |     }
 23 |
 24 |     public struct Record: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 25 |         public var name: String?
 26 |         public var type: String?
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:35:5: warning: 'public' modifier is redundant for enum declared in a public extension
 33 |     }
 34 |
 35 |     public enum Element {
    |     `- warning: 'public' modifier is redundant for enum declared in a public extension
 36 |         public enum ArraySize { //bytes for convenience
 37 |             case staticSize(UInt64)
[118/123] Compiling EthereumABI ABIParameterTypes.swift
[119/123] Compiling EthereumABI ABIDecoding.swift
/host/spi-builder-workspace/EthereumABI/Classes/ABIDecoding.swift:198:21: error: cannot find 'UINT64_MAX' in scope
196 |             let dataSlice = data[pointer ..< pointer + type.memoryUsage]
197 |             let bn = BigUInt(dataSlice)
198 |             if bn > UINT64_MAX || bn >= data.count {
    |                     `- error: cannot find 'UINT64_MAX' in scope
199 |                 // there are ERC20 contracts that use bytes32 intead of string. Let's be optimistic and return some data
200 |                 if case .string = type {
/usr/include/stdint.h:130:10: note: macro 'UINT64_MAX' unavailable: structure not supported
128 | # define UINT16_MAX		(65535)
129 | # define UINT32_MAX		(4294967295U)
130 | # define UINT64_MAX		(__UINT64_C(18446744073709551615))
    |          `- note: macro 'UINT64_MAX' unavailable: structure not supported
131 |
132 |
[120/123] Compiling EthereumABI ABITypeParser.swift
[121/123] Compiling EthereumABI ABIEncoding.swift
[122/123] Compiling EthereumABI ABIExtensions.swift
[123/123] Compiling EthereumABI ABIElements.swift
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:11:5: warning: 'public' modifier is redundant for struct declared in a public extension
  9 | public extension ABI {
 10 |     // JSON Decoding
 11 |     public struct Input: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 12 |         public var name: String?
 13 |         public var type: String
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:18:5: warning: 'public' modifier is redundant for struct declared in a public extension
 16 |     }
 17 |
 18 |     public struct Output: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 19 |         public var name: String?
 20 |         public var type: String
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:24:5: warning: 'public' modifier is redundant for struct declared in a public extension
 22 |     }
 23 |
 24 |     public struct Record: Decodable {
    |     `- warning: 'public' modifier is redundant for struct declared in a public extension
 25 |         public var name: String?
 26 |         public var type: String?
/host/spi-builder-workspace/EthereumABI/Classes/ABIElements.swift:35:5: warning: 'public' modifier is redundant for enum declared in a public extension
 33 |     }
 34 |
 35 |     public enum Element {
    |     `- warning: 'public' modifier is redundant for enum declared in a public extension
 36 |         public enum ArraySize { //bytes for convenience
 37 |             case staticSize(UInt64)
BUILD FAILURE 6.1 linux