The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Forging, reference main (ff4731), with Swift 6.0 for macOS (SPM) on 22 Nov 2025 22:58:31 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BCSuite/Forging.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BCSuite/Forging
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ff47316 Update README.
Cloned https://github.com/BCSuite/Forging.git
Revision (git rev-parse @):
ff473161aa191ae62fd70827d81552cb17520240
SUCCESS checkout https://github.com/BCSuite/Forging.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/BCSuite/Forging.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/17] Write sources
[3/17] Write swift-version-5BDAB9E9C0126B9D.txt
[4/17] Compiling lax_der_privatekey_parsing.c
[5/17] Compiling CUncommonCrypto memzero.c
[6/17] Write sources
[8/17] Compiling CUncommonCrypto pbkdf2.c
[9/17] Compiling CUncommonCrypto sha2.c
[10/17] Compiling CUncommonCrypto hmac.c
[11/17] Compiling ecdh_variants.c
[12/17] Compiling CUncommonCrypto sha3.c
[13/36] Compiling precomputed_ecmult_gen.c
[14/38] Compiling lax_der_parsing.c
[15/38] Compiling secp256k1.c
[16/45] Compiling precomputed_ecmult.c
[18/95] Emitting module BigInt
[19/97] Compiling BigInt Subtraction.swift
[20/97] Compiling BigInt Words and Bits.swift
[21/97] Compiling K1 FFI+ECDH.swift
[22/97] Compiling K1 FFI+ECDSA.swift
[23/97] Compiling K1 K1+Error.swift
[24/97] Compiling K1 SharedSecret.swift
[25/97] Compiling K1 SEC1PrivateKey.swift
[26/97] Compiling K1 SubjectPublicKeyInfo.swift
[27/97] Compiling K1 Validation.generated.swift
[28/97] Compiling K1 Data+Extensions.swift
[29/97] Compiling K1 ECDSA+Recovery+Wrapped.swift
[30/97] Compiling K1 FFI+ECDSA+Recovery.swift
[31/97] Compiling K1 PrivateKey+Wrapped.swift
[32/97] Compiling K1 FFI+PublicKey.swift
[33/97] Compiling K1 PublicKey+Wrapped.swift
[34/97] Compiling K1 FFI+Schnorr.swift
[35/97] Compiling UncommonCrypto SecureRandom.swift
[37/97] Compiling K1 Curve.swift
[38/97] Compiling K1 ASN1.swift
[39/97] Compiling K1 ASN1Any.swift
[40/97] Compiling K1 ECDSASignature.swift
[41/97] Compiling K1 PEMDocument.swift
[42/97] Compiling K1 PKCS8PrivateKey.swift
[48/102] Compiling UncommonCrypto PBKDF2.swift
[49/102] Compiling K1 ASN1BitString.swift
[50/102] Compiling K1 ASN1Boolean.swift
[51/102] Compiling K1 ASN1Identifier.swift
[52/102] Compiling K1 ASN1Integer.swift
[53/102] Compiling K1 ASN1Null.swift
[54/102] Emitting module K1
[60/102] Compiling UncommonCrypto SHA2.swift
[61/102] Compiling UncommonCrypto SHA1.swift
[62/102] Compiling UncommonCrypto SHA3.swift
[63/102] Compiling K1 Schnorr+Wrapped.swift
[64/102] Compiling K1 FFI+Call.swift
[65/102] Compiling K1 FFI+Context.swift
[66/102] Compiling K1 FFI+Format.swift
[67/102] Compiling K1 FFI+Raw.swift
[68/102] Compiling K1 ASN1OctetString.swift
[69/102] Compiling K1 ASN1Strings.swift
[70/102] Compiling K1 ArraySliceBigint.swift
[71/102] Compiling K1 GeneralizedTime.swift
[72/102] Compiling K1 ObjectIdentifier.swift
[73/102] Emitting module UncommonCrypto
[74/102] Compiling UncommonCrypto HMAC.swift
[86/102] Compiling K1 K1.swift
[87/102] Compiling K1 KeyAgreement.swift
[88/102] Compiling K1 ECDSA.swift
[89/102] Compiling K1 ECDSASignatureNonRecoverable.swift
[90/102] Compiling K1 ECDSASignatureRecoverable.swift
[91/102] Compiling K1 RecoveryID.swift
[92/102] Compiling K1 Keys.generated.swift
[93/102] Compiling K1 PrivateKeyImplementation.swift
[94/102] Compiling K1 PublicKeyImplementation.swift
[95/102] Compiling K1 Schnorr+Signature.swift
[96/102] Compiling K1 Schnorr.swift
[97/102] Compiling K1 Signing.generated.swift
[98/107] Compiling Bip39 Wordlist.swift
[99/107] Compiling Bip39 Mnemonic.swift
[100/107] Emitting module Bip39
[101/107] Compiling K1 ASN1Error.swift
[102/107] Compiling K1 BytesUtil.swift
[103/107] Compiling K1 RNG_boring.swift
[104/107] Compiling K1 SafeCompare_boring.swift
[105/107] Compiling K1 SecureBytes.swift
[106/107] Compiling Bip39 Chinese.swift
[107/107] Compiling Bip39 English.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[108/218] Emitting module Forging
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[109/230] Compiling Forging FGBatchHDWalletImportable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[110/230] Compiling Forging FGBatchNonHDWalletImportable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[111/230] Compiling Forging FGBatchNonHDWalletUniImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[112/230] Compiling Forging FGHDImportHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[113/230] Compiling Forging FGHDWalletImportable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[114/230] Compiling Forging FGHDWalletUniImporter+MultiChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[115/230] Compiling Forging FGHDWalletUniImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[116/230] Compiling Forging FGMultiChainHDWalletImportKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[117/230] Compiling Forging FGNonHDWalletImportable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[118/230] Compiling Forging FGSingleHDWalletImportable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[119/230] Compiling Forging FGSingleNonHDWalletImportable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[120/230] Compiling Forging FGKeccak256Ability.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[121/230] Compiling Forging FGBatchJobsScheduler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[122/230] Compiling Forging FGBatchSpace.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[123/230] Compiling Forging FGSingleTaskJobsCount.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[124/230] Compiling Forging FGChainDescribable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[125/230] Compiling Forging FGBase58Coder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[126/230] Compiling Forging FGBase58Decodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[127/230] Compiling Forging FGBase58Encodable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[128/230] Compiling Forging FGBase58Space.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[129/230] Compiling Forging FGWalletCodationWrapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[130/230] Compiling Forging FGDataStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[131/230] Compiling Forging FGJSONWalletFileReader.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[132/230] Compiling Forging FGStreamDataReadable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[133/230] Compiling Forging FGBIP44Purpose.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[134/230] Compiling Forging Data+Hex.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[135/230] Compiling Forging UInt32+EndianBytes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[136/230] Compiling Forging FGBatchWalletsFormatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[137/230] Compiling Forging FGSingleWalletFormatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[138/230] Compiling Forging FGWalletFormatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[139/230] Compiling Forging FGWalletJSONStringFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[140/230] Compiling Forging FGWalletRawFormatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[141/230] Compiling Forging FGWalletRawJSONFormatter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[142/230] Compiling Forging FGWalletStringFormatable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[143/230] Compiling Forging FGBatchHDWalletGeneratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[144/230] Compiling Forging FGBatchNonHDWalletGeneratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[145/230] Compiling Forging FGGenerationSpace.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[146/230] Compiling Forging FGAnyChainTaskHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[147/230] Compiling Forging FGChainTaskHandable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[148/230] Compiling Forging FGChainTaskJobExecutable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[149/230] Compiling Forging FGChainTaskResultAssembler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[150/230] Compiling Forging FGHandlerChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[151/230] Compiling Forging FGMultiChainOpSpace.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[152/230] Compiling Forging FGMultiChainWalletProcessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[153/230] Compiling Forging FGK1Secp256k1.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[154/230] Compiling Forging Secp256k1Ability.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[155/230] Compiling Forging FGChainTaskResultAssembler+Solana.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[156/230] Compiling Forging FGHDGenHandler+Solana.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[157/230] Compiling Forging FGHDImportHandler+Solana.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[158/230] Compiling Forging FGOptimismChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[159/230] Compiling Forging FGSingleEVMNonHDWalletImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[160/230] Compiling Forging FGError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[161/230] Compiling Forging FGWalletErrorKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[162/230] Compiling Forging FGBatchWalletsExportable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[163/230] Compiling Forging FGExportSpace.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[164/230] Compiling Forging FGFileExporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[165/230] Compiling Forging FGPasteboardExporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[166/230] Compiling Forging FGSingleWalletExportable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[167/230] Compiling Forging FGWalletExportable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[168/230] Compiling Forging Array+Hex.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[169/230] Compiling Forging ArraySlice+Hex.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[170/230] Compiling Forging FGUncommonCryptoKeccak256.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[171/230] Compiling Forging FGAddressPair.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[172/230] Compiling Forging FGAddressPairGeneratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[173/230] Compiling Forging FGMnemonic12WordsSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[174/230] Compiling Forging FGMnemonic15WordsSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[175/230] Compiling Forging FGMnemonic18WordsSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[176/230] Compiling Forging FGMnemonic21WordsSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[177/230] Compiling Forging FGMnemonic24WordsSize.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[178/230] Compiling Forging FGMnemonicAbility.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[179/230] Compiling Forging FGMnemonicInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[180/230] Compiling Forging FGMnemonicSizeRepresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[181/230] Compiling Forging FGTesseractMnemonicEntity.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[182/230] Compiling Forging FGHDGenHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[183/230] Compiling Forging FGHDWalletGeneratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[184/230] Compiling Forging FGHDWalletUniGenerator+MultiChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[185/230] Compiling Forging FGHDWalletUniGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[186/230] Compiling Forging FGMultiChainHDWalletGenKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[187/230] Compiling Forging FGMultiChainNonHDWalletGenKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[188/230] Compiling Forging FGNonHDGenHandler.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[189/230] Compiling Forging FGNonHDWalletGeneratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[190/230] Compiling Forging FGNonHDWalletUniGenerator+MultiChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[191/230] Compiling Forging FGNonHDWalletUniGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[192/230] Compiling Forging FGSingleHDWalletGeneratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[193/230] Compiling Forging FGSingleNonHDWalletGeneratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[194/230] Compiling Forging FGHDWalletUniGenerator+Solana.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[195/230] Compiling Forging FGHDWalletUniImporter+Solana.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[196/230] Compiling Forging FGNonHDGenHandler+Solana.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[197/230] Compiling Forging FGNonHDWalletUniGenerator+Solana.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[198/230] Compiling Forging FGSingleSolNonHDWalletImporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[199/230] Compiling Forging FGSolAddressPairGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[200/230] Compiling Forging FGSolDerivationPathCoin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[201/230] Compiling Forging FGSolDerivationPathGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[202/230] Compiling Forging FGSolWalletSpace.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[203/230] Compiling Forging FGSolanaChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[204/230] Compiling Forging FGCryptoWallet.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[205/230] Compiling Forging FGCryptographyWallet.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[206/230] Compiling Forging FGEVMAddressPairGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[207/230] Compiling Forging FGEVMDerivationPathCoin.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[208/230] Compiling Forging FGEVMDerivationPathGenerator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[209/230] Compiling Forging FGEVMDeriver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[210/230] Compiling Forging FGEVMSpace.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[211/230] Compiling Forging FGEthereumChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[212/230] Compiling Forging FGHDGenHandler+evm.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[213/230] Compiling Forging FGHDImportHandler+evm.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[214/230] Compiling Forging FGHDWalletUniGenerator+EVM.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[215/230] Compiling Forging FGHDWalletUniImporter+EVM.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[216/230] Compiling Forging FGNonHDGenHandler+evm.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[217/230] Compiling Forging FGNonHDWalletUniGenerator+EVM.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[218/230] Compiling Forging FGDerivable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[219/230] Compiling Forging FGDerivationErrorKind.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[220/230] Compiling Forging FGDerivationExtractor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[221/230] Compiling Forging FGDerivationPathElements.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[222/230] Compiling Forging FGDerivationSpace.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[223/230] Compiling Forging FGDerivePathCoinRepresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[224/230] Compiling Forging FGDerivePathPurposeRepresentation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[225/230] Compiling Forging FGRawDerivationPathGeneratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[226/230] Compiling Forging FGSLIP0010Deriver.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[227/230] Compiling Forging FGBaseChain.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[228/230] Compiling Forging FGChainTaskResultAssembler+EVM.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[229/230] Compiling Forging FGEIP55AddressGeneratable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
[230/230] Compiling Forging FGEIP55Addressor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Forging/Export/FGPasteboardExporter.swift:9:8: error: no such module 'UIKit'
 7 |
 8 | import Foundation
 9 | import UIKit
   |        `- error: no such module 'UIKit'
10 |
11 |
Fetching https://github.com/Sajjon/K1
Fetching https://github.com/tesseract-one/Bip39.swift.git
Fetching https://github.com/attaswift/BigInt.git
[1/3699] Fetching k1
[38/3781] Fetching k1, bip39.swift
[155/8607] Fetching k1, bip39.swift, bigint
Fetched https://github.com/attaswift/BigInt.git from cache (1.29s)
Fetched https://github.com/tesseract-one/Bip39.swift.git from cache (1.29s)
Fetched https://github.com/Sajjon/K1 from cache (1.29s)
Computing version for https://github.com/Sajjon/K1
Computed https://github.com/Sajjon/K1 at 0.6.0 (3.29s)
Computing version for https://github.com/tesseract-one/Bip39.swift.git
Computed https://github.com/tesseract-one/Bip39.swift.git at 0.2.0 (0.59s)
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
[1/143] Fetching uncommoncrypto.swift
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (0.77s)
Computing version for https://github.com/tesseract-one/UncommonCrypto.swift.git
Computed https://github.com/tesseract-one/UncommonCrypto.swift.git at 0.2.1 (0.57s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.45s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/Sajjon/K1
Working copy of https://github.com/Sajjon/K1 resolved at 0.6.0
Creating working copy for https://github.com/tesseract-one/Bip39.swift.git
Working copy of https://github.com/tesseract-one/Bip39.swift.git resolved at 0.2.0
Creating working copy for https://github.com/tesseract-one/UncommonCrypto.swift.git
Working copy of https://github.com/tesseract-one/UncommonCrypto.swift.git resolved at 0.2.1
BUILD FAILURE 6.0 macosSpm