Build Information
Failed to build Cryptex, reference master (541d92
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 19:27:23 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/trsathya/cryptex.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12703] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.92s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.3 (0.66s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "cryptex",
"name": "Cryptex",
"url": "https://github.com/trsathya/cryptex.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/cryptex",
"dependencies": [
{
"identity": "cryptoswift",
"name": "CryptoSwift",
"url": "https://github.com/krzyzanowskim/CryptoSwift.git",
"version": "1.8.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/trsathya/cryptex.git
[1/715] Fetching cryptex
Fetched https://github.com/trsathya/cryptex.git from cache (0.87s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.61s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.3 (0.03s)
Creating working copy for https://github.com/trsathya/cryptex.git
Working copy of https://github.com/trsathya/cryptex.git resolved at master (541d927)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.3
warning: '.resolve-product-dependencies': dependency 'cryptex' is not used by any target
Found 1 product dependencies
- CryptoSwift
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/trsathya/cryptex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[2/4] Copying PrivacyInfo.xcprivacy
[3/4] Write swift-version--7754E27361AE5C74.txt
[5/108] Emitting module CryptoSwift
[6/119] Compiling CryptoSwift Bit.swift
[7/119] Compiling CryptoSwift BlockCipher.swift
[8/119] Compiling CryptoSwift BlockDecryptor.swift
[9/119] Compiling CryptoSwift BlockEncryptor.swift
[10/119] Compiling CryptoSwift BlockMode.swift
[11/119] Compiling CryptoSwift BlockModeOptions.swift
[12/119] Compiling CryptoSwift CBC.swift
[13/119] Compiling CryptoSwift CCM.swift
[14/119] Compiling CryptoSwift CFB.swift
[15/119] Compiling CryptoSwift CTR.swift
[16/119] Compiling CryptoSwift CipherModeWorker.swift
[17/119] Compiling CryptoSwift ECB.swift
[18/119] Compiling CryptoSwift Shifts.swift
[19/119] Compiling CryptoSwift SquareRoot.swift
[20/119] Compiling CryptoSwift Strideable.swift
[21/119] Compiling CryptoSwift StringConversion.swift
[22/119] Compiling CryptoSwift Subtraction.swift
[23/119] Compiling CryptoSwift WordsAndBits.swift
[24/119] Compiling CryptoSwift ChaCha20.swift
[25/119] Compiling CryptoSwift Checksum.swift
[26/119] Compiling CryptoSwift Cipher.swift
[27/119] Compiling CryptoSwift Collection+Extension.swift
[28/119] Compiling CryptoSwift CompactMap.swift
[29/119] Compiling CryptoSwift Cryptor.swift
[30/119] Compiling CryptoSwift Cryptors.swift
[31/119] Compiling CryptoSwift Digest.swift
[32/119] Compiling CryptoSwift DigestType.swift
[33/119] Compiling CryptoSwift AES+Foundation.swift
[34/119] Compiling CryptoSwift Array+Foundation.swift
[35/119] Compiling CryptoSwift Blowfish+Foundation.swift
[36/119] Compiling CryptoSwift ChaCha20+Foundation.swift
[37/119] Compiling CryptoSwift Data+Extension.swift
[38/119] Compiling CryptoSwift HMAC+Foundation.swift
[39/119] Compiling CryptoSwift Rabbit+Foundation.swift
[40/119] Compiling CryptoSwift Operators.swift
[41/119] Compiling CryptoSwift DER.swift
[42/119] Compiling CryptoSwift PBKDF1.swift
[43/119] Compiling CryptoSwift PBKDF2.swift
[44/119] Compiling CryptoSwift PKCS1v15.swift
[45/119] Compiling CryptoSwift PKCS5.swift
[46/119] Compiling CryptoSwift PKCS7.swift
[47/119] Compiling CryptoSwift PKCS7Padding.swift
[48/119] Compiling CryptoSwift Padding.swift
[49/119] Compiling CryptoSwift Poly1305.swift
[50/119] Compiling CryptoSwift RSA+Cipher.swift
[51/119] Compiling CryptoSwift GCM.swift
[52/119] Compiling CryptoSwift OCB.swift
[53/119] Compiling CryptoSwift OFB.swift
[54/119] Compiling CryptoSwift PCBC.swift
[55/119] Compiling CryptoSwift Blowfish.swift
[56/119] Compiling CryptoSwift CBCMAC.swift
[57/119] Compiling CryptoSwift CMAC.swift
[58/119] Compiling CryptoSwift Addition.swift
[59/119] Compiling CryptoSwift BigInt.swift
[60/119] Compiling CryptoSwift BigUInt.swift
[61/119] Compiling CryptoSwift BitwiseOps.swift
[62/119] Compiling CryptoSwift CS.swift
[63/119] Compiling CryptoSwift String+FoundationExtension.swift
[64/119] Compiling CryptoSwift Utils+Foundation.swift
[65/119] Compiling CryptoSwift XChaCha20+Foundation.swift
[66/119] Compiling CryptoSwift Generics.swift
[67/119] Compiling CryptoSwift HKDF.swift
[68/119] Compiling CryptoSwift HMAC.swift
[69/119] Compiling CryptoSwift ISO10126Padding.swift
[70/119] Compiling CryptoSwift ISO78164Padding.swift
[71/119] Compiling CryptoSwift Int+Extension.swift
[72/119] Compiling CryptoSwift MD5.swift
[73/119] Compiling CryptoSwift NoPadding.swift
[74/119] Compiling CryptoSwift AEAD.swift
[75/119] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[76/119] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[77/119] Compiling CryptoSwift AES.Cryptors.swift
[78/119] Compiling CryptoSwift AES.swift
[79/119] Compiling CryptoSwift ASN1.swift
[80/119] Compiling CryptoSwift ASN1Decoder.swift
[81/119] Compiling CryptoSwift ASN1Encoder.swift
[82/119] Compiling CryptoSwift ASN1Scanner.swift
[83/119] Compiling CryptoSwift Array+Extension.swift
[84/119] Compiling CryptoSwift Authenticator.swift
[85/119] Compiling CryptoSwift BatchedCollection.swift
[86/119] Compiling CryptoSwift Codable.swift
[87/119] Compiling CryptoSwift Comparable.swift
[88/119] Compiling CryptoSwift DataConversion.swift
[89/119] Compiling CryptoSwift Division.swift
[90/119] Compiling CryptoSwift Exponentiation.swift
[91/119] Compiling CryptoSwift FloatingPointConversion.swift
[92/119] Compiling CryptoSwift GCD.swift
[93/119] Compiling CryptoSwift Hashable.swift
[94/119] Compiling CryptoSwift IntegerConversion.swift
[95/119] Compiling CryptoSwift Multiplication.swift
[96/119] Compiling CryptoSwift PrimeTest.swift
[97/119] Compiling CryptoSwift Random.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 Signature.swift
[107/119] Compiling CryptoSwift StreamDecryptor.swift
[108/119] Compiling CryptoSwift StreamEncryptor.swift
[109/119] Compiling CryptoSwift String+Extension.swift
[110/119] Compiling CryptoSwift UInt128.swift
[111/119] Compiling CryptoSwift UInt16+Extension.swift
[112/119] Compiling CryptoSwift UInt32+Extension.swift
[113/119] Compiling CryptoSwift UInt64+Extension.swift
[114/119] Compiling CryptoSwift UInt8+Extension.swift
[115/119] Compiling CryptoSwift Updatable.swift
[116/119] Compiling CryptoSwift Utils.swift
[117/119] Compiling CryptoSwift XChaCha20.swift
[118/119] Compiling CryptoSwift ZeroPadding.swift
[119/119] Compiling CryptoSwift resource_bundle_accessor.swift
[120/154] Compiling Cryptex GeminiPastTradesVC.swift
/Users/admin/builder/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/154] Compiling Cryptex PoloniexDepositsWithdrawalsVC.swift
/Users/admin/builder/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 PoloniexTradeHistoryVC.swift
/Users/admin/builder/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/157] Compiling Cryptex Services.swift
/Users/admin/builder/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/157] Compiling Cryptex AppDelegate.swift
/Users/admin/builder/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/157] Compiling Cryptex BackgroundService.swift
/Users/admin/builder/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/157] Compiling Cryptex TickerCell.swift
/Users/admin/builder/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/157] Compiling Cryptex CurrencyPair.swift
/Users/admin/builder/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/157] Compiling Cryptex Enums.swift
/Users/admin/builder/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/157] Compiling Cryptex ExchangeDataStore.swift
/Users/admin/builder/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/157] Compiling Cryptex Extensions.swift
/Users/admin/builder/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/157] Compiling Cryptex CoinMarketCap.swift
/Users/admin/builder/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/157] Compiling Cryptex APIType.swift
/Users/admin/builder/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/157] Compiling Cryptex Balance.swift
/Users/admin/builder/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/157] Compiling Cryptex Currency.swift
/Users/admin/builder/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/157] Compiling Cryptex RefreshableTableVC.swift
/Users/admin/builder/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/157] Compiling Cryptex NotificationSettingsVC.swift
/Users/admin/builder/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/157] Compiling Cryptex TickersVC.swift
/Users/admin/builder/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/157] Compiling Cryptex Binance.swift
/Users/admin/builder/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/157] Compiling Cryptex BitGrail.swift
/Users/admin/builder/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/157] Compiling Cryptex Bitfinex.swift
/Users/admin/builder/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/157] Compiling Cryptex CoinExchange.swift
/Users/admin/builder/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/157] Compiling Cryptex Koinex.swift
/Users/admin/builder/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/157] Compiling Cryptex Kraken.swift
/Users/admin/builder/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/157] Compiling Cryptex Poloniex.swift
/Users/admin/builder/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/157] Compiling Cryptex API.swift
/Users/admin/builder/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/157] Compiling Cryptex MockURLSession.swift
/Users/admin/builder/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/157] Compiling Cryptex Network.swift
/Users/admin/builder/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/157] Compiling Cryptex Protocols.swift
/Users/admin/builder/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/157] Compiling Cryptex Ticker.swift
/Users/admin/builder/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/157] Compiling Cryptex UserPreference.swift
/Users/admin/builder/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/157] Compiling Cryptex Cryptopia.swift
/Users/admin/builder/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/157] Compiling Cryptex GDAX.swift
/Users/admin/builder/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/157] Compiling Cryptex Gemini.swift
/Users/admin/builder/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)
[154/157] Emitting module Cryptex
/Users/admin/builder/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/157] Compiling Cryptex AllBalancesVC.swift
/Users/admin/builder/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/157] Compiling Cryptex BalancesVC.swift
/Users/admin/builder/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/157] Compiling Cryptex ExchangeVC.swift
/Users/admin/builder/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.0 macosSpm