The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Cryptex with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/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/trsathya/cryptex.git
Reference: master
Cloned https://github.com/trsathya/cryptex.git into spi-builder-workspace
SUCCESS checkout https://github.com/trsathya/cryptex.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12427] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git (1.22s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.7.2 (0.29s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.7.2
Building for debugging...
[1/98] Compiling CryptoSwift Hashable.swift
[2/98] Compiling CryptoSwift Integer Conversion.swift
[3/98] Compiling CryptoSwift Multiplication.swift
[4/98] Compiling CryptoSwift Prime Test.swift
[5/98] Compiling CryptoSwift Random.swift
[6/98] Compiling CryptoSwift Shifts.swift
[7/98] Compiling CryptoSwift Square Root.swift
[8/98] Compiling CryptoSwift Strideable.swift
[9/98] Compiling CryptoSwift String Conversion.swift
[10/98] Compiling CryptoSwift Subtraction.swift
[11/98] Compiling CryptoSwift Words and Bits.swift
[12/98] Compiling CryptoSwift ChaCha20.swift
[13/98] Compiling CryptoSwift Checksum.swift
[14/98] Compiling CryptoSwift Cipher.swift
[15/111] Emitting module CryptoSwift
[16/111] Compiling CryptoSwift AEAD.swift
[17/111] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[18/111] Compiling CryptoSwift AES.Cryptors.swift
[19/111] Compiling CryptoSwift AES.swift
[20/111] Compiling CryptoSwift ASN1.swift
[21/111] Compiling CryptoSwift ASN1Decoder.swift
[22/111] Compiling CryptoSwift ASN1Encoder.swift
[23/111] Compiling CryptoSwift ASN1Scanner.swift
[24/111] Compiling CryptoSwift Array+Extension.swift
[25/111] Compiling CryptoSwift Authenticator.swift
[26/111] Compiling CryptoSwift BatchedCollection.swift
[27/111] Compiling CryptoSwift Bit.swift
[28/111] Compiling CryptoSwift BlockCipher.swift
[29/111] Compiling CryptoSwift BlockDecryptor.swift
[30/111] Compiling CryptoSwift BlockEncryptor.swift
[31/111] Compiling CryptoSwift BlockMode.swift
[32/111] Compiling CryptoSwift BlockModeOptions.swift
[33/111] Compiling CryptoSwift CBC.swift
[34/111] Compiling CryptoSwift CCM.swift
[35/111] Compiling CryptoSwift CFB.swift
[36/111] Compiling CryptoSwift CTR.swift
[37/111] Compiling CryptoSwift CipherModeWorker.swift
[38/111] Compiling CryptoSwift ECB.swift
[39/111] Compiling CryptoSwift GCM.swift
[40/111] Compiling CryptoSwift OCB.swift
[41/111] Compiling CryptoSwift OFB.swift
[42/111] Compiling CryptoSwift PCBC.swift
[43/111] Compiling CryptoSwift Blowfish.swift
[44/111] Compiling CryptoSwift SecureBytes.swift
[45/111] Compiling CryptoSwift Signature.swift
[46/111] Compiling CryptoSwift StreamDecryptor.swift
[47/111] Compiling CryptoSwift StreamEncryptor.swift
[48/111] Compiling CryptoSwift String+Extension.swift
[49/111] Compiling CryptoSwift UInt128.swift
[50/111] Compiling CryptoSwift UInt16+Extension.swift
[51/111] Compiling CryptoSwift UInt32+Extension.swift
[52/111] Compiling CryptoSwift UInt64+Extension.swift
[53/111] Compiling CryptoSwift UInt8+Extension.swift
[54/111] Compiling CryptoSwift Updatable.swift
[55/111] Compiling CryptoSwift Utils.swift
[56/111] Compiling CryptoSwift ZeroPadding.swift
[57/111] Compiling CryptoSwift Collection+Extension.swift
[58/111] Compiling CryptoSwift CompactMap.swift
[59/111] Compiling CryptoSwift Cryptor.swift
[60/111] Compiling CryptoSwift Cryptors.swift
[61/111] Compiling CryptoSwift Digest.swift
[62/111] Compiling CryptoSwift DigestType.swift
[63/111] Compiling CryptoSwift AES+Foundation.swift
[64/111] Compiling CryptoSwift Array+Foundation.swift
[65/111] Compiling CryptoSwift Blowfish+Foundation.swift
[66/111] Compiling CryptoSwift ChaCha20+Foundation.swift
[67/111] Compiling CryptoSwift Data+Extension.swift
[68/111] Compiling CryptoSwift HMAC+Foundation.swift
[69/111] Compiling CryptoSwift Rabbit+Foundation.swift
[70/111] Compiling CryptoSwift String+FoundationExtension.swift
[71/111] Compiling CryptoSwift CBCMAC.swift
[72/111] Compiling CryptoSwift CMAC.swift
[73/111] Compiling CryptoSwift Addition.swift
[74/111] Compiling CryptoSwift BigInt.swift
[75/111] Compiling CryptoSwift BigUInt.swift
[76/111] Compiling CryptoSwift Bitwise Ops.swift
[77/111] Compiling CryptoSwift CS.swift
[78/111] Compiling CryptoSwift Codable.swift
[79/111] Compiling CryptoSwift Comparable.swift
[80/111] Compiling CryptoSwift Data Conversion.swift
[81/111] Compiling CryptoSwift Division.swift
[82/111] Compiling CryptoSwift Exponentiation.swift
[83/111] Compiling CryptoSwift Floating Point Conversion.swift
[84/111] Compiling CryptoSwift GCD.swift
[85/111] Compiling CryptoSwift Utils+Foundation.swift
[86/111] Compiling CryptoSwift Generics.swift
[87/111] Compiling CryptoSwift HKDF.swift
[88/111] Compiling CryptoSwift HMAC.swift
[89/111] Compiling CryptoSwift ISO10126Padding.swift
[90/111] Compiling CryptoSwift ISO78164Padding.swift
[91/111] Compiling CryptoSwift Int+Extension.swift
[92/111] Compiling CryptoSwift MD5.swift
[93/111] Compiling CryptoSwift NoPadding.swift
[94/111] Compiling CryptoSwift Operators.swift
[95/111] Compiling CryptoSwift DER.swift
[96/111] Compiling CryptoSwift PBKDF1.swift
[97/111] Compiling CryptoSwift PBKDF2.swift
[98/111] Compiling CryptoSwift PKCS1v15.swift
[99/111] Compiling CryptoSwift PKCS5.swift
[100/111] Compiling CryptoSwift PKCS7.swift
[101/111] Compiling CryptoSwift PKCS7Padding.swift
[102/111] Compiling CryptoSwift Padding.swift
[103/111] Compiling CryptoSwift Poly1305.swift
[104/111] Compiling CryptoSwift RSA+Cipher.swift
[105/111] Compiling CryptoSwift RSA+Signature.swift
[106/111] Compiling CryptoSwift RSA.swift
[107/111] Compiling CryptoSwift Rabbit.swift
[108/111] Compiling CryptoSwift SHA1.swift
[109/111] Compiling CryptoSwift SHA2.swift
[110/111] Compiling CryptoSwift SHA3.swift
[111/111] Compiling CryptoSwift Scrypt.swift
[114/147] Compiling Cryptex AppDelegate.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[115/147] Compiling Cryptex BackgroundService.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[116/147] Compiling Cryptex TickerCell.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[117/147] Compiling Cryptex AllBalancesVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[118/151] Emitting module Cryptex
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[119/151] Compiling Cryptex PoloniexTradeHistoryVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[120/151] Compiling Cryptex RefreshableTableVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[121/151] Compiling Cryptex NotificationSettingsVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[122/151] Compiling Cryptex TickersVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[123/151] Compiling Cryptex Binance.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[124/151] Compiling Cryptex BitGrail.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[125/151] Compiling Cryptex Bitfinex.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[126/151] Compiling Cryptex CoinExchange.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[127/151] Compiling Cryptex CoinMarketCap.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[128/151] Compiling Cryptex ExchangeDataStore.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[129/151] Compiling Cryptex Extensions.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[130/151] Compiling Cryptex MockURLSession.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[131/151] Compiling Cryptex Network.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[132/151] Compiling Cryptex Protocols.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[133/151] Compiling Cryptex APIType.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[134/151] Compiling Cryptex Balance.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[135/151] Compiling Cryptex Currency.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[136/151] Compiling Cryptex CurrencyPair.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[137/151] Compiling Cryptex Enums.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[138/151] Compiling Cryptex Koinex.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[139/151] Compiling Cryptex Kraken.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[140/151] Compiling Cryptex Poloniex.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[141/151] Compiling Cryptex API.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[142/151] Compiling Cryptex Services.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[143/151] Compiling Cryptex BalancesVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[144/151] Compiling Cryptex ExchangeVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[145/151] Compiling Cryptex GeminiPastTradesVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[146/151] Compiling Cryptex PoloniexDepositsWithdrawalsVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[147/151] Compiling Cryptex Ticker.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[148/151] Compiling Cryptex UserPreference.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[149/151] Compiling Cryptex Cryptopia.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[150/151] Compiling Cryptex GDAX.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[151/151] Compiling Cryptex Gemini.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.9 linux

Build Machine: Linux 1