The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Cryptex, reference master (541d92), with Swift 6.3 for Linux on 12 Apr 2026 09:00:18 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.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.3
Building package at path:  $PWD
https://github.com/trsathya/cryptex.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/13341] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.74s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.9.0 (3.68s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.9.0
Building for debugging...
[0/4] Copying PrivacyInfo.xcprivacy
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/105] Emitting module CryptoSwift
[6/119] Compiling CryptoSwift CompactMap.swift
[7/119] Compiling CryptoSwift Cryptor.swift
[8/119] Compiling CryptoSwift Cryptors.swift
[9/119] Compiling CryptoSwift Digest.swift
[10/119] Compiling CryptoSwift DigestType.swift
[11/119] Compiling CryptoSwift AES+Foundation.swift
[12/119] Compiling CryptoSwift Array+Foundation.swift
[13/119] Compiling CryptoSwift Blowfish+Foundation.swift
[14/119] Compiling CryptoSwift ChaCha20+Foundation.swift
[15/119] Compiling CryptoSwift Data+Extension.swift
[16/119] Compiling CryptoSwift HMAC+Foundation.swift
[17/119] Compiling CryptoSwift Rabbit+Foundation.swift
[18/119] Compiling CryptoSwift String+FoundationExtension.swift
[19/119] Compiling CryptoSwift Utils+Foundation.swift
[20/119] Compiling CryptoSwift AEAD.swift
[21/119] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[22/119] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[23/119] Compiling CryptoSwift AES.Cryptors.swift
[24/119] Compiling CryptoSwift AES.swift
[25/119] Compiling CryptoSwift ASN1.swift
[26/119] Compiling CryptoSwift ASN1Decoder.swift
[27/119] Compiling CryptoSwift ASN1Encoder.swift
[28/119] Compiling CryptoSwift ASN1Scanner.swift
[29/119] Compiling CryptoSwift Array+Extension.swift
[30/119] Compiling CryptoSwift Authenticator.swift
[31/119] Compiling CryptoSwift BatchedCollection.swift
[32/119] Compiling CryptoSwift Bit.swift
[33/119] Compiling CryptoSwift BlockCipher.swift
[34/119] Compiling CryptoSwift BlockDecryptor.swift
[35/119] Compiling CryptoSwift BlockEncryptor.swift
[36/119] Compiling CryptoSwift BlockMode.swift
[37/119] Compiling CryptoSwift BlockModeOptions.swift
[38/119] Compiling CryptoSwift CBC.swift
[39/119] Compiling CryptoSwift CCM.swift
[40/119] Compiling CryptoSwift CFB.swift
[41/119] Compiling CryptoSwift CTR.swift
[42/119] Compiling CryptoSwift CipherModeWorker.swift
[43/119] Compiling CryptoSwift ECB.swift
[44/119] Compiling CryptoSwift GCM.swift
[45/119] Compiling CryptoSwift OCB.swift
[46/119] Compiling CryptoSwift OFB.swift
[47/119] Compiling CryptoSwift PCBC.swift
[48/119] Compiling CryptoSwift Blowfish.swift
[49/119] Compiling CryptoSwift CBCMAC.swift
[50/119] Compiling CryptoSwift IntegerConversion.swift
[51/119] Compiling CryptoSwift Multiplication.swift
[52/119] Compiling CryptoSwift PrimeTest.swift
[53/119] Compiling CryptoSwift Random.swift
[54/119] Compiling CryptoSwift Shifts.swift
[55/119] Compiling CryptoSwift SquareRoot.swift
[56/119] Compiling CryptoSwift Strideable.swift
[57/119] Compiling CryptoSwift StringConversion.swift
[58/119] Compiling CryptoSwift Subtraction.swift
[59/119] Compiling CryptoSwift WordsAndBits.swift
[60/119] Compiling CryptoSwift ChaCha20.swift
[61/119] Compiling CryptoSwift Checksum.swift
[62/119] Compiling CryptoSwift Cipher.swift
[63/119] Compiling CryptoSwift Collection+Extension.swift
[64/119] Compiling CryptoSwift PKCS5.swift
[65/119] Compiling CryptoSwift PKCS7.swift
[66/119] Compiling CryptoSwift PKCS7Padding.swift
[67/119] Compiling CryptoSwift Padding.swift
[68/119] Compiling CryptoSwift Poly1305.swift
[69/119] Compiling CryptoSwift RSA+Cipher.swift
[70/119] Compiling CryptoSwift RSA+Signature.swift
[71/119] Compiling CryptoSwift RSA.swift
[72/119] Compiling CryptoSwift Rabbit.swift
[73/119] Compiling CryptoSwift SHA1.swift
[74/119] Compiling CryptoSwift SHA2.swift
[75/119] Compiling CryptoSwift SHA3.swift
[76/119] Compiling CryptoSwift Scrypt.swift
[77/119] Compiling CryptoSwift SecureBytes.swift
[78/119] Compiling CryptoSwift XChaCha20+Foundation.swift
[79/119] Compiling CryptoSwift Generics.swift
[80/119] Compiling CryptoSwift HKDF.swift
[81/119] Compiling CryptoSwift HMAC.swift
[82/119] Compiling CryptoSwift ISO10126Padding.swift
[83/119] Compiling CryptoSwift ISO78164Padding.swift
[84/119] Compiling CryptoSwift Int+Extension.swift
[85/119] Compiling CryptoSwift MD5.swift
[86/119] Compiling CryptoSwift NoPadding.swift
[87/119] Compiling CryptoSwift Operators.swift
[88/119] Compiling CryptoSwift DER.swift
[89/119] Compiling CryptoSwift PBKDF1.swift
[90/119] Compiling CryptoSwift PBKDF2.swift
[91/119] Compiling CryptoSwift PKCS1v15.swift
[92/119] Compiling CryptoSwift CMAC.swift
[93/119] Compiling CryptoSwift Addition.swift
[94/119] Compiling CryptoSwift BigInt.swift
[95/119] Compiling CryptoSwift BigUInt.swift
[96/119] Compiling CryptoSwift BitwiseOps.swift
[97/119] Compiling CryptoSwift CS.swift
[98/119] Compiling CryptoSwift Codable.swift
[99/119] Compiling CryptoSwift Comparable.swift
[100/119] Compiling CryptoSwift DataConversion.swift
[101/119] Compiling CryptoSwift Division.swift
[102/119] Compiling CryptoSwift Exponentiation.swift
[103/119] Compiling CryptoSwift FloatingPointConversion.swift
[104/119] Compiling CryptoSwift GCD.swift
[105/119] Compiling CryptoSwift Hashable.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[121/140] 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 |
[122/154] 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 |
[123/154] 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 |
[124/154] 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 |
[125/154] 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 |
[126/154] 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 |
[127/154] 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 |
[128/154] 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 |
[129/154] 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 |
[130/154] 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 |
[131/158] 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 |
[132/158] 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 |
[133/158] 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 |
[134/158] 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 |
[135/158] 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 |
[136/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 |
[137/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 |
[138/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 |
[139/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 |
[140/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 |
[141/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 |
[142/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 |
[143/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 |
[144/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 |
[145/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 |
[146/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 |
[147/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 |
[148/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 |
[149/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 |
[150/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 |
[151/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 |
[152/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 |
[153/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 |
[154/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 |
[155/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 |
[156/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 |
[157/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 |
[158/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 |
swift-build: /home/build-user/llbuild/lib/Core/SQLiteBuildDB.cpp:703: virtual void (anonymous namespace)::SQLiteBuildDB::buildComplete(): Assertion `result == SQLITE_OK' failed.
*** Signal 6: Backtracing from 0x7f01e27229fc... done ***
*** Program crashed: Aborted at 0x0000000000000001 ***
Platform: x86_64 Linux (Ubuntu 22.04.5 LTS)
Thread 0 "swift-build":
  0      0x00007f01e26ce80a <unknown> in libc.so.6
  1 [ra] 0x00007f01e3cc2c29 _dispatch_sig_thread + 8 in libdispatch.so
...
Thread 1 "-qos.overcommit":
  0      0x00007f01e27b1eae <unknown> in libc.so.6
  1 [ra] 0x00007f01e3cc1ff2 _dispatch_mgr_invoke + 129 in libdispatch.so
  2 [ra] 0x00007f01e3cc1f5d _dispatch_mgr_thread + 108 in libdispatch.so
  3 [ra] 0x00007f01e3cc5195 _dispatch_worker_thread + 676 in libdispatch.so
...
Thread 2 "oot.default-qos" crashed:
  0  0x00007f01e27229fc <unknown> in libc.so.6
...
Thread 3 "-qos.overcommit":
  0  0x00007f01e271d117 <unknown> in libc.so.6
...
Registers:
rax 0x0000000000000000  0
rdx 0x00007f01d4ed8640  40 86 ed d4 01 7f 00 00 b0 5e 00 c0 01 7f 00 00  @·íÔ····°^·À····
rcx 0x00007f01e27229fc  41 89 c5 41 f7 dd 3d 00 f0 ff ff b8 00 00 00 00  A·ÅA÷Ý=·ðÿÿ¸····
rbx 0x0000000000000006  6
rsi 0x0000000000000001  1
rdi 0x0000000000000051  81
rbp 0x0000000000000051  81
rsp 0x00007f01d4ed71c0  9c 06 0b c4 01 7f 00 00 70 05 0b c4 01 7f 00 00  ···Ä····p··Ä····
 r8 0x00007f01d4ed7290  20 00 00 00 00 00 00 00 a0 76 8a e2 01 7f 00 00   ······· v·â····
 r9 0x0000000000000000  0
r10 0x0000000000000008  8
r11 0x0000000000000246  582
r12 0x0000000000000006  6
r13 0x0000000000000016  22
r14 0x0000561ad6a82b35  72 65 73 75 6c 74 20 3d 3d 20 53 51 4c 49 54 45  result == SQLITE
r15 0x00007f01c403a480  60 0f 90 d6 1a 56 00 00 c8 36 01 c4 01 7f 00 00  `··Ö·V··È6·Ä····
rip 0x00007f01e27229fc  41 89 c5 41 f7 dd 3d 00 f0 ff ff b8 00 00 00 00  A·ÅA÷Ý=·ðÿÿ¸····
rflags 0x0000000000000246  ZF PF
cs 0x0033  fs 0x0000  gs 0x0000
Images (73 omitted):
0x00007f01e268c000–0x00007f01e2848401 095c7ba148aeca81668091f718047078d57efddb libc.so.6      /usr/lib/x86_64-linux-gnu/libc.so.6
0x00007f01e3c90000–0x00007f01e3cd8258 327b506c124021f7ce7130eb7706db93895db025 libdispatch.so /usr/lib/swift/linux/libdispatch.so
Backtrace took 0.01s
BUILD FAILURE 6.3 linux