Build Information
Failed to build EthereumABI, reference 1.3.0 (6f4edb), with Swift 6.3 for Linux on 11 Apr 2026 21:50:22 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path: $PWD
https://github.com/shamatar/EthereumABI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetching https://github.com/shamatar/EthereumAddress.git
Fetching https://github.com/attaswift/BigInt.git
[1/4878] Fetching bigint
[343/5088] Fetching bigint, ethereumaddress
[830/18429] Fetching bigint, ethereumaddress, cryptoswift
Fetched https://github.com/shamatar/EthereumAddress.git from cache (0.51s)
Fetched https://github.com/attaswift/BigInt.git from cache (0.52s)
[2002/13341] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.54s)
Computing version for https://github.com/shamatar/EthereumAddress.git
Computed https://github.com/shamatar/EthereumAddress.git at 1.3.0 (1.96s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 3.1.0 (4.42s)
Fetching https://github.com/attaswift/SipHash
[1/440] Fetching siphash
Fetched https://github.com/attaswift/SipHash from cache (0.32s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (1.35s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (0.71s)
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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 3.1.0
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.0.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
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] Emitting module SipHash
[11/90] Compiling SipHash RandomUInt64.swift
[12/90] Compiling SipHash Primitive Types.swift
[14/91] Compiling CryptoSwift Rabbit.swift
[15/91] Compiling CryptoSwift RandomBytesSequence.swift
[16/91] Compiling CryptoSwift SHA1.swift
[17/91] Compiling CryptoSwift SHA2.swift
[18/91] Compiling CryptoSwift SHA3.swift
[19/91] Compiling CryptoSwift Scrypt.swift
[20/91] Compiling CryptoSwift SecureBytes.swift
[21/91] Compiling CryptoSwift StreamDecryptor.swift
[22/91] Compiling CryptoSwift StreamEncryptor.swift
[23/91] Compiling CryptoSwift BlockEncryptor.swift
[24/91] Compiling CryptoSwift BlockMode.swift
[25/91] Compiling CryptoSwift BlockModeOptions.swift
[26/91] Compiling CryptoSwift CBC.swift
[27/91] Compiling CryptoSwift CCM.swift
[28/91] Compiling CryptoSwift CFB.swift
[29/91] Compiling CryptoSwift CTR.swift
[30/91] Compiling CryptoSwift CipherModeWorker.swift
[31/91] Compiling CryptoSwift ECB.swift
[32/91] Compiling CryptoSwift GCM.swift
[33/91] Compiling CryptoSwift NoPadding.swift
[34/91] Compiling CryptoSwift Operators.swift
[35/91] Compiling CryptoSwift PBKDF1.swift
[36/91] Compiling CryptoSwift PBKDF2.swift
[37/91] Compiling CryptoSwift PKCS5.swift
[38/91] Compiling CryptoSwift PKCS7.swift
[39/91] Compiling CryptoSwift PKCS7Padding.swift
[40/91] Compiling CryptoSwift Padding.swift
[41/91] Compiling CryptoSwift Poly1305.swift
[42/91] Compiling CryptoSwift HMAC+Foundation.swift
[43/91] Compiling CryptoSwift Rabbit+Foundation.swift
[44/91] Compiling CryptoSwift String+FoundationExtension.swift
[45/91] Compiling CryptoSwift Utils+Foundation.swift
[46/91] Compiling CryptoSwift Generics.swift
[47/91] Compiling CryptoSwift HKDF.swift
[48/91] Compiling CryptoSwift HMAC.swift
[49/91] Compiling CryptoSwift Int+Extension.swift
[50/91] Compiling CryptoSwift MD5.swift
[51/91] Compiling CryptoSwift OFB.swift
[52/91] Compiling CryptoSwift PCBC.swift
[53/91] Compiling CryptoSwift Blowfish.swift
[54/91] Compiling CryptoSwift CBCMAC.swift
[55/91] Compiling CryptoSwift CMAC.swift
[56/91] Compiling CryptoSwift ChaCha20.swift
[57/91] Compiling CryptoSwift Checksum.swift
[58/91] Compiling CryptoSwift Cipher.swift
[59/91] Compiling CryptoSwift Collection+Extension.swift
[60/91] Compiling CryptoSwift CompactMap.swift
[61/91] Compiling CryptoSwift String+Extension.swift
[62/91] Compiling CryptoSwift UInt128.swift
[63/91] Compiling CryptoSwift UInt16+Extension.swift
[64/91] Compiling CryptoSwift UInt32+Extension.swift
[65/91] Compiling CryptoSwift UInt64+Extension.swift
[66/91] Compiling CryptoSwift UInt8+Extension.swift
[67/91] Compiling CryptoSwift Updatable.swift
[68/91] Compiling CryptoSwift Utils.swift
[69/91] Compiling CryptoSwift ZeroPadding.swift
[70/91] Compiling CryptoSwift Cryptor.swift
[71/91] Compiling CryptoSwift Cryptors.swift
[72/91] Compiling CryptoSwift Digest.swift
[73/91] Compiling CryptoSwift DigestType.swift
[74/91] Compiling CryptoSwift AES+Foundation.swift
[75/91] Compiling CryptoSwift Array+Foundation.swift
[76/91] Compiling CryptoSwift Blowfish+Foundation.swift
[77/91] Compiling CryptoSwift ChaCha20+Foundation.swift
[78/91] Compiling CryptoSwift Data+Extension.swift
[79/91] Compiling CryptoSwift AEAD.swift
[80/91] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[81/91] Compiling CryptoSwift AES.Cryptors.swift
[82/91] Compiling CryptoSwift AES.swift
[83/91] Compiling CryptoSwift Array+Extension.swift
[84/91] Compiling CryptoSwift Authenticator.swift
[85/91] Compiling CryptoSwift BatchedCollection.swift
[86/91] Compiling CryptoSwift Bit.swift
[87/91] Compiling CryptoSwift BlockCipher.swift
[88/91] Compiling CryptoSwift BlockDecryptor.swift
[89/92] Wrapping AST for SipHash for debugging
[90/95] Write Objects.LinkFileList
[92/95] Compiling EthereumAddress EthereumAddress.swift
[93/95] Compiling EthereumAddress Extensions.swift
[94/95] Emitting module EthereumAddress
[95/96] Linking libSipHash.so
[97/117] Compiling BigInt Floating Point Conversion.swift
[98/117] Compiling BigInt GCD.swift
[99/117] Compiling BigInt Hashable.swift
[100/119] Compiling BigInt Bitwise Ops.swift
[101/119] Compiling BigInt Codable.swift
[102/119] Compiling BigInt Comparable.swift
[103/119] Compiling BigInt Addition.swift
[104/119] Compiling BigInt BigInt.swift
[105/119] Compiling BigInt BigUInt.swift
[106/119] Emitting module BigInt
[107/119] Compiling BigInt Random.swift
[108/119] Compiling BigInt Shifts.swift
[109/119] Compiling BigInt Square Root.swift
[110/119] Compiling BigInt Integer Conversion.swift
[111/119] Compiling BigInt Multiplication.swift
[112/119] Compiling BigInt Prime Test.swift
[113/119] Compiling BigInt Data Conversion.swift
[114/119] Compiling BigInt Division.swift
[115/119] Compiling BigInt Exponentiation.swift
[116/119] Compiling BigInt Strideable.swift
[117/119] Compiling BigInt String Conversion.swift
[118/119] Compiling BigInt Subtraction.swift
[119/119] Compiling BigInt Words and Bits.swift
[121/128] Compiling EthereumABI ABIParameterTypes.swift
[122/128] Compiling EthereumABI ABIParsing.swift
[123/129] Compiling EthereumABI ABIEncoding.swift
[124/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 |
[125/129] 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)
[126/129] Compiling EthereumABI ABI.swift
[127/129] Compiling EthereumABI ABIExtensions.swift
[128/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)
[129/129] Compiling EthereumABI ABITypeParser.swift
BUILD FAILURE 6.3 linux