This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Cryptex with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/trsathya/cryptex.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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 from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.19s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.1 (0.40s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "cryptex",
      "name": "Cryptex",
      "url": "https://github.com/trsathya/cryptex.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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.1",
          "path": "/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-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.27s)
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.17s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.1 (0.02s)
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.1
warning: '.resolve-product-dependencies': dependency 'cryptex' is not used by any target
Found 1 product dependencies
  - CryptoSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/trsathya/cryptex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version-6044DDE57671499D.txt
[5/105] Compiling CryptoSwift XChaCha20+Foundation.swift
[6/105] Compiling CryptoSwift Generics.swift
[7/105] Compiling CryptoSwift HKDF.swift
[8/105] Compiling CryptoSwift HMAC.swift
[9/105] Compiling CryptoSwift ISO10126Padding.swift
[10/105] Compiling CryptoSwift ISO78164Padding.swift
[11/105] Compiling CryptoSwift Int+Extension.swift
[12/105] Compiling CryptoSwift MD5.swift
[13/105] Compiling CryptoSwift NoPadding.swift
[14/105] Compiling CryptoSwift Operators.swift
[15/105] Compiling CryptoSwift DER.swift
[16/105] Compiling CryptoSwift PBKDF1.swift
[17/105] Compiling CryptoSwift PBKDF2.swift
[18/105] Compiling CryptoSwift PKCS1v15.swift
[19/119] Compiling CryptoSwift CMAC.swift
[20/119] Compiling CryptoSwift Addition.swift
[21/119] Compiling CryptoSwift BigInt.swift
[22/119] Compiling CryptoSwift BigUInt.swift
[23/119] Compiling CryptoSwift Bitwise Ops.swift
[24/119] Compiling CryptoSwift CS.swift
[25/119] Compiling CryptoSwift Codable.swift
[26/119] Compiling CryptoSwift Comparable.swift
[27/119] Compiling CryptoSwift Data Conversion.swift
[28/119] Compiling CryptoSwift Division.swift
[29/119] Compiling CryptoSwift Exponentiation.swift
[30/119] Compiling CryptoSwift Floating Point Conversion.swift
[31/119] Compiling CryptoSwift GCD.swift
[32/119] Compiling CryptoSwift Hashable.swift
[33/119] Emitting module CryptoSwift
[34/119] Compiling CryptoSwift AEAD.swift
[35/119] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[36/119] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[37/119] Compiling CryptoSwift AES.Cryptors.swift
[38/119] Compiling CryptoSwift AES.swift
[39/119] Compiling CryptoSwift ASN1.swift
[40/119] Compiling CryptoSwift ASN1Decoder.swift
[41/119] Compiling CryptoSwift ASN1Encoder.swift
[42/119] Compiling CryptoSwift ASN1Scanner.swift
[43/119] Compiling CryptoSwift Array+Extension.swift
[44/119] Compiling CryptoSwift Authenticator.swift
[45/119] Compiling CryptoSwift BatchedCollection.swift
[46/119] Compiling CryptoSwift Bit.swift
[47/119] Compiling CryptoSwift BlockCipher.swift
[48/119] Compiling CryptoSwift BlockDecryptor.swift
[49/119] Compiling CryptoSwift BlockEncryptor.swift
[50/119] Compiling CryptoSwift BlockMode.swift
[51/119] Compiling CryptoSwift BlockModeOptions.swift
[52/119] Compiling CryptoSwift CBC.swift
[53/119] Compiling CryptoSwift CCM.swift
[54/119] Compiling CryptoSwift CFB.swift
[55/119] Compiling CryptoSwift CTR.swift
[56/119] Compiling CryptoSwift CipherModeWorker.swift
[57/119] Compiling CryptoSwift ECB.swift
[58/119] Compiling CryptoSwift GCM.swift
[59/119] Compiling CryptoSwift OCB.swift
[60/119] Compiling CryptoSwift OFB.swift
[61/119] Compiling CryptoSwift PCBC.swift
[62/119] Compiling CryptoSwift Blowfish.swift
[63/119] Compiling CryptoSwift CBCMAC.swift
[64/119] Compiling CryptoSwift Integer Conversion.swift
[65/119] Compiling CryptoSwift Multiplication.swift
[66/119] Compiling CryptoSwift Prime Test.swift
[67/119] Compiling CryptoSwift Random.swift
[68/119] Compiling CryptoSwift Shifts.swift
[69/119] Compiling CryptoSwift Square Root.swift
[70/119] Compiling CryptoSwift Strideable.swift
[71/119] Compiling CryptoSwift String Conversion.swift
[72/119] Compiling CryptoSwift Subtraction.swift
[73/119] Compiling CryptoSwift Words and Bits.swift
[74/119] Compiling CryptoSwift ChaCha20.swift
[75/119] Compiling CryptoSwift Checksum.swift
[76/119] Compiling CryptoSwift Cipher.swift
[77/119] Compiling CryptoSwift Collection+Extension.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 CompactMap.swift
[93/119] Compiling CryptoSwift Cryptor.swift
[94/119] Compiling CryptoSwift Cryptors.swift
[95/119] Compiling CryptoSwift Digest.swift
[96/119] Compiling CryptoSwift DigestType.swift
[97/119] Compiling CryptoSwift AES+Foundation.swift
[98/119] Compiling CryptoSwift Array+Foundation.swift
[99/119] Compiling CryptoSwift Blowfish+Foundation.swift
[100/119] Compiling CryptoSwift ChaCha20+Foundation.swift
[101/119] Compiling CryptoSwift Data+Extension.swift
[102/119] Compiling CryptoSwift HMAC+Foundation.swift
[103/119] Compiling CryptoSwift Rabbit+Foundation.swift
[104/119] Compiling CryptoSwift String+FoundationExtension.swift
[105/119] Compiling CryptoSwift Utils+Foundation.swift
[106/119] Compiling CryptoSwift PKCS5.swift
[107/119] Compiling CryptoSwift PKCS7.swift
[108/119] Compiling CryptoSwift PKCS7Padding.swift
[109/119] Compiling CryptoSwift Padding.swift
[110/119] Compiling CryptoSwift Poly1305.swift
[111/119] Compiling CryptoSwift RSA+Cipher.swift
[112/119] Compiling CryptoSwift RSA+Signature.swift
[113/119] Compiling CryptoSwift RSA.swift
[114/119] Compiling CryptoSwift Rabbit.swift
[115/119] Compiling CryptoSwift SHA1.swift
[116/119] Compiling CryptoSwift SHA2.swift
[117/119] Compiling CryptoSwift SHA3.swift
[118/119] Compiling CryptoSwift Scrypt.swift
[119/119] Compiling CryptoSwift SecureBytes.swift
[120/153] Compiling Cryptex AppDelegate.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[121/153] Compiling Cryptex BackgroundService.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[122/153] Compiling Cryptex TickerCell.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[123/153] Compiling Cryptex AllBalancesVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[124/157] Compiling Cryptex Koinex.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[125/157] Compiling Cryptex Kraken.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[126/157] Compiling Cryptex Poloniex.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[127/157] Compiling Cryptex API.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[128/157] Compiling Cryptex Services.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[129/157] Compiling Cryptex ExchangeDataStore.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[130/157] Compiling Cryptex Extensions.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[131/157] Compiling Cryptex MockURLSession.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[132/157] Compiling Cryptex Network.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[133/157] Compiling Cryptex Protocols.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[134/157] Compiling Cryptex Binance.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[135/157] Compiling Cryptex BitGrail.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[136/157] Compiling Cryptex Bitfinex.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[137/157] Compiling Cryptex CoinExchange.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[138/157] Compiling Cryptex CoinMarketCap.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[139/157] Compiling Cryptex Ticker.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[140/157] Compiling Cryptex UserPreference.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[141/157] Compiling Cryptex Cryptopia.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[142/157] Compiling Cryptex GDAX.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[143/157] Compiling Cryptex Gemini.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[144/157] Compiling Cryptex PoloniexTradeHistoryVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[145/157] Compiling Cryptex RefreshableTableVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[146/157] Compiling Cryptex NotificationSettingsVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[147/157] Compiling Cryptex TickersVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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)
[148/157] Emitting module Cryptex
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[149/157] Compiling Cryptex BalancesVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[150/157] Compiling Cryptex ExchangeVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[151/157] Compiling Cryptex GeminiPastTradesVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[152/157] Compiling Cryptex PoloniexDepositsWithdrawalsVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[153/157] Compiling Cryptex APIType.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[154/157] Compiling Cryptex Balance.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[155/157] Compiling Cryptex Currency.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[156/157] Compiling Cryptex CurrencyPair.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[157/157] Compiling Cryptex Enums.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-6044DDE57671499D.txt
[2/35] Compiling Cryptex AppDelegate.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[3/35] Compiling Cryptex BackgroundService.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[4/35] Compiling Cryptex TickerCell.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[5/35] Compiling Cryptex AllBalancesVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[6/39] Compiling Cryptex ExchangeDataStore.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[7/39] Compiling Cryptex Extensions.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[8/39] Compiling Cryptex MockURLSession.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[9/39] Compiling Cryptex Network.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[10/39] Compiling Cryptex Protocols.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[11/39] Compiling Cryptex Binance.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[12/39] Compiling Cryptex BitGrail.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[13/39] Compiling Cryptex Bitfinex.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[14/39] Compiling Cryptex CoinExchange.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[15/39] Compiling Cryptex CoinMarketCap.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[16/39] Compiling Cryptex PoloniexTradeHistoryVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[17/39] Compiling Cryptex RefreshableTableVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[18/39] Compiling Cryptex NotificationSettingsVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[19/39] Compiling Cryptex TickersVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/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)
[20/39] Emitting module Cryptex
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[21/39] Compiling Cryptex BalancesVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[22/39] Compiling Cryptex ExchangeVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[23/39] Compiling Cryptex GeminiPastTradesVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[24/39] Compiling Cryptex PoloniexDepositsWithdrawalsVC.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[25/39] Compiling Cryptex APIType.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[26/39] Compiling Cryptex Balance.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[27/39] Compiling Cryptex Currency.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[28/39] Compiling Cryptex CurrencyPair.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[29/39] Compiling Cryptex Enums.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[30/39] Compiling Cryptex Ticker.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[31/39] Compiling Cryptex UserPreference.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[32/39] Compiling Cryptex Cryptopia.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[33/39] Compiling Cryptex GDAX.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[34/39] Compiling Cryptex Gemini.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[35/39] Compiling Cryptex Koinex.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[36/39] Compiling Cryptex Kraken.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[37/39] Compiling Cryptex Poloniex.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[38/39] Compiling Cryptex API.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
[39/39] Compiling Cryptex Services.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/UI/CryptEx/AppDelegate.swift:9:8: error: no such module 'UIKit'
import UIKit
       ^
error: fatalError
BUILD FAILURE 5.10 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.