Build Information
Failed to build Forging, reference 0.0.1 (b6d204), with Swift 6.0 for macOS (SPM) on 22 Nov 2025 23:00:39 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/BCSuite/Forging.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BCSuite/Forging
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at b6d204f Update README.
Cloned https://github.com/BCSuite/Forging.git
Revision (git rev-parse @):
b6d204fb1f4ffe1504b36a9e68d70f6958a98ff4
SUCCESS checkout https://github.com/BCSuite/Forging.git at 0.0.1
========================================
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 ecdh_variants.c
[6/17] Write sources
[8/17] Compiling CUncommonCrypto memzero.c
[9/17] Compiling CUncommonCrypto pbkdf2.c
[10/17] Compiling CUncommonCrypto sha3.c
[11/17] Compiling CUncommonCrypto sha2.c
[12/17] Compiling CUncommonCrypto hmac.c
[13/17] Compiling lax_der_parsing.c
[14/21] Compiling precomputed_ecmult_gen.c
[15/45] 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] Emitting module K1
[22/102] Compiling K1 ECDSASignatureNonRecoverable.swift
[23/102] Compiling K1 ECDSASignatureRecoverable.swift
[24/102] Compiling K1 Schnorr+Signature.swift
[25/102] Compiling K1 Schnorr.swift
[26/102] Compiling K1 Keys.generated.swift
[27/102] Compiling K1 PrivateKeyImplementation.swift
[28/102] Compiling K1 PublicKeyImplementation.swift
[29/102] Compiling UncommonCrypto PBKDF2.swift
[30/102] Compiling K1 ASN1.swift
[31/102] Compiling K1 ASN1Any.swift
[32/102] Compiling K1 KeyAgreement.swift
[33/102] Compiling K1 ECDSA.swift
[34/102] Compiling K1 RecoveryID.swift
[35/102] Compiling K1 Curve.swift
[36/102] Compiling K1 K1+Error.swift
[37/102] Compiling K1 SharedSecret.swift
[38/102] Compiling K1 Signing.generated.swift
[39/102] Compiling K1 K1.swift
[40/102] Compiling K1 Validation.generated.swift
[41/102] Compiling K1 Data+Extensions.swift
[42/102] Compiling K1 FFI+ECDH.swift
[43/102] Compiling UncommonCrypto SecureRandom.swift
[44/102] Compiling UncommonCrypto SHA3.swift
[45/102] Compiling UncommonCrypto SHA1.swift
[46/102] Compiling UncommonCrypto SHA2.swift
[47/102] Compiling UncommonCrypto HMAC.swift
[48/102] Emitting module UncommonCrypto
[49/102] Compiling K1 ASN1Error.swift
[50/102] Compiling K1 BytesUtil.swift
[51/102] Compiling K1 RNG_boring.swift
[52/102] Compiling K1 SafeCompare_boring.swift
[53/102] Compiling K1 SecureBytes.swift
[54/107] Compiling K1 ECDSA+Recovery+Wrapped.swift
[55/107] Compiling K1 FFI+ECDSA+Recovery.swift
[56/107] Compiling K1 PrivateKey+Wrapped.swift
[57/107] Compiling K1 FFI+PublicKey.swift
[58/107] Compiling K1 PublicKey+Wrapped.swift
[59/107] Compiling K1 FFI+Schnorr.swift
[60/107] Compiling K1 ECDSASignature.swift
[61/107] Compiling K1 PEMDocument.swift
[62/107] Compiling K1 PKCS8PrivateKey.swift
[63/107] Compiling K1 SEC1PrivateKey.swift
[64/107] Compiling K1 SubjectPublicKeyInfo.swift
[70/107] Compiling K1 FFI+ECDSA+NonRecovery.swift
[71/107] Compiling K1 Schnorr+Wrapped.swift
[72/107] Compiling K1 FFI+Call.swift
[73/107] Compiling K1 FFI+Context.swift
[74/107] Compiling K1 FFI+Format.swift
[75/107] Compiling K1 FFI+Raw.swift
[81/107] Compiling K1 ASN1BitString.swift
[82/107] Compiling K1 ASN1Boolean.swift
[83/107] Compiling K1 ASN1Identifier.swift
[84/107] Compiling K1 ASN1Integer.swift
[85/107] Compiling K1 ASN1Null.swift
[92/107] Compiling K1 ASN1OctetString.swift
[93/107] Compiling K1 ASN1Strings.swift
[94/107] Compiling K1 ArraySliceBigint.swift
[95/107] Compiling K1 GeneralizedTime.swift
[96/107] Compiling K1 ObjectIdentifier.swift
[103/107] Compiling Bip39 English.swift
[104/107] Compiling Bip39 Wordlist.swift
[105/107] Emitting module Bip39
[106/107] Compiling Bip39 Mnemonic.swift
[107/107] Compiling Bip39 Chinese.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 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 |
[110/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 |
[111/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 |
[112/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 |
[113/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 |
[114/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 |
[115/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 |
[116/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 |
[117/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 |
[118/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 |
[119/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 |
[120/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 |
[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 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 |
[135/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 |
[136/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 |
[137/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 |
[138/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 |
[139/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 |
[140/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 |
[141/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 |
[142/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 |
[143/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 |
[144/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 |
[145/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 |
[146/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 |
[147/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 |
[148/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 |
[149/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 |
[150/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 |
[151/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 |
[152/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 |
[153/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 |
[154/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 |
[155/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 |
[156/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 |
[157/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 |
[158/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 |
[159/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 |
[160/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 |
[161/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 |
[162/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 |
[163/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 |
[164/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 |
[165/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 |
[166/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 |
[167/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 |
[168/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 |
[169/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 |
[170/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 |
[171/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 |
[172/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 |
[173/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 |
[174/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 |
[175/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 |
[176/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 |
[177/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 |
[178/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 |
[179/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 |
[180/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 |
[181/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 |
[182/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 |
[183/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 |
[184/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 |
[185/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 |
[186/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 |
[187/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 |
[188/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 |
[189/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 |
[190/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 |
[191/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 |
[192/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 |
[193/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 |
[194/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 |
[195/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 |
[196/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 |
[197/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 |
[198/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 |
[199/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 |
[200/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 |
[201/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 |
[202/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 |
[203/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 |
[204/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 |
[205/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 |
[206/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 |
[207/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 |
[208/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 |
[209/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 |
[210/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 |
[211/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 |
[212/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 |
[213/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 |
[214/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 |
[215/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 |
[216/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 |
[217/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 |
[218/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 |
[219/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 |
[220/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 |
[221/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 |
[222/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 |
[223/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 |
[224/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 |
[225/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 |
[226/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 |
[227/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 |
[228/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 |
[229/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 |
[230/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 |
Fetching https://github.com/Sajjon/K1
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/tesseract-one/Bip39.swift.git
[1/4826] Fetching bigint
[2/4908] Fetching bigint, bip39.swift
[82/8607] Fetching bigint, bip39.swift, k1
Fetched https://github.com/Sajjon/K1 from cache (1.28s)
Fetched https://github.com/tesseract-one/Bip39.swift.git from cache (1.28s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.28s)
Computing version for https://github.com/Sajjon/K1
Computed https://github.com/Sajjon/K1 at 0.6.0 (3.04s)
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.54s)
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.68s)
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.59s)
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/tesseract-one/UncommonCrypto.swift.git
Working copy of https://github.com/tesseract-one/UncommonCrypto.swift.git resolved at 0.2.1
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/Sajjon/K1
Working copy of https://github.com/Sajjon/K1 resolved at 0.6.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
BUILD FAILURE 6.0 macosSpm