Build Information
Failed to build Cryptex, reference master (541d92
), with Swift 6.1 for Linux on 26 Apr 2025 13:41:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/trsathya/cryptex.git
Reference: master
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/trsathya/cryptex
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 541d927 Merge pull request #20 from All3yp/master
Cloned https://github.com/trsathya/cryptex.git
Revision (git rev-parse @):
541d9274b689384120bfcd2aa7469648f3f70e3b
SUCCESS checkout https://github.com/trsathya/cryptex.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/trsathya/cryptex.git
https://github.com/trsathya/cryptex.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "cryptoswift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
}
],
"manifest_display_name" : "Cryptex",
"name" : "Cryptex",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "watchos",
"version" : "4.0"
}
],
"products" : [
{
"name" : "Cryptex",
"targets" : [
"Cryptex"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "CryptexTests",
"module_type" : "SwiftTarget",
"name" : "CryptexTests",
"path" : "Tests/CryptexTests",
"sources" : [
"CryptexTests.swift"
],
"target_dependencies" : [
"Cryptex"
],
"type" : "test"
},
{
"c99name" : "Cryptex",
"module_type" : "SwiftTarget",
"name" : "Cryptex",
"path" : ".",
"product_dependencies" : [
"CryptoSwift"
],
"product_memberships" : [
"Cryptex"
],
"sources" : [
"Sources/Binance.swift",
"Sources/BitGrail.swift",
"Sources/Bitfinex.swift",
"Sources/CoinExchange.swift",
"Sources/CoinMarketCap.swift",
"Sources/Common/APIType.swift",
"Sources/Common/Balance.swift",
"Sources/Common/Currency.swift",
"Sources/Common/CurrencyPair.swift",
"Sources/Common/Enums.swift",
"Sources/Common/ExchangeDataStore.swift",
"Sources/Common/Extensions.swift",
"Sources/Common/MockURLSession.swift",
"Sources/Common/Network.swift",
"Sources/Common/Protocols.swift",
"Sources/Common/Ticker.swift",
"Sources/Common/UserPreference.swift",
"Sources/Cryptopia.swift",
"Sources/GDAX.swift",
"Sources/Gemini.swift",
"Sources/Koinex.swift",
"Sources/Kraken.swift",
"Sources/Poloniex.swift",
"UI/CryptEx/API/API.swift",
"UI/CryptEx/API/Services.swift",
"UI/CryptEx/AppDelegate.swift",
"UI/CryptEx/BackgroundServices/BackgroundService.swift",
"UI/CryptEx/TickerCell.swift",
"UI/CryptEx/ViewController/All/AllBalancesVC.swift",
"UI/CryptEx/ViewController/BalancesVC.swift",
"UI/CryptEx/ViewController/ExchangeVC.swift",
"UI/CryptEx/ViewController/Gemini/GeminiPastTradesVC.swift",
"UI/CryptEx/ViewController/Poloniex/PoloniexDepositsWithdrawalsVC.swift",
"UI/CryptEx/ViewController/Poloniex/PoloniexTradeHistoryVC.swift",
"UI/CryptEx/ViewController/RefreshableTableVC.swift",
"UI/CryptEx/ViewController/Settings/NotificationSettingsVC.swift",
"UI/CryptEx/ViewController/TickersVC.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
[1/12934] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.84s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (2.47s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/105] Emitting module CryptoSwift
[6/119] Compiling CryptoSwift XChaCha20+Foundation.swift
[7/119] Compiling CryptoSwift Generics.swift
[8/119] Compiling CryptoSwift HKDF.swift
[9/119] Compiling CryptoSwift HMAC.swift
[10/119] Compiling CryptoSwift ISO10126Padding.swift
[11/119] Compiling CryptoSwift ISO78164Padding.swift
[12/119] Compiling CryptoSwift Int+Extension.swift
[13/119] Compiling CryptoSwift MD5.swift
[14/119] Compiling CryptoSwift NoPadding.swift
[15/119] Compiling CryptoSwift Operators.swift
[16/119] Compiling CryptoSwift DER.swift
[17/119] Compiling CryptoSwift PBKDF1.swift
[18/119] Compiling CryptoSwift PBKDF2.swift
[19/119] Compiling CryptoSwift PKCS1v15.swift
[20/119] Compiling CryptoSwift CMAC.swift
[21/119] Compiling CryptoSwift Addition.swift
[22/119] Compiling CryptoSwift BigInt.swift
[23/119] Compiling CryptoSwift BigUInt.swift
[24/119] Compiling CryptoSwift BitwiseOps.swift
[25/119] Compiling CryptoSwift CS.swift
[26/119] Compiling CryptoSwift Codable.swift
[27/119] Compiling CryptoSwift Comparable.swift
[28/119] Compiling CryptoSwift DataConversion.swift
[29/119] Compiling CryptoSwift Division.swift
[30/119] Compiling CryptoSwift Exponentiation.swift
[31/119] Compiling CryptoSwift FloatingPointConversion.swift
[32/119] Compiling CryptoSwift GCD.swift
[33/119] Compiling CryptoSwift Hashable.swift
[34/119] Compiling CryptoSwift IntegerConversion.swift
[35/119] Compiling CryptoSwift Multiplication.swift
[36/119] Compiling CryptoSwift PrimeTest.swift
[37/119] Compiling CryptoSwift Random.swift
[38/119] Compiling CryptoSwift Shifts.swift
[39/119] Compiling CryptoSwift SquareRoot.swift
[40/119] Compiling CryptoSwift Strideable.swift
[41/119] Compiling CryptoSwift StringConversion.swift
[42/119] Compiling CryptoSwift Subtraction.swift
[43/119] Compiling CryptoSwift WordsAndBits.swift
[44/119] Compiling CryptoSwift ChaCha20.swift
[45/119] Compiling CryptoSwift Checksum.swift
[46/119] Compiling CryptoSwift Cipher.swift
[47/119] Compiling CryptoSwift Collection+Extension.swift
[48/119] Compiling CryptoSwift BlockEncryptor.swift
[49/119] Compiling CryptoSwift BlockMode.swift
[50/119] Compiling CryptoSwift BlockModeOptions.swift
[51/119] Compiling CryptoSwift CBC.swift
[52/119] Compiling CryptoSwift CCM.swift
[53/119] Compiling CryptoSwift CFB.swift
[54/119] Compiling CryptoSwift CTR.swift
[55/119] Compiling CryptoSwift CipherModeWorker.swift
[56/119] Compiling CryptoSwift ECB.swift
[57/119] Compiling CryptoSwift GCM.swift
[58/119] Compiling CryptoSwift OCB.swift
[59/119] Compiling CryptoSwift OFB.swift
[60/119] Compiling CryptoSwift PCBC.swift
[61/119] Compiling CryptoSwift Blowfish.swift
[62/119] Compiling CryptoSwift CBCMAC.swift
[63/119] Compiling CryptoSwift AEAD.swift
[64/119] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[65/119] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[66/119] Compiling CryptoSwift AES.Cryptors.swift
[67/119] Compiling CryptoSwift AES.swift
[68/119] Compiling CryptoSwift ASN1.swift
[69/119] Compiling CryptoSwift ASN1Decoder.swift
[70/119] Compiling CryptoSwift ASN1Encoder.swift
[71/119] Compiling CryptoSwift ASN1Scanner.swift
[72/119] Compiling CryptoSwift Array+Extension.swift
[73/119] Compiling CryptoSwift Authenticator.swift
[74/119] Compiling CryptoSwift BatchedCollection.swift
[75/119] Compiling CryptoSwift Bit.swift
[76/119] Compiling CryptoSwift BlockCipher.swift
[77/119] Compiling CryptoSwift BlockDecryptor.swift
[78/119] Compiling CryptoSwift Signature.swift
[79/119] Compiling CryptoSwift StreamDecryptor.swift
[80/119] Compiling CryptoSwift StreamEncryptor.swift
[81/119] Compiling CryptoSwift String+Extension.swift
[82/119] Compiling CryptoSwift UInt128.swift
[83/119] Compiling CryptoSwift UInt16+Extension.swift
[84/119] Compiling CryptoSwift UInt32+Extension.swift
[85/119] Compiling CryptoSwift UInt64+Extension.swift
[86/119] Compiling CryptoSwift UInt8+Extension.swift
[87/119] Compiling CryptoSwift Updatable.swift
[88/119] Compiling CryptoSwift Utils.swift
[89/119] Compiling CryptoSwift XChaCha20.swift
[90/119] Compiling CryptoSwift ZeroPadding.swift
[91/119] Compiling CryptoSwift resource_bundle_accessor.swift
[92/119] Compiling CryptoSwift PKCS5.swift
[93/119] Compiling CryptoSwift PKCS7.swift
[94/119] Compiling CryptoSwift PKCS7Padding.swift
[95/119] Compiling CryptoSwift Padding.swift
[96/119] Compiling CryptoSwift Poly1305.swift
[97/119] Compiling CryptoSwift RSA+Cipher.swift
[98/119] Compiling CryptoSwift RSA+Signature.swift
[99/119] Compiling CryptoSwift RSA.swift
[100/119] Compiling CryptoSwift Rabbit.swift
[101/119] Compiling CryptoSwift SHA1.swift
[102/119] Compiling CryptoSwift SHA2.swift
[103/119] Compiling CryptoSwift SHA3.swift
[104/119] Compiling CryptoSwift Scrypt.swift
[105/119] Compiling CryptoSwift SecureBytes.swift
[106/119] Compiling CryptoSwift CompactMap.swift
[107/119] Compiling CryptoSwift Cryptor.swift
[108/119] Compiling CryptoSwift Cryptors.swift
[109/119] Compiling CryptoSwift Digest.swift
[110/119] Compiling CryptoSwift DigestType.swift
[111/119] Compiling CryptoSwift AES+Foundation.swift
[112/119] Compiling CryptoSwift Array+Foundation.swift
[113/119] Compiling CryptoSwift Blowfish+Foundation.swift
[114/119] Compiling CryptoSwift ChaCha20+Foundation.swift
[115/119] Compiling CryptoSwift Data+Extension.swift
[116/119] Compiling CryptoSwift HMAC+Foundation.swift
[117/119] Compiling CryptoSwift Rabbit+Foundation.swift
[118/119] Compiling CryptoSwift String+FoundationExtension.swift
[119/119] Compiling CryptoSwift Utils+Foundation.swift
[121/154] Compiling Cryptex APIType.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[122/154] Compiling Cryptex Balance.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[123/154] Compiling Cryptex Currency.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[124/154] Compiling Cryptex CurrencyPair.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[125/154] Compiling Cryptex Enums.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[126/158] Emitting module Cryptex
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[127/158] Compiling Cryptex Binance.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[128/158] Compiling Cryptex BitGrail.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[129/158] Compiling Cryptex Bitfinex.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[130/158] Compiling Cryptex CoinExchange.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[131/158] Compiling Cryptex CoinMarketCap.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[132/158] Compiling Cryptex ExchangeDataStore.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[133/158] Compiling Cryptex Extensions.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[134/158] Compiling Cryptex MockURLSession.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[135/158] Compiling Cryptex Network.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[136/158] Compiling Cryptex Protocols.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[137/158] Compiling Cryptex AppDelegate.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[138/158] Compiling Cryptex BackgroundService.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[139/158] Compiling Cryptex TickerCell.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[140/158] Compiling Cryptex AllBalancesVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[141/158] Compiling Cryptex Ticker.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[142/158] Compiling Cryptex UserPreference.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[143/158] Compiling Cryptex Cryptopia.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[144/158] Compiling Cryptex GDAX.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[145/158] Compiling Cryptex Gemini.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[146/158] Compiling Cryptex PoloniexTradeHistoryVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[147/158] Compiling Cryptex RefreshableTableVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[148/158] Compiling Cryptex NotificationSettingsVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[149/158] Compiling Cryptex TickersVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[150/158] Compiling Cryptex BalancesVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[151/158] Compiling Cryptex ExchangeVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[152/158] Compiling Cryptex GeminiPastTradesVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[153/158] Compiling Cryptex PoloniexDepositsWithdrawalsVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[154/158] Compiling Cryptex Koinex.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[155/158] Compiling Cryptex Kraken.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[156/158] Compiling Cryptex Poloniex.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[157/158] Compiling Cryptex API.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[158/158] Compiling Cryptex Services.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/1] Write swift-version-24593BA9C3E375BF.txt
[2/102] Compiling CryptoSwift XChaCha20+Foundation.swift
[3/102] Compiling CryptoSwift Generics.swift
[4/102] Compiling CryptoSwift HKDF.swift
[5/102] Compiling CryptoSwift HMAC.swift
[6/102] Compiling CryptoSwift ISO10126Padding.swift
[7/102] Compiling CryptoSwift ISO78164Padding.swift
[8/102] Compiling CryptoSwift Int+Extension.swift
[9/102] Compiling CryptoSwift MD5.swift
[10/102] Compiling CryptoSwift NoPadding.swift
[11/102] Compiling CryptoSwift Operators.swift
[12/102] Compiling CryptoSwift DER.swift
[13/102] Compiling CryptoSwift PBKDF1.swift
[14/102] Compiling CryptoSwift PBKDF2.swift
[15/102] Compiling CryptoSwift PKCS1v15.swift
[16/116] Compiling CryptoSwift CMAC.swift
[17/116] Compiling CryptoSwift Addition.swift
[18/116] Compiling CryptoSwift BigInt.swift
[19/116] Compiling CryptoSwift BigUInt.swift
[20/116] Compiling CryptoSwift BitwiseOps.swift
[21/116] Compiling CryptoSwift CS.swift
[22/116] Compiling CryptoSwift Codable.swift
[23/116] Compiling CryptoSwift Comparable.swift
[24/116] Compiling CryptoSwift DataConversion.swift
[25/116] Compiling CryptoSwift Division.swift
[26/116] Compiling CryptoSwift Exponentiation.swift
[27/116] Compiling CryptoSwift FloatingPointConversion.swift
[28/116] Compiling CryptoSwift GCD.swift
[29/116] Compiling CryptoSwift Hashable.swift
[30/116] Emitting module CryptoSwift
[31/116] Compiling CryptoSwift Signature.swift
[32/116] Compiling CryptoSwift StreamDecryptor.swift
[33/116] Compiling CryptoSwift StreamEncryptor.swift
[34/116] Compiling CryptoSwift String+Extension.swift
[35/116] Compiling CryptoSwift UInt128.swift
[36/116] Compiling CryptoSwift UInt16+Extension.swift
[37/116] Compiling CryptoSwift UInt32+Extension.swift
[38/116] Compiling CryptoSwift UInt64+Extension.swift
[39/116] Compiling CryptoSwift UInt8+Extension.swift
[40/116] Compiling CryptoSwift Updatable.swift
[41/116] Compiling CryptoSwift Utils.swift
[42/116] Compiling CryptoSwift XChaCha20.swift
[43/116] Compiling CryptoSwift ZeroPadding.swift
[44/116] Compiling CryptoSwift resource_bundle_accessor.swift
[45/116] Compiling CryptoSwift BlockEncryptor.swift
[46/116] Compiling CryptoSwift BlockMode.swift
[47/116] Compiling CryptoSwift BlockModeOptions.swift
[48/116] Compiling CryptoSwift CBC.swift
[49/116] Compiling CryptoSwift CCM.swift
[50/116] Compiling CryptoSwift CFB.swift
[51/116] Compiling CryptoSwift CTR.swift
[52/116] Compiling CryptoSwift CipherModeWorker.swift
[53/116] Compiling CryptoSwift ECB.swift
[54/116] Compiling CryptoSwift GCM.swift
[55/116] Compiling CryptoSwift OCB.swift
[56/116] Compiling CryptoSwift OFB.swift
[57/116] Compiling CryptoSwift PCBC.swift
[58/116] Compiling CryptoSwift Blowfish.swift
[59/116] Compiling CryptoSwift CBCMAC.swift
[60/116] Compiling CryptoSwift AEAD.swift
[61/116] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[62/116] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[63/116] Compiling CryptoSwift AES.Cryptors.swift
[64/116] Compiling CryptoSwift AES.swift
[65/116] Compiling CryptoSwift ASN1.swift
[66/116] Compiling CryptoSwift ASN1Decoder.swift
[67/116] Compiling CryptoSwift ASN1Encoder.swift
[68/116] Compiling CryptoSwift ASN1Scanner.swift
[69/116] Compiling CryptoSwift Array+Extension.swift
[70/116] Compiling CryptoSwift Authenticator.swift
[71/116] Compiling CryptoSwift BatchedCollection.swift
[72/116] Compiling CryptoSwift Bit.swift
[73/116] Compiling CryptoSwift BlockCipher.swift
[74/116] Compiling CryptoSwift BlockDecryptor.swift
[75/116] Compiling CryptoSwift IntegerConversion.swift
[76/116] Compiling CryptoSwift Multiplication.swift
[77/116] Compiling CryptoSwift PrimeTest.swift
[78/116] Compiling CryptoSwift Random.swift
[79/116] Compiling CryptoSwift Shifts.swift
[80/116] Compiling CryptoSwift SquareRoot.swift
[81/116] Compiling CryptoSwift Strideable.swift
[82/116] Compiling CryptoSwift StringConversion.swift
[83/116] Compiling CryptoSwift Subtraction.swift
[84/116] Compiling CryptoSwift WordsAndBits.swift
[85/116] Compiling CryptoSwift ChaCha20.swift
[86/116] Compiling CryptoSwift Checksum.swift
[87/116] Compiling CryptoSwift Cipher.swift
[88/116] Compiling CryptoSwift Collection+Extension.swift
[89/116] Compiling CryptoSwift PKCS5.swift
[90/116] Compiling CryptoSwift PKCS7.swift
[91/116] Compiling CryptoSwift PKCS7Padding.swift
[92/116] Compiling CryptoSwift Padding.swift
[93/116] Compiling CryptoSwift Poly1305.swift
[94/116] Compiling CryptoSwift RSA+Cipher.swift
[95/116] Compiling CryptoSwift RSA+Signature.swift
[96/116] Compiling CryptoSwift RSA.swift
[97/116] Compiling CryptoSwift Rabbit.swift
[98/116] Compiling CryptoSwift SHA1.swift
[99/116] Compiling CryptoSwift SHA2.swift
[100/116] Compiling CryptoSwift SHA3.swift
[101/116] Compiling CryptoSwift Scrypt.swift
[102/116] Compiling CryptoSwift SecureBytes.swift
[103/116] Compiling CryptoSwift CompactMap.swift
[104/116] Compiling CryptoSwift Cryptor.swift
[105/116] Compiling CryptoSwift Cryptors.swift
[106/116] Compiling CryptoSwift Digest.swift
[107/116] Compiling CryptoSwift DigestType.swift
[108/116] Compiling CryptoSwift AES+Foundation.swift
[109/116] Compiling CryptoSwift Array+Foundation.swift
[110/116] Compiling CryptoSwift Blowfish+Foundation.swift
[111/116] Compiling CryptoSwift ChaCha20+Foundation.swift
[112/116] Compiling CryptoSwift Data+Extension.swift
[113/116] Compiling CryptoSwift HMAC+Foundation.swift
[114/116] Compiling CryptoSwift Rabbit+Foundation.swift
[115/116] Compiling CryptoSwift String+FoundationExtension.swift
[116/116] Compiling CryptoSwift Utils+Foundation.swift
[118/151] Compiling Cryptex APIType.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[119/151] Compiling Cryptex Balance.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[120/151] Compiling Cryptex Currency.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[121/151] Compiling Cryptex CurrencyPair.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[122/151] Compiling Cryptex Enums.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[123/155] Emitting module Cryptex
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[124/155] Compiling Cryptex Ticker.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[125/155] Compiling Cryptex UserPreference.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[126/155] Compiling Cryptex Cryptopia.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[127/155] Compiling Cryptex GDAX.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[128/155] Compiling Cryptex Gemini.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[129/155] Compiling Cryptex Koinex.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[130/155] Compiling Cryptex Kraken.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[131/155] Compiling Cryptex Poloniex.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[132/155] Compiling Cryptex API.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[133/155] Compiling Cryptex Services.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[134/155] Compiling Cryptex Binance.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[135/155] Compiling Cryptex BitGrail.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[136/155] Compiling Cryptex Bitfinex.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[137/155] Compiling Cryptex CoinExchange.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[138/155] Compiling Cryptex CoinMarketCap.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[139/155] Compiling Cryptex ExchangeDataStore.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[140/155] Compiling Cryptex Extensions.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[141/155] Compiling Cryptex MockURLSession.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[142/155] Compiling Cryptex Network.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[143/155] Compiling Cryptex Protocols.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[144/155] Compiling Cryptex PoloniexTradeHistoryVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[145/155] Compiling Cryptex RefreshableTableVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[146/155] Compiling Cryptex NotificationSettingsVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[147/155] Compiling Cryptex TickersVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[148/155] Compiling Cryptex BalancesVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[149/155] Compiling Cryptex ExchangeVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[150/155] Compiling Cryptex GeminiPastTradesVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[151/155] Compiling Cryptex PoloniexDepositsWithdrawalsVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[152/155] Compiling Cryptex AppDelegate.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[153/155] Compiling Cryptex BackgroundService.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[154/155] Compiling Cryptex TickerCell.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
[155/155] Compiling Cryptex AllBalancesVC.swift
/host/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
7 | //
8 |
9 | import UIKit
| `- error: no such module 'UIKit'
10 | import UserNotifications
11 |
BUILD FAILURE 6.1 linux