The Swift Package Index logo.Swift Package Index

Build Information

Failed to build EthereumABI with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/shamatar/EthereumABI.git
Reference: 1.3.0
Cloned https://github.com/shamatar/EthereumABI.git into spi-builder-workspace
SUCCESS checkout https://github.com/shamatar/EthereumABI.git at 1.3.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/shamatar/EthereumAddress.git
Fetching https://github.com/attaswift/SipHash
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[3/210] Fetching ethereumaddress
[211/650] Fetching ethereumaddress, siphash
[651/13077] Fetching ethereumaddress, siphash, cryptoswift
Fetching https://github.com/attaswift/BigInt.git
Fetched https://github.com/shamatar/EthereumAddress.git (1.41s)
Fetched https://github.com/attaswift/SipHash (1.41s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (1.43s)
[1/3085] Fetching bigint
Fetched https://github.com/attaswift/BigInt.git (0.37s)
Computing version for https://github.com/shamatar/EthereumAddress.git
Computed https://github.com/shamatar/EthereumAddress.git at 1.3.0 (0.27s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 3.1.0 (0.93s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.0.0 (0.29s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (0.28s)
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...
[1/74] Emitting module CryptoSwift
[2/83] Compiling SipHash SipHashable.swift
[3/83] Compiling SipHash SipHasher.swift
[4/83] Compiling SipHash Primitive Types.swift
[5/83] Emitting module SipHash
[6/83] Compiling SipHash RandomUInt64.swift
[8/85] Wrapping AST for SipHash for debugging
[9/85] Linking libSipHash.so
[11/106] Compiling BigInt Strideable.swift
[12/106] Compiling BigInt String Conversion.swift
[13/108] Compiling CryptoSwift String+Extension.swift
[14/108] Compiling CryptoSwift UInt128.swift
[15/108] Compiling CryptoSwift UInt16+Extension.swift
[16/108] Compiling CryptoSwift UInt32+Extension.swift
[17/108] Compiling CryptoSwift UInt64+Extension.swift
[18/108] Compiling CryptoSwift UInt8+Extension.swift
[19/108] Compiling CryptoSwift Updatable.swift
[20/108] Compiling CryptoSwift Utils.swift
[21/108] Compiling CryptoSwift ZeroPadding.swift
[22/108] Compiling BigInt Subtraction.swift
[23/108] Compiling BigInt Words and Bits.swift
[24/108] Compiling CryptoSwift AES.Cryptors.swift
[25/108] Compiling CryptoSwift AES.swift
[26/108] Compiling CryptoSwift Array+Extension.swift
[27/108] Compiling CryptoSwift Authenticator.swift
[28/108] Compiling CryptoSwift BatchedCollection.swift
[29/108] Compiling CryptoSwift Bit.swift
[30/108] Compiling CryptoSwift BlockCipher.swift
[31/108] Compiling CryptoSwift BlockDecryptor.swift
[32/108] Compiling BigInt Bitwise Ops.swift
[33/108] Compiling BigInt Codable.swift
[34/108] Compiling BigInt Comparable.swift
[35/108] Compiling BigInt Data Conversion.swift
[36/108] Compiling BigInt Division.swift
[37/108] Compiling BigInt Exponentiation.swift
[38/108] Compiling BigInt Addition.swift
[39/108] Compiling BigInt BigInt.swift
[40/108] Compiling BigInt BigUInt.swift
[41/108] Compiling BigInt Floating Point Conversion.swift
[42/108] Emitting module BigInt
[43/108] Compiling BigInt Integer Conversion.swift
[44/108] Compiling BigInt Multiplication.swift
[45/108] Compiling BigInt Prime Test.swift
[47/108] Compiling BigInt GCD.swift
[48/108] Compiling BigInt Hashable.swift
[49/108] Compiling BigInt Random.swift
[50/108] Compiling BigInt Shifts.swift
[51/108] Compiling BigInt Square Root.swift
[75/110] Compiling CryptoSwift NoPadding.swift
[76/110] Compiling CryptoSwift Operators.swift
[77/110] Compiling CryptoSwift PBKDF1.swift
[78/110] Compiling CryptoSwift PBKDF2.swift
[79/110] Compiling CryptoSwift PKCS5.swift
[80/110] Compiling CryptoSwift PKCS7.swift
[81/110] Compiling CryptoSwift PKCS7Padding.swift
[82/110] Compiling CryptoSwift Padding.swift
[83/110] Compiling CryptoSwift Poly1305.swift
[84/110] Compiling CryptoSwift Rabbit.swift
[85/110] Compiling CryptoSwift RandomBytesSequence.swift
[86/110] Compiling CryptoSwift SHA1.swift
[87/110] Compiling CryptoSwift SHA2.swift
[88/110] Compiling CryptoSwift SHA3.swift
[89/110] Compiling CryptoSwift Scrypt.swift
[90/110] Compiling CryptoSwift SecureBytes.swift
[91/110] Compiling CryptoSwift StreamDecryptor.swift
[92/110] Compiling CryptoSwift StreamEncryptor.swift
[93/110] Compiling CryptoSwift Cryptor.swift
[94/110] Compiling CryptoSwift Cryptors.swift
[95/110] Compiling CryptoSwift Digest.swift
[96/110] Compiling CryptoSwift DigestType.swift
[97/110] Compiling CryptoSwift AES+Foundation.swift
[98/110] Compiling CryptoSwift Array+Foundation.swift
[99/110] Compiling CryptoSwift Blowfish+Foundation.swift
[100/110] Compiling CryptoSwift ChaCha20+Foundation.swift
[101/110] Compiling CryptoSwift Data+Extension.swift
[102/110] Compiling CryptoSwift HMAC+Foundation.swift
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_AF_Ts5' (generic pre-specialization <Swift.UInt8> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Si_Ts5' (generic pre-specialization <Swift.Int> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Su_Ts5' (generic pre-specialization <Swift.UInt> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt16V_Ts5' (generic pre-specialization <Swift.UInt16> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt32V_Ts5' (generic pre-specialization <Swift.UInt32> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt64V_Ts5' (generic pre-specialization <Swift.UInt64> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: please submit a bug report (https://swift.org/contributing/#reporting-bugs), and add '-Xfrontend -validate-tbd-against-ir=none' to squash the errors
[103/110] Compiling CryptoSwift Rabbit+Foundation.swift
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_AF_Ts5' (generic pre-specialization <Swift.UInt8> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Si_Ts5' (generic pre-specialization <Swift.Int> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Su_Ts5' (generic pre-specialization <Swift.UInt> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt16V_Ts5' (generic pre-specialization <Swift.UInt16> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt32V_Ts5' (generic pre-specialization <Swift.UInt32> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt64V_Ts5' (generic pre-specialization <Swift.UInt64> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: please submit a bug report (https://swift.org/contributing/#reporting-bugs), and add '-Xfrontend -validate-tbd-against-ir=none' to squash the errors
[104/110] Compiling CryptoSwift String+FoundationExtension.swift
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_AF_Ts5' (generic pre-specialization <Swift.UInt8> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Si_Ts5' (generic pre-specialization <Swift.Int> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Su_Ts5' (generic pre-specialization <Swift.UInt> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt16V_Ts5' (generic pre-specialization <Swift.UInt16> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt32V_Ts5' (generic pre-specialization <Swift.UInt32> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt64V_Ts5' (generic pre-specialization <Swift.UInt64> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: please submit a bug report (https://swift.org/contributing/#reporting-bugs), and add '-Xfrontend -validate-tbd-against-ir=none' to squash the errors
[105/110] Compiling CryptoSwift Utils+Foundation.swift
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_AF_Ts5' (generic pre-specialization <Swift.UInt8> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Si_Ts5' (generic pre-specialization <Swift.Int> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Su_Ts5' (generic pre-specialization <Swift.UInt> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt16V_Ts5' (generic pre-specialization <Swift.UInt16> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt32V_Ts5' (generic pre-specialization <Swift.UInt32> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt64V_Ts5' (generic pre-specialization <Swift.UInt64> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: please submit a bug report (https://swift.org/contributing/#reporting-bugs), and add '-Xfrontend -validate-tbd-against-ir=none' to squash the errors
[106/110] Compiling CryptoSwift Generics.swift
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_AF_Ts5' (generic pre-specialization <Swift.UInt8> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Si_Ts5' (generic pre-specialization <Swift.Int> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Su_Ts5' (generic pre-specialization <Swift.UInt> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt16V_Ts5' (generic pre-specialization <Swift.UInt16> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt32V_Ts5' (generic pre-specialization <Swift.UInt32> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt64V_Ts5' (generic pre-specialization <Swift.UInt64> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: please submit a bug report (https://swift.org/contributing/#reporting-bugs), and add '-Xfrontend -validate-tbd-against-ir=none' to squash the errors
[107/110] Compiling CryptoSwift HKDF.swift
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_AF_Ts5' (generic pre-specialization <Swift.UInt8> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Si_Ts5' (generic pre-specialization <Swift.Int> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Su_Ts5' (generic pre-specialization <Swift.UInt> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt16V_Ts5' (generic pre-specialization <Swift.UInt16> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt32V_Ts5' (generic pre-specialization <Swift.UInt32> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt64V_Ts5' (generic pre-specialization <Swift.UInt64> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: please submit a bug report (https://swift.org/contributing/#reporting-bugs), and add '-Xfrontend -validate-tbd-against-ir=none' to squash the errors
[108/110] Compiling CryptoSwift HMAC.swift
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_AF_Ts5' (generic pre-specialization <Swift.UInt8> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Si_Ts5' (generic pre-specialization <Swift.Int> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Su_Ts5' (generic pre-specialization <Swift.UInt> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt16V_Ts5' (generic pre-specialization <Swift.UInt16> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt32V_Ts5' (generic pre-specialization <Swift.UInt32> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt64V_Ts5' (generic pre-specialization <Swift.UInt64> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: please submit a bug report (https://swift.org/contributing/#reporting-bugs), and add '-Xfrontend -validate-tbd-against-ir=none' to squash the errors
[109/110] Compiling CryptoSwift Int+Extension.swift
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_AF_Ts5' (generic pre-specialization <Swift.UInt8> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Si_Ts5' (generic pre-specialization <Swift.Int> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Su_Ts5' (generic pre-specialization <Swift.UInt> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt16V_Ts5' (generic pre-specialization <Swift.UInt16> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt32V_Ts5' (generic pre-specialization <Swift.UInt32> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt64V_Ts5' (generic pre-specialization <Swift.UInt64> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: please submit a bug report (https://swift.org/contributing/#reporting-bugs), and add '-Xfrontend -validate-tbd-against-ir=none' to squash the errors
[110/110] Compiling CryptoSwift MD5.swift
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_AF_Ts5' (generic pre-specialization <Swift.UInt8> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Si_Ts5' (generic pre-specialization <Swift.Int> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_Su_Ts5' (generic pre-specialization <Swift.UInt> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt16V_Ts5' (generic pre-specialization <Swift.UInt16> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt32V_Ts5' (generic pre-specialization <Swift.UInt32> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: symbol '$s11CryptoSwift12arrayOfBytes5value6lengthSays5UInt8VGx_Sits17FixedWidthIntegerRzlFfA0_s6UInt64V_Ts5' (generic pre-specialization <Swift.UInt64> of default argument 1 of CryptoSwift.arrayOfBytes<A where A: Swift.FixedWidthInteger>(value: A, length: Swift.Int) -> Swift.Array<Swift.UInt8>) is in generated IR file, but not in TBD file
<unknown>:0: error: please submit a bug report (https://swift.org/contributing/#reporting-bugs), and add '-Xfrontend -validate-tbd-against-ir=none' to squash the errors
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1