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 0.0.1 (b6d204), with Swift 6.1 for macOS (SPM) on 22 Nov 2025 23:04:33 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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: 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.1
Building package at path:  $PWD
https://github.com/BCSuite/Forging.git
https://github.com/BCSuite/Forging.git
{
  "dependencies" : [
    {
      "identity" : "bip39.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/Bip39.swift.git"
    },
    {
      "identity" : "k1",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.6.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Sajjon/K1"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    }
  ],
  "manifest_display_name" : "Forging",
  "name" : "Forging",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Forging",
      "targets" : [
        "Forging"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ForgingTests",
      "module_type" : "SwiftTarget",
      "name" : "ForgingTests",
      "path" : "Tests/ForgingTests",
      "sources" : [
        "ForgingTests.swift"
      ],
      "target_dependencies" : [
        "Forging"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Forging",
      "module_type" : "SwiftTarget",
      "name" : "Forging",
      "path" : "Sources/Forging",
      "product_dependencies" : [
        "Bip39",
        "K1",
        "BigInt"
      ],
      "product_memberships" : [
        "Forging"
      ],
      "sources" : [
        "BatchOperation/FGBatchJobsScheduler.swift",
        "BatchOperation/FGBatchSpace.swift",
        "BatchOperation/FGSingleTaskJobsCount.swift",
        "ChainDescription/FGChainDescribable.swift",
        "Codation/FGBase58Coder.swift",
        "Codation/FGBase58Decodable.swift",
        "Codation/FGBase58Encodable.swift",
        "Codation/FGBase58Space.swift",
        "Codation/FGWalletCodationWrapper.swift",
        "DataStream/FGDataStream.swift",
        "DataStream/FGJSONWalletFileReader.swift",
        "DataStream/FGStreamDataReadable.swift",
        "Derivation/FGBIP44Purpose.swift",
        "Derivation/FGDerivable.swift",
        "Derivation/FGDerivationErrorKind.swift",
        "Derivation/FGDerivationExtractor.swift",
        "Derivation/FGDerivationPathElements.swift",
        "Derivation/FGDerivationSpace.swift",
        "Derivation/FGDerivePathCoinRepresentation.swift",
        "Derivation/FGDerivePathPurposeRepresentation.swift",
        "Derivation/FGRawDerivationPathGeneratable.swift",
        "Derivation/FGSLIP0010Deriver.swift",
        "EVM/FGBaseChain.swift",
        "EVM/FGChainTaskResultAssembler+EVM.swift",
        "EVM/FGEIP55AddressGeneratable.swift",
        "EVM/FGEIP55Addressor.swift",
        "EVM/FGEVMAddressPairGenerator.swift",
        "EVM/FGEVMDerivationPathCoin.swift",
        "EVM/FGEVMDerivationPathGenerator.swift",
        "EVM/FGEVMDeriver.swift",
        "EVM/FGEVMSpace.swift",
        "EVM/FGEthereumChain.swift",
        "EVM/FGHDGenHandler+evm.swift",
        "EVM/FGHDImportHandler+evm.swift",
        "EVM/FGHDWalletUniGenerator+EVM.swift",
        "EVM/FGHDWalletUniImporter+EVM.swift",
        "EVM/FGNonHDGenHandler+evm.swift",
        "EVM/FGNonHDWalletUniGenerator+EVM.swift",
        "EVM/FGOptimismChain.swift",
        "EVM/FGSingleEVMNonHDWalletImporter.swift",
        "Error/FGError.swift",
        "Error/FGWalletErrorKind.swift",
        "Export/FGBatchWalletsExportable.swift",
        "Export/FGExportSpace.swift",
        "Export/FGFileExporter.swift",
        "Export/FGPasteboardExporter.swift",
        "Export/FGSingleWalletExportable.swift",
        "Export/FGWalletExportable.swift",
        "Extensions/Array+Hex.swift",
        "Extensions/ArraySlice+Hex.swift",
        "Extensions/Data+Hex.swift",
        "Extensions/UInt32+EndianBytes.swift",
        "Formatting/FGBatchWalletsFormatable.swift",
        "Formatting/FGSingleWalletFormatable.swift",
        "Formatting/FGWalletFormatable.swift",
        "Formatting/FGWalletJSONStringFormatter.swift",
        "Formatting/FGWalletRawFormatable.swift",
        "Formatting/FGWalletRawJSONFormatter.swift",
        "Formatting/FGWalletStringFormatable.swift",
        "Generation/FGBatchHDWalletGeneratable.swift",
        "Generation/FGBatchNonHDWalletGeneratable.swift",
        "Generation/FGGenerationSpace.swift",
        "Generation/FGHDGenHandler.swift",
        "Generation/FGHDWalletGeneratable.swift",
        "Generation/FGHDWalletUniGenerator+MultiChain.swift",
        "Generation/FGHDWalletUniGenerator.swift",
        "Generation/FGMultiChainHDWalletGenKind.swift",
        "Generation/FGMultiChainNonHDWalletGenKind.swift",
        "Generation/FGNonHDGenHandler.swift",
        "Generation/FGNonHDWalletGeneratable.swift",
        "Generation/FGNonHDWalletUniGenerator+MultiChain.swift",
        "Generation/FGNonHDWalletUniGenerator.swift",
        "Generation/FGSingleHDWalletGeneratable.swift",
        "Generation/FGSingleNonHDWalletGeneratable.swift",
        "Import/FGBatchHDWalletImportable.swift",
        "Import/FGBatchNonHDWalletImportable.swift",
        "Import/FGBatchNonHDWalletUniImporter.swift",
        "Import/FGHDImportHandler.swift",
        "Import/FGHDWalletImportable.swift",
        "Import/FGHDWalletUniImporter+MultiChain.swift",
        "Import/FGHDWalletUniImporter.swift",
        "Import/FGMultiChainHDWalletImportKind.swift",
        "Import/FGNonHDWalletImportable.swift",
        "Import/FGSingleHDWalletImportable.swift",
        "Import/FGSingleNonHDWalletImportable.swift",
        "Keccak256/FGKeccak256Ability.swift",
        "Keccak256/FGUncommonCryptoKeccak256.swift",
        "KeyPair/FGAddressPair.swift",
        "KeyPair/FGAddressPairGeneratable.swift",
        "Mnemonic/FGMnemonic12WordsSize.swift",
        "Mnemonic/FGMnemonic15WordsSize.swift",
        "Mnemonic/FGMnemonic18WordsSize.swift",
        "Mnemonic/FGMnemonic21WordsSize.swift",
        "Mnemonic/FGMnemonic24WordsSize.swift",
        "Mnemonic/FGMnemonicAbility.swift",
        "Mnemonic/FGMnemonicInfo.swift",
        "Mnemonic/FGMnemonicSizeRepresentation.swift",
        "Mnemonic/FGTesseractMnemonicEntity.swift",
        "MultiChainOperation/FGAnyChainTaskHandler.swift",
        "MultiChainOperation/FGChainTaskHandable.swift",
        "MultiChainOperation/FGChainTaskJobExecutable.swift",
        "MultiChainOperation/FGChainTaskResultAssembler.swift",
        "MultiChainOperation/FGHandlerChain.swift",
        "MultiChainOperation/FGMultiChainOpSpace.swift",
        "MultiChainOperation/FGMultiChainWalletProcessor.swift",
        "Secp256k1/FGK1Secp256k1.swift",
        "Secp256k1/Secp256k1Ability.swift",
        "Solana/FGChainTaskResultAssembler+Solana.swift",
        "Solana/FGHDGenHandler+Solana.swift",
        "Solana/FGHDImportHandler+Solana.swift",
        "Solana/FGHDWalletUniGenerator+Solana.swift",
        "Solana/FGHDWalletUniImporter+Solana.swift",
        "Solana/FGNonHDGenHandler+Solana.swift",
        "Solana/FGNonHDWalletUniGenerator+Solana.swift",
        "Solana/FGSingleSolNonHDWalletImporter.swift",
        "Solana/FGSolAddressPairGenerator.swift",
        "Solana/FGSolDerivationPathCoin.swift",
        "Solana/FGSolDerivationPathGenerator.swift",
        "Solana/FGSolWalletSpace.swift",
        "Solana/FGSolanaChain.swift",
        "Walletization/FGCryptoWallet.swift",
        "Walletization/FGCryptographyWallet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/17] Write sources
[3/17] Write swift-version-2F0A5646E1D333AE.txt
[4/17] Compiling CUncommonCrypto pbkdf2.c
[5/17] Compiling lax_der_privatekey_parsing.c
[6/17] Write sources
[8/17] Compiling CUncommonCrypto sha2.c
[9/17] Compiling CUncommonCrypto memzero.c
[10/17] Compiling CUncommonCrypto hmac.c
[11/17] Compiling CUncommonCrypto sha3.c
[12/17] Compiling ecdh_variants.c
[13/17] Compiling lax_der_parsing.c
[14/17] Compiling precomputed_ecmult_gen.c
[15/45] Compiling secp256k1.c
[16/45] Compiling precomputed_ecmult.c
[18/95] Emitting module BigInt
[19/97] Compiling K1 Schnorr.swift
[20/97] Compiling K1 Signing.generated.swift
[21/97] Compiling K1 Schnorr+Wrapped.swift
[22/97] Compiling K1 PublicKeyImplementation.swift
[23/97] Compiling K1 Schnorr+Signature.swift
[24/97] Compiling K1 Keys.generated.swift
[25/97] Compiling K1 PrivateKeyImplementation.swift
[26/97] Compiling BigInt Subtraction.swift
[27/97] Compiling BigInt Words and Bits.swift
[28/97] Compiling K1 Data+Extensions.swift
[29/97] Compiling K1 FFI+ECDH.swift
[30/97] Compiling K1 FFI+PublicKey.swift
[31/97] Compiling K1 PublicKey+Wrapped.swift
[32/97] Emitting module K1
[33/102] Compiling K1 FFI+Schnorr.swift
[34/102] Compiling K1 Validation.generated.swift
[35/102] Emitting module UncommonCrypto
[36/102] Compiling K1 FFI+Call.swift
[37/102] Compiling K1 FFI+Context.swift
[38/102] Compiling K1 FFI+Format.swift
[39/102] Compiling K1 FFI+Raw.swift
[40/102] Compiling K1 ECDSA+Recovery+Wrapped.swift
[41/102] Compiling K1 FFI+ECDSA+Recovery.swift
[42/102] Compiling K1 PrivateKey+Wrapped.swift
[43/102] Compiling UncommonCrypto SHA3.swift
[44/102] Compiling UncommonCrypto SecureRandom.swift
[45/102] Compiling UncommonCrypto SHA2.swift
[46/102] Compiling UncommonCrypto HMAC.swift
[47/102] Compiling UncommonCrypto SHA1.swift
[48/102] Compiling UncommonCrypto PBKDF2.swift
[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 ECDSASignature.swift
[55/107] Compiling K1 PEMDocument.swift
[56/107] Compiling K1 PKCS8PrivateKey.swift
[57/107] Compiling K1 SEC1PrivateKey.swift
[58/107] Compiling K1 SubjectPublicKeyInfo.swift
[65/107] Compiling K1 ASN1BitString.swift
[66/107] Compiling K1 ASN1Boolean.swift
[67/107] Compiling K1 ASN1Identifier.swift
[68/107] Compiling K1 ASN1Integer.swift
[69/107] Compiling K1 ASN1Null.swift
[70/107] Compiling K1 K1.swift
[71/107] Compiling K1 KeyAgreement.swift
[72/107] Compiling K1 ECDSA.swift
[73/107] Compiling K1 ECDSASignatureNonRecoverable.swift
[74/107] Compiling K1 ECDSASignatureRecoverable.swift
[75/107] Compiling K1 RecoveryID.swift
[86/107] Compiling K1 FFI+ECDSA+NonRecovery.swift
[87/107] Compiling K1 Curve.swift
[88/107] Compiling K1 K1+Error.swift
[89/107] Compiling K1 SharedSecret.swift
[90/107] Compiling K1 ASN1.swift
[91/107] Compiling K1 ASN1Any.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 Chinese.swift
[104/107] Compiling Bip39 Wordlist.swift
[105/107] Compiling Bip39 Mnemonic.swift
[106/107] Compiling Bip39 English.swift
[107/107] Emitting module Bip39
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 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 |
[122/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 |
[123/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 |
[124/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 |
[125/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 |
[126/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 |
[127/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 |
[128/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 |
[129/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 |
[130/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 |
[131/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 |
[132/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 |
[133/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 |
[134/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 |
[135/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 |
[136/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 |
[137/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 |
[138/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 |
[139/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 |
[140/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 |
[141/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 |
[142/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 |
[143/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 |
[144/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 |
[145/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 |
[146/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 |
[147/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 |
[148/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 |
[149/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 |
[150/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 |
[151/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 |
[152/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 |
[153/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 |
[154/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 |
[155/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 |
[156/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 |
[157/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 |
[158/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 |
[159/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 |
[160/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 |
[161/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 |
[162/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 |
[163/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 |
[164/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 |
[165/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 |
[166/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 |
[167/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 |
[168/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 |
[169/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 |
[170/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 |
[171/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 |
[172/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 |
[173/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 |
[174/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 |
[175/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 |
[176/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 |
[177/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 |
[178/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 |
[179/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 |
[180/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 |
[181/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 |
[182/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 |
[183/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 |
[184/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 |
[185/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 |
[186/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 |
[187/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 |
[188/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 |
[189/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 |
[190/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 |
[191/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 |
[192/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 |
[193/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 |
[194/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 |
[195/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 |
[196/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 |
[197/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 |
[198/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 |
[199/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 |
[200/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 |
[201/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 |
[202/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 |
[203/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 |
[204/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 |
[205/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 |
[206/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 |
[207/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 |
[208/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 |
[209/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 |
[210/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 |
[211/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 |
[212/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 |
[213/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 |
[214/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 |
[215/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 |
[216/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 |
[217/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 |
[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/attaswift/BigInt.git
Fetching https://github.com/tesseract-one/Bip39.swift.git
[1/82] Fetching bip39.swift
[81/3781] Fetching bip39.swift, k1
[192/8607] Fetching bip39.swift, k1, bigint
Fetched https://github.com/Sajjon/K1 from cache (1.32s)
Fetched https://github.com/tesseract-one/Bip39.swift.git from cache (1.32s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.32s)
Computing version for https://github.com/Sajjon/K1
Computed https://github.com/Sajjon/K1 at 0.6.0 (4.44s)
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 (1.38s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.47s)
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/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
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/79] Compiling UncommonCrypto SecureRandom.swift
[3/79] Compiling UncommonCrypto SHA3.swift
[4/79] Compiling UncommonCrypto SHA2.swift
[5/79] Compiling UncommonCrypto SHA1.swift
[6/79] Compiling UncommonCrypto PBKDF2.swift
[7/79] Emitting module UncommonCrypto
[8/79] Compiling UncommonCrypto HMAC.swift
[9/84] Compiling K1 FFI+ECDH.swift
[10/84] Compiling K1 FFI+ECDSA.swift
[11/86] Compiling K1 Schnorr.swift
[12/86] Compiling K1 Signing.generated.swift
[13/86] Compiling K1 ECDSA+Recovery+Wrapped.swift
[14/86] Compiling K1 FFI+ECDSA+Recovery.swift
[15/86] Compiling K1 Validation.generated.swift
[16/86] Compiling K1 Data+Extensions.swift
[17/86] Emitting module BigInt
[18/86] Compiling K1 Schnorr+Wrapped.swift
[19/86] Compiling K1 FFI+Call.swift
[20/86] Compiling K1 FFI+Context.swift
[21/86] Compiling K1 FFI+Format.swift
[22/86] Compiling K1 FFI+Raw.swift
[23/91] Compiling K1 ECDSA+NonRecovery+Wrapped.swift
[24/91] Compiling K1 FFI+ECDSA+NonRecovery.swift
[33/91] Compiling BigInt Subtraction.swift
[34/91] Compiling BigInt Words and Bits.swift
[35/91] Compiling K1 PublicKey+Wrapped.swift
[36/91] Compiling K1 FFI+Schnorr.swift
[37/91] Compiling K1 ECDSASignature.swift
[38/91] Compiling K1 PEMDocument.swift
[39/91] Compiling K1 PKCS8PrivateKey.swift
[40/91] Compiling K1 SEC1PrivateKey.swift
[41/91] Compiling K1 SubjectPublicKeyInfo.swift
[42/91] Compiling K1 PublicKeyImplementation.swift
[43/91] Compiling K1 Schnorr+Signature.swift
[44/91] Compiling K1 K1.swift
[45/91] Compiling K1 KeyAgreement.swift
[46/91] Compiling K1 ECDSA.swift
[47/91] Compiling K1 Keys.generated.swift
[48/91] Compiling K1 PrivateKeyImplementation.swift
[49/91] Compiling K1 ECDSASignatureNonRecoverable.swift
[50/91] Compiling K1 ECDSASignatureRecoverable.swift
[51/91] Compiling K1 RecoveryID.swift
[52/91] Emitting module K1
[65/91] Compiling Bip39 Wordlist.swift
[66/91] Emitting module Bip39
[67/91] Compiling Bip39 English.swift
[68/91] Compiling Bip39 Chinese.swift
[69/91] Compiling Bip39 Mnemonic.swift
[70/91] Compiling K1 Curve.swift
[71/91] Compiling K1 K1+Error.swift
[72/91] Compiling K1 SharedSecret.swift
[73/91] Compiling K1 ASN1.swift
[74/91] Compiling K1 ASN1Any.swift
[75/91] Compiling K1 ASN1BitString.swift
[76/91] Compiling K1 ASN1Boolean.swift
[77/91] Compiling K1 ASN1Identifier.swift
[78/91] Compiling K1 ASN1Integer.swift
[79/91] Compiling K1 ASN1Null.swift
[80/91] Compiling K1 ASN1OctetString.swift
[81/91] Compiling K1 ASN1Strings.swift
[82/91] Compiling K1 ArraySliceBigint.swift
[83/91] Compiling K1 GeneralizedTime.swift
[84/91] Compiling K1 ObjectIdentifier.swift
[87/91] Compiling K1 ASN1Error.swift
[88/91] Compiling K1 BytesUtil.swift
[89/91] Compiling K1 RNG_boring.swift
[90/91] Compiling K1 SafeCompare_boring.swift
[91/91] Compiling K1 SecureBytes.swift
[92/202] 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 |
[93/202] 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 |
[94/202] 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 |
[95/202] 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 |
[96/202] 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 |
[97/202] 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 |
[98/202] 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 |
[99/202] 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 |
[100/202] 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 |
[101/202] 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 |
[102/202] 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 |
[103/202] 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 |
[104/214] 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 |
[105/214] 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 |
[106/214] 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 |
[107/214] 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 |
[108/214] 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 |
[109/214] 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 |
[110/214] 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 |
[111/214] 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 |
[112/214] 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 |
[113/214] 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 |
[114/214] 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 |
[115/214] 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 |
[116/214] 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 |
[117/214] 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 |
[118/214] 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 |
[119/214] 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 |
[120/214] 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 |
[121/214] 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 |
[122/214] 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 |
[123/214] 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 |
[124/214] 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 |
[125/214] 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 |
[126/214] 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 |
[127/214] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[128/214] 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 |
[129/214] 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 |
[130/214] 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 |
[131/214] 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 |
[132/214] 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 |
[133/214] 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 |
[134/214] 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 |
[135/214] 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 |
[136/214] 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 |
[137/214] 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 |
[138/214] 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 |
[139/214] 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 |
[140/214] 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 |
[141/214] 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 |
[142/214] 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 |
[143/214] 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 |
[144/214] 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 |
[145/214] 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 |
[146/214] 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 |
[147/214] 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 |
[148/214] 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 |
[149/214] 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 |
[150/214] 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 |
[151/214] 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 |
[152/214] 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 |
[153/214] 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 |
[154/214] 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 |
[155/214] 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 |
[156/214] 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 |
[157/214] 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 |
[158/214] 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 |
[159/214] 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 |
[160/214] 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 |
[161/214] 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 |
[162/214] 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 |
[163/214] 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 |
[164/214] 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 |
[165/214] 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 |
[166/214] 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 |
[167/214] 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 |
[168/214] 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 |
[169/214] 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 |
[170/214] 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 |
[171/214] 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 |
[172/214] 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 |
[173/214] 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 |
[174/214] 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 |
[175/214] 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 |
[176/214] 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 |
[177/214] 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 |
[178/214] 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 |
[179/214] 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 |
[180/214] 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 |
[181/214] 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 |
[182/214] 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 |
[183/214] 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 |
[184/214] 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 |
[185/214] 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 |
[186/214] 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 |
[187/214] 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 |
[188/214] 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 |
[189/214] 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 |
[190/214] 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 |
[191/214] 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 |
[192/214] 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 |
[193/214] 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 |
[194/214] 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 |
[195/214] 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 |
[196/214] 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 |
[197/214] 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 |
[198/214] 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 |
[199/214] 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 |
[200/214] 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 |
[201/214] 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 |
[202/214] 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 |
[203/214] 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 |
[204/214] 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 |
[205/214] 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 |
[206/214] 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 |
[207/214] 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 |
[208/214] 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 |
[209/214] 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 |
[210/214] 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 |
[211/214] 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 |
[212/214] 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 |
[213/214] 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 |
[214/214] 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 |
BUILD FAILURE 6.1 macosSpm