The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build ZcashLightClientKit, reference 2.2.14 (3cc71d), with Swift 6.1 for Linux on 30 Apr 2025 13:36:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git
Reference: 2.2.14
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk
 * tag               2.2.14     -> FETCH_HEAD
HEAD is now at 3cc71dc Merge pull request #1548 from LukasKorba/1547-Release-2-2-14
Cloned https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git
Revision (git rev-parse @):
3cc71dc1b6de8b09b52bdeed45b2cc007f128830
SUCCESS checkout https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git at 2.2.14
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git
https://github.com/Electric-Coin-Company/zcash-swift-wallet-sdk.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "grpc-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.24.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grpc/grpc-swift.git"
    },
    {
      "identity" : "sqlite.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stephencelis/SQLite.swift.git"
    },
    {
      "identity" : "zcash-light-client-ffi",
      "requirement" : {
        "exact" : [
          "0.15.0"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Electric-Coin-Company/zcash-light-client-ffi"
    }
  ],
  "manifest_display_name" : "ZcashLightClientKit",
  "name" : "ZcashLightClientKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "ZcashLightClientKit",
      "targets" : [
        "ZcashLightClientKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ZcashLightClientKit",
      "module_type" : "SwiftTarget",
      "name" : "ZcashLightClientKit",
      "path" : "Sources/ZcashLightClientKit",
      "product_dependencies" : [
        "SQLite",
        "GRPC",
        "libzcashlc"
      ],
      "product_memberships" : [
        "ZcashLightClientKit"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/ZcashLightClientKit/Resources/checkpoints",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Account/Account.swift",
        "Account/AccountMetadataKey.swift",
        "Block/Actions/Action.swift",
        "Block/Actions/ClearAlreadyScannedBlocksAction.swift",
        "Block/Actions/ClearCacheAction.swift",
        "Block/Actions/DownloadAction.swift",
        "Block/Actions/EnhanceAction.swift",
        "Block/Actions/FetchUTXOsAction.swift",
        "Block/Actions/MigrateLegacyCacheDBAction.swift",
        "Block/Actions/ProcessSuggestedScanRangesAction.swift",
        "Block/Actions/RewindAction.swift",
        "Block/Actions/SaplingParamsAction.swift",
        "Block/Actions/ScanAction.swift",
        "Block/Actions/TxResubmissionAction.swift",
        "Block/Actions/UpdateChainTipAction.swift",
        "Block/Actions/UpdateSubtreeRootsAction.swift",
        "Block/Actions/ValidateServerAction.swift",
        "Block/CompactBlockProcessor.swift",
        "Block/DatabaseStorage/ConnectorProvider.swift",
        "Block/DatabaseStorage/DatabaseStorageError.swift",
        "Block/DatabaseStorage/SimpleConnectionProvider.swift",
        "Block/Download/BlockDownloader.swift",
        "Block/Download/BlockDownloaderService.swift",
        "Block/Enhance/BlockEnhancer.swift",
        "Block/FetchUnspentTxOutputs/UTXOFetcher.swift",
        "Block/FilesystemStorage/FSCompactBlockRepository.swift",
        "Block/SaplingParameters/SaplingParametersHandler.swift",
        "Block/Scan/BlockScanner.swift",
        "Block/Utils/AfterSyncHooksManager.swift",
        "Block/Utils/CompactBlockProgress.swift",
        "Block/Utils/SyncControlData.swift",
        "Checkpoint/BundleCheckpointSource.swift",
        "Checkpoint/BundleCheckpointURLProvider.swift",
        "Checkpoint/Checkpoint+helpers.swift",
        "Checkpoint/Checkpoint.swift",
        "Checkpoint/CheckpointSource.swift",
        "Checkpoint/CheckpointSourceFactory.swift",
        "ClosureSynchronizer.swift",
        "CombineSynchronizer.swift",
        "Constants/Checkpoint+mainnet.swift",
        "Constants/Checkpoint+testnet.swift",
        "Constants/ZcashSDK.swift",
        "DAO/BlockDao.swift",
        "DAO/PagedTransactionDao.swift",
        "DAO/TransactionDao.swift",
        "DAO/UnspentTransactionOutputDao.swift",
        "Entity/AccountEntity.swift",
        "Entity/EncodedTransactionEntity.swift",
        "Entity/Pczt.swift",
        "Entity/SentNoteEntity.swift",
        "Entity/TransactionEntity.swift",
        "Entity/UnspentTransactionOutputEntity.swift",
        "Entity/ZcashCompactBlock.swift",
        "Error/ZcashError.swift",
        "Error/ZcashErrorCode.swift",
        "Error/ZcashErrorCodeDefinition.swift",
        "Extensions/Bool+ToData.swift",
        "Extensions/Data+ToOtherTypes.swift",
        "Extensions/Data+Zcash.swift",
        "Extensions/Data+internal.swift",
        "Extensions/Error+ZcashError.swift",
        "Extensions/HexEncode.swift",
        "Extensions/Int+ToData.swift",
        "Extensions/NumberFormatter+Zcash.swift",
        "Extensions/URL+UpdateWithAlias.swift",
        "Extensions/Undescribable.swift",
        "Extensions/Zatoshi+SQLite.swift",
        "Extensions/ZcashRust+Utils.swift",
        "Extensions/ZcashSDK+extensions.swift",
        "Initializer.swift",
        "Metrics/SDKMetrics.swift",
        "Model/FiatCurrencyResult.swift",
        "Model/Memo.swift",
        "Model/Proposal.swift",
        "Model/ScanRange.swift",
        "Model/ScanSummary.swift",
        "Model/TransactionDataRequest.swift",
        "Model/WalletSummary.swift",
        "Model/WalletTypes.swift",
        "Model/Zatoshi.swift",
        "Modules/Service/GRPC/LightWalletGRPCService.swift",
        "Modules/Service/GRPC/ProtoBuf/Extensions/Protocolbuffer+Extensions.swift",
        "Modules/Service/GRPC/ProtoBuf/compact_formats.pb.swift",
        "Modules/Service/GRPC/ProtoBuf/proposal.pb.swift",
        "Modules/Service/GRPC/ProtoBuf/service.grpc.swift",
        "Modules/Service/GRPC/ProtoBuf/service.pb.swift",
        "Modules/Service/LightWalletService.swift",
        "Providers/LatestBlocksDataProvider.swift",
        "Providers/ResourceProvider.swift",
        "Repository/BlockRepository.swift",
        "Repository/CompactBlockRepository.swift",
        "Repository/NotesRepository.swift",
        "Repository/PaginatedTransactionRepository.swift",
        "Repository/TransactionRepository.swift",
        "Repository/TransactionRepositoryBuilder.swift",
        "Rust/ZcashKeyDerivationBackend.swift",
        "Rust/ZcashKeyDerivationBackendWelding.swift",
        "Rust/ZcashRustBackend.swift",
        "Rust/ZcashRustBackendWelding.swift",
        "Synchronizer.swift",
        "Synchronizer/ClosureSDKSynchronizer.swift",
        "Synchronizer/CombineSDKSynchronizer.swift",
        "Synchronizer/Dependencies.swift",
        "Synchronizer/SDKSynchronizer.swift",
        "Tool/DerivationTool.swift",
        "Tor/TorClient.swift",
        "Transaction/TransactionEncoder.swift",
        "Transaction/WalletTransactionEncoder.swift",
        "Utils/AsyncToClosureGateway.swift",
        "Utils/AsyncToCombineGateway.swift",
        "Utils/Clamped.swift",
        "Utils/DBActor.swift",
        "Utils/DIContainer.swift",
        "Utils/GenericActor.swift",
        "Utils/LoggingProxy.swift",
        "Utils/OSLogger.swift",
        "Utils/SaplingParameterDownloader.swift",
        "Utils/SpecificCombineTypes.swift",
        "Utils/SyncSessionIDGenerator.swift",
        "Utils/Task+sleep.swift",
        "Utils/UsedAliasesChecker.swift",
        "Utils/ZcashFileManager.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TestUtils",
      "module_type" : "SwiftTarget",
      "name" : "TestUtils",
      "path" : "Tests/TestUtils",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/cache.db",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/darkside_caches.db",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/darkside_data.db",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/integerOverflowJSON.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/sandblasted_mainnet_block.json",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/sapling-output.params",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/sapling-spend.params",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/test_data.db",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/txBase64String.txt",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/TestUtils/Resources/txFromAndroidSDK.txt",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ActionContext+tests.swift",
        "CompactBlockProcessorEventHandler.swift",
        "DarkSideWalletService.swift",
        "FakeChainBuilder.swift",
        "FakeService.swift",
        "FakeStorage.swift",
        "LoggerProxy.swift",
        "MockSessionIDGenerator.swift",
        "MockTransactionRepository.swift",
        "SDKSynchronizerSyncStatusHandler.swift",
        "Sourcery/AutoMockable.swift",
        "Sourcery/GeneratedMocks/AutoMockable.generated.swift",
        "Stubs.swift",
        "TestCoordinator.swift",
        "TestDbBuilder.swift",
        "TestVector.swift",
        "Tests+Utils.swift",
        "TestsData.swift",
        "UnspentTransactionOutputEntityMock.swift",
        "ZcashTestCase.swift",
        "proto/darkside.grpc.swift",
        "proto/darkside.pb.swift"
      ],
      "target_dependencies" : [
        "ZcashLightClientKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PerformanceTests",
      "module_type" : "SwiftTarget",
      "name" : "PerformanceTests",
      "path" : "Tests/PerformanceTests",
      "sources" : [
        "SynchronizerTests.swift"
      ],
      "target_dependencies" : [
        "ZcashLightClientKit",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OfflineTests",
      "module_type" : "SwiftTarget",
      "name" : "OfflineTests",
      "path" : "Tests/OfflineTests",
      "sources" : [
        "BirthdayTests.swift",
        "CheckpointSourceTests.swift",
        "ClosureSynchronizerOfflineTests.swift",
        "CombineSynchronizerOfflineTests.swift",
        "CompactBlockProcessorActions/ActionContextStateTests.swift",
        "CompactBlockProcessorActions/ClearAlreadyScannedBlocksActionTests.swift",
        "CompactBlockProcessorActions/ClearCacheActionTests.swift",
        "CompactBlockProcessorActions/DownloadActionTests.swift",
        "CompactBlockProcessorActions/EnhanceActionTests.swift",
        "CompactBlockProcessorActions/FetchUTXOsActionTests.swift",
        "CompactBlockProcessorActions/MigrateLegacyCacheDBActionTests.swift",
        "CompactBlockProcessorActions/ProcessSuggestedScanRangesActionTests.swift",
        "CompactBlockProcessorActions/RewindActionTests.swift",
        "CompactBlockProcessorActions/SaplingParamsActionTests.swift",
        "CompactBlockProcessorActions/ScanActionTests.swift",
        "CompactBlockProcessorActions/UpdateChainTipActionTests.swift",
        "CompactBlockProcessorActions/UpdateSubtreeRootsActionTests.swift",
        "CompactBlockProcessorActions/ValidateServerActionTests.swift",
        "CompactBlockRepositoryTests.swift",
        "DerivationToolTests/DerivationToolMainnetTests.swift",
        "DerivationToolTests/DerivationToolTestnetTests.swift",
        "FsBlockStorageTests.swift",
        "InitializerOfflineTests.swift",
        "MemoTests.swift",
        "NullBytesTests.swift",
        "PagedTransactionRepositoryTests.swift",
        "RawTransactionTests.swift",
        "RecipientTests.swift",
        "SynchronizerOfflineTests.swift",
        "TransactionRepositoryTests.swift",
        "TxIdTests.swift",
        "UndescribableTests.swift",
        "UnifiedTypecodesTests.swift",
        "WalletTests.swift",
        "ZatoshiTests.swift",
        "ZcashRustBackendTests.swift",
        "ZcashTransactionStateTests.swift",
        "Zip302MemoTests.swift",
        "Zip325Tests.swift"
      ],
      "target_dependencies" : [
        "ZcashLightClientKit",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkTests",
      "path" : "Tests/NetworkTests",
      "sources" : [
        "BlockStreamingTest.swift",
        "CompactBlockProcessorTests.swift",
        "CompactBlockReorgTests.swift",
        "DownloadTests.swift",
        "LightWalletServiceTests.swift",
        "TorClientTests.swift"
      ],
      "target_dependencies" : [
        "ZcashLightClientKit",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DarksideTests",
      "module_type" : "SwiftTarget",
      "name" : "DarksideTests",
      "path" : "Tests/DarksideTests",
      "sources" : [
        "AdvancedReOrgTests.swift",
        "BalanceTests.swift",
        "BlockDownloaderTests.swift",
        "DarksideSanityCheckTests.swift",
        "PaymentURIFulfillmentTests.swift",
        "PendingTransactionUpdatesTest.swift",
        "ReOrgTests.swift",
        "RewindRescanTests.swift",
        "ShieldFundsTests.swift",
        "SynchronizerDarksideTests.swift",
        "SynchronizerTests.swift",
        "TransactionEnhancementTests.swift",
        "Z2TReceiveTests.swift"
      ],
      "target_dependencies" : [
        "ZcashLightClientKit",
        "TestUtils"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AliasDarksideTests",
      "module_type" : "SwiftTarget",
      "name" : "AliasDarksideTests",
      "path" : "Tests/AliasDarksideTests",
      "sources" : [
        "SDKSynchronizerAliasDarksideTests.swift"
      ],
      "target_dependencies" : [
        "ZcashLightClientKit",
        "TestUtils"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Electric-Coin-Company/zcash-light-client-ffi
Fetching https://github.com/stephencelis/SQLite.swift.git
[1/9607] Fetching sqlite.swift
Fetched https://github.com/stephencelis/SQLite.swift.git from cache (3.39s)
[1/2954] Fetching zcash-light-client-ffi
Fetching https://github.com/grpc/grpc-swift.git
Fetched https://github.com/Electric-Coin-Company/zcash-light-client-ffi from cache (87.82s)
[1/50696] Fetching grpc-swift
Fetched https://github.com/grpc/grpc-swift.git from cache (9.72s)
Computing version for https://github.com/Electric-Coin-Company/zcash-light-client-ffi
Computed https://github.com/Electric-Coin-Company/zcash-light-client-ffi at 0.15.0 (95.17s)
Computing version for https://github.com/stephencelis/SQLite.swift.git
warning: 'sqlite.swift': /Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
Computed https://github.com/stephencelis/SQLite.swift.git at 0.15.3 (6.90s)
Fetching https://github.com/stephencelis/CSQLite.git
[1/19] Fetching csqlite
Fetched https://github.com/stephencelis/CSQLite.git from cache (1.46s)
Computing version for https://github.com/stephencelis/CSQLite.git
Computed https://github.com/stephencelis/CSQLite.git at 0.0.3 (11.78s)
Computing version for https://github.com/grpc/grpc-swift.git
Computed https://github.com/grpc/grpc-swift.git at 1.25.0 (0.70s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-protobuf.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
[1/5662] Fetching swift-nio-extras
[4531/7367] Fetching swift-nio-extras, swift-atomics
[5298/11203] Fetching swift-nio-extras, swift-atomics, swift-log
[7812/27472] Fetching swift-nio-extras, swift-atomics, swift-log, swift-collections
[11855/42281] Fetching swift-nio-extras, swift-atomics, swift-log, swift-collections, swift-nio-ssl
[19285/80785] Fetching swift-nio-extras, swift-atomics, swift-log, swift-collections, swift-nio-ssl, swift-protobuf
Fetched https://github.com/apple/swift-atomics.git from cache (2.90s)
Fetched https://github.com/apple/swift-log.git from cache (2.90s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.90s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-collections.git from cache (2.98s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.98s)
[1/2619] Fetching swift-nio-transport-services
[2594/14123] Fetching swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.53s)
Fetching https://github.com/apple/swift-nio.git
[2876/11504] Fetching swift-nio-http2
[11505/87070] Fetching swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.71s)
[23426/75566] Fetching swift-nio
Fetched https://github.com/apple/swift-protobuf.git from cache (4.89s)
Fetched https://github.com/apple/swift-nio.git from cache (7.30s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.59s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.84s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.30s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.55s)
Computing version for https://github.com/apple/swift-protobuf.git
Computed https://github.com/apple/swift-protobuf.git at 1.29.0 (2.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.43s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.53s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-algorithms.git
[1/904] Fetching swift-http-types
[20/2031] Fetching swift-http-types, swift-http-structured-headers
[2032/7934] Fetching swift-http-types, swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.36s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.86s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.51s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.79s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.63s)
Creating working copy for https://github.com/grpc/grpc-swift.git
Working copy of https://github.com/grpc/grpc-swift.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/Electric-Coin-Company/zcash-light-client-ffi
Working copy of https://github.com/Electric-Coin-Company/zcash-light-client-ffi resolved at 0.15.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/stephencelis/SQLite.swift.git
Working copy of https://github.com/stephencelis/SQLite.swift.git resolved at 0.15.3
Creating working copy for https://github.com/apple/swift-protobuf.git
Working copy of https://github.com/apple/swift-protobuf.git resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/stephencelis/CSQLite.git
Working copy of https://github.com/stephencelis/CSQLite.git resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/452] Copying cache.db
[2/452] Write sources
[2/452] Copying darkside_caches.db
[8/452] Write sources
[8/452] Copying txBase64String.txt
[8/452] Copying txFromAndroidSDK.txt
[8/452] Copying darkside_data.db
[8/452] Copying sandblasted_mainnet_block.json
[8/452] Copying PrivacyInfo.xcprivacy
[8/452] Write sources
[31/452] Copying integerOverflowJSON.json
[31/452] Copying sapling-output.params
[34/452] Copying test_data.db
[35/452] Compiling _AtomicsShims.c
[36/452] Compiling CNIOWindows WSAStartup.c
[36/452] Compiling CNIOWindows shim.c
[37/452] Compiling CNIOWASI CNIOWASI.c
[39/452] Compiling CNIOLinux liburing_shims.c
[40/452] Copying sapling-spend.params
[41/452] Copying checkpoints
[42/452] Compiling CNIODarwin shim.c
[43/452] Write swift-version-24593BA9C3E375BF.txt
[44/452] Compiling CNIOLLHTTP c_nio_http.c
[45/452] Compiling CNIOLinux shim.c
[46/452] Compiling fiat_p256_adx_sqr.S
[47/452] Compiling CNIOLLHTTP c_nio_api.c
[48/490] Compiling fiat_p256_adx_mul.S
[49/491] Compiling fiat_curve25519_adx_square.S
[49/491] Compiling CNIOLLHTTP c_nio_llhttp.c
[51/550] Compiling fiat_curve25519_adx_mul.S
[52/574] Compiling CNIOBoringSSLShims shims.c
[54/596] Emitting module _NIOBase64
[55/596] Emitting module Logging
[56/596] Emitting module _NIODataStructures
[56/596] Compiling tls_method.cc
[57/596] Compiling tls_record.cc
[59/596] Compiling InternalCollectionsUtilities _SortedCollection.swift
[60/596] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[61/598] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[62/598] Compiling InternalCollectionsUtilities Specialize.swift
[63/598] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[64/598] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[65/598] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[66/598] Emitting module InternalCollectionsUtilities
[67/598] Compiling _NIODataStructures _TinyArray.swift
[68/598] Compiling _NIOBase64 Base64.swift
[68/598] Compiling tls13_server.cc
[70/599] Compiling InternalCollectionsUtilities UInt+reversed.swift
[71/599] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/599] Compiling InternalCollectionsUtilities Debugging.swift
[73/599] Compiling InternalCollectionsUtilities Descriptions.swift
[74/599] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[75/599] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[76/599] Compiling _NIODataStructures PriorityQueue.swift
[77/599] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[78/599] Compiling InternalCollectionsUtilities Integer rank.swift
[79/599] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/599] Compiling tls13_enc.cc
[82/599] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/599] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[84/600] Emitting module SwiftProtobuf
[86/611] Compiling Logging MetadataProvider.swift
[87/611] Compiling Logging Locks.swift
[88/611] Compiling _NIODataStructures Heap.swift
[89/612] Compiling Logging LogHandler.swift
[90/612] Compiling Logging Logging.swift
[93/613] Compiling SwiftProtobuf JSONEncoder.swift
[94/613] Compiling SwiftProtobuf JSONEncodingError.swift
[95/613] Compiling SwiftProtobuf JSONEncodingOptions.swift
[96/613] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[97/617] Emitting module SQLite
[102/617] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[103/617] Compiling SwiftProtobuf JSONScanner.swift
[104/617] Compiling SwiftProtobuf MathUtils.swift
[105/617] Compiling SwiftProtobuf Message+AnyAdditions.swift
[106/617] Compiling SwiftProtobuf Message+JSONAdditions.swift
[107/617] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[108/617] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[109/617] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[110/617] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[111/617] Compiling SwiftProtobuf Message.swift
[112/617] Compiling SwiftProtobuf MessageExtension.swift
[113/617] Compiling SwiftProtobuf NameMap.swift
[114/617] Compiling SwiftProtobuf PathDecoder.swift
[115/617] Compiling SwiftProtobuf PathVisitor.swift
[116/617] Compiling SwiftProtobuf ProtoNameProviding.swift
[117/617] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[118/617] Compiling SwiftProtobuf CustomJSONCodable.swift
[119/617] Compiling SwiftProtobuf Decoder.swift
[120/617] Compiling SwiftProtobuf DoubleParser.swift
[121/617] Compiling SwiftProtobuf Enum.swift
[122/617] Compiling SwiftProtobuf ExtensibleMessage.swift
[123/617] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[124/617] Compiling SwiftProtobuf ExtensionFields.swift
[125/617] Compiling SwiftProtobuf ExtensionMap.swift
[126/617] Compiling SwiftProtobuf FieldTag.swift
[127/617] Compiling SwiftProtobuf FieldTypes.swift
[128/617] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[129/617] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[140/617] Compiling SwiftProtobuf HashVisitor.swift
[141/617] Compiling SwiftProtobuf Internal.swift
[142/617] Compiling SwiftProtobuf JSONDecoder.swift
[143/617] Compiling SwiftProtobuf JSONDecodingError.swift
[144/617] Compiling SwiftProtobuf JSONDecodingOptions.swift
[149/617] Compiling SwiftProtobuf Google_Protobuf_Wrappers+Extensions.swift
[150/632] Compiling DequeModule Deque+Codable.swift
[151/632] Compiling DequeModule Deque+Collection.swift
[152/632] Compiling DequeModule Deque+CustomReflectable.swift
[153/632] Compiling DequeModule Deque+Descriptions.swift
[154/632] Compiling DequeModule Deque+Equatable.swift
[155/632] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[156/632] Compiling DequeModule Deque+Extras.swift
[157/632] Compiling DequeModule Deque+Hashable.swift
[158/632] Compiling DequeModule Deque._UnsafeHandle.swift
[159/632] Compiling DequeModule Deque.swift
[160/632] Compiling DequeModule Deque+Testing.swift
[170/632] Compiling SQLite Query.swift
[171/632] Compiling SQLite Schema.swift
[172/632] Compiling SQLite Setter.swift
[175/634] Compiling DequeModule _DequeBuffer.swift
[176/634] Compiling DequeModule _DequeBufferHeader.swift
[181/634] Compiling DequeModule Deque._Storage.swift
[184/634] Compiling DequeModule _DequeSlot.swift
[185/634] Compiling DequeModule _UnsafeWrappedBuffer.swift
[193/634] Compiling SQLite WindowFunctions.swift
[194/634] Compiling SwiftProtobuf TextFormatScanner.swift
[195/634] Compiling SwiftProtobuf TimeUtils.swift
[196/634] Compiling SwiftProtobuf UnknownStorage.swift
[197/634] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[198/634] Compiling SwiftProtobuf Varint.swift
[199/634] Compiling SwiftProtobuf Version.swift
[200/634] Compiling SwiftProtobuf Visitor.swift
[201/634] Compiling SwiftProtobuf WireFormat.swift
[202/634] Compiling SwiftProtobuf ZigZag.swift
[203/634] Compiling SwiftProtobuf any.pb.swift
[211/634] Compiling tls13_both.cc
[212/634] Compiling t1_enc.cc
[214/634] Emitting module DequeModule
[214/635] Compiling tls13_client.cc
[216/635] Compiling ssl_x509.cc
[218/635] Compiling SwiftProtobuf AnyMessageStorage.swift
[219/635] Compiling SwiftProtobuf AnyUnpackError.swift
[220/635] Compiling SwiftProtobuf AsyncMessageSequence.swift
[221/635] Compiling SwiftProtobuf BinaryDecoder.swift
[222/635] Compiling SwiftProtobuf BinaryDecodingError.swift
[223/635] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[224/635] Compiling SwiftProtobuf BinaryDelimited.swift
[225/635] Compiling SwiftProtobuf BinaryEncoder.swift
[226/635] Compiling SwiftProtobuf BinaryEncodingError.swift
[227/635] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[228/635] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[229/635] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[229/635] Compiling ssl_versions.cc
[230/635] Compiling ssl_stat.cc
[231/635] Compiling ssl_transcript.cc
[232/635] Compiling ssl_privkey.cc
[237/636] Compiling ssl_session.cc
[239/636] Compiling ssl_key_share.cc
[240/636] Compiling ssl_lib.cc
[241/636] Compiling ssl_file.cc
[242/636] Compiling ssl_credential.cc
[243/636] Compiling ssl_cipher.cc
[244/636] Compiling ssl_buffer.cc
[245/636] Compiling ssl_cert.cc
[246/636] Compiling ssl_asn1.cc
[247/636] Compiling ssl_aead_ctx.cc
[248/636] Compiling s3_pkt.cc
[249/636] Compiling s3_both.cc
[250/636] Compiling s3_lib.cc
[251/636] Compiling handshake_server.cc
[252/636] Compiling handshake.cc
[253/636] Compiling handshake_client.cc
[254/636] Compiling handoff.cc
[255/636] Compiling extensions.cc
[256/636] Compiling dtls_record.cc
[257/636] Compiling encrypted_client_hello.cc
[258/636] Compiling md5-x86_64-linux.S
[259/636] Compiling md5-x86_64-apple.S
[260/636] Compiling md5-586-linux.S
[261/636] Compiling md5-586-apple.S
[262/636] Compiling d1_srtp.cc
[263/636] Compiling dtls_method.cc
[264/636] Compiling d1_pkt.cc
[265/636] Compiling chacha20_poly1305_x86_64-apple.S
[266/636] Compiling chacha20_poly1305_x86_64-linux.S
[267/636] Compiling chacha20_poly1305_armv8-win.S
[268/636] Compiling chacha20_poly1305_armv8-linux.S
[269/636] Compiling chacha20_poly1305_armv8-apple.S
[270/636] Compiling chacha-x86_64-linux.S
[271/636] Compiling err_data.cc
[272/636] Compiling chacha-x86_64-apple.S
[273/636] Compiling chacha-x86-linux.S
[274/636] Compiling chacha-x86-apple.S
[275/636] Compiling chacha-armv8-win.S
[276/636] Compiling chacha-armv8-linux.S
[277/636] Compiling chacha-armv8-apple.S
[278/636] Compiling chacha-armv4-linux.S
[279/636] Compiling aes128gcmsiv-x86_64-linux.S
[280/636] Compiling aes128gcmsiv-x86_64-apple.S
[281/636] Compiling x86_64-mont5-apple.S
[282/636] Compiling x86_64-mont5-linux.S
[283/636] Compiling x86_64-mont-linux.S
[284/636] Compiling x86_64-mont-apple.S
[285/636] Compiling x86-mont-linux.S
[286/636] Compiling vpaes-x86_64-linux.S
[287/636] Compiling x86-mont-apple.S
[288/636] Compiling vpaes-x86-linux.S
[289/636] Compiling vpaes-x86_64-apple.S
[290/636] Compiling vpaes-armv8-win.S
[290/636] Compiling vpaes-x86-apple.S
[292/636] Compiling vpaes-armv8-linux.S
[293/636] Compiling vpaes-armv8-apple.S
[294/636] Compiling vpaes-armv7-linux.S
[295/636] Compiling sha512-x86_64-linux.S
[296/636] Compiling sha512-x86_64-apple.S
[297/636] Compiling sha512-armv8-win.S
[298/636] Compiling sha512-armv8-linux.S
[299/636] Compiling d1_lib.cc
[300/636] Compiling sha512-armv8-apple.S
[301/636] Compiling sha512-armv4-linux.S
[302/636] Compiling sha256-x86_64-apple.S
[303/636] Compiling sha512-586-linux.S
[304/636] Compiling sha512-586-apple.S
[304/636] Compiling bio_ssl.cc
[306/636] Compiling sha256-armv8-win.S
[307/636] Compiling sha256-x86_64-linux.S
[308/636] Compiling sha256-armv8-linux.S
[309/636] Compiling sha256-586-linux.S
[310/636] Compiling sha256-armv4-linux.S
[311/636] Compiling sha256-armv8-apple.S
[312/636] Compiling sha256-586-apple.S
[313/636] Compiling sha1-armv8-win.S
[314/636] Compiling sha1-x86_64-apple.S
[315/636] Compiling sha1-armv8-linux.S
[316/636] Compiling sha1-x86_64-linux.S
[317/636] Compiling sha1-armv4-large-linux.S
[318/636] Compiling sha1-armv8-apple.S
[319/636] Compiling sha1-586-apple.S
[320/636] Compiling sha1-586-linux.S
[321/636] Compiling rsaz-avx2-linux.S
[322/636] Compiling rsaz-avx2-apple.S
[323/636] Compiling rdrand-x86_64-linux.S
[324/636] Compiling rdrand-x86_64-apple.S
[325/636] Compiling p256_beeu-x86_64-asm-linux.S
[326/636] Compiling p256_beeu-x86_64-asm-apple.S
[327/636] Compiling p256_beeu-armv8-asm-linux.S
[328/636] Compiling p256_beeu-armv8-asm-win.S
[329/636] Compiling p256_beeu-armv8-asm-apple.S
[330/636] Compiling p256-armv8-asm-win.S
[331/636] Compiling p256-x86_64-asm-apple.S
[332/636] Compiling p256-armv8-asm-linux.S
[333/636] Compiling p256-x86_64-asm-linux.S
[334/636] Compiling ghashv8-armv8-win.S
[335/636] Compiling p256-armv8-asm-apple.S
[336/636] Compiling ghashv8-armv8-linux.S
[337/636] Compiling ghashv8-armv8-apple.S
[338/636] Compiling ghashv8-armv7-linux.S
[339/636] Compiling ghash-x86_64-apple.S
[340/636] Compiling ghash-x86-apple.S
[341/636] Compiling ghash-x86_64-linux.S
[342/636] Compiling ghash-x86-linux.S
[343/636] Compiling ghash-ssse3-x86_64-linux.S
[344/636] Compiling ghash-ssse3-x86_64-apple.S
[345/636] Compiling ghash-ssse3-x86-linux.S
[346/636] Compiling ghash-neon-armv8-apple.S
[347/636] Compiling ghash-neon-armv8-win.S
[348/636] Compiling ghash-armv4-linux.S
[349/636] Compiling ghash-ssse3-x86-apple.S
[350/636] Compiling ghash-neon-armv8-linux.S
[351/636] Compiling co-586-linux.S
[352/636] Compiling co-586-apple.S
[353/636] Compiling bsaes-armv7-linux.S
[354/636] Compiling bn-armv8-linux.S
[355/636] Compiling bn-armv8-win.S
[356/636] Compiling bn-armv8-apple.S
[357/636] Compiling bn-586-apple.S
[358/636] Compiling armv8-mont-win.S
[359/636] Compiling bn-586-linux.S
[360/636] Compiling armv8-mont-linux.S
[361/636] Compiling armv8-mont-apple.S
[362/636] Compiling aesv8-gcm-armv8-win.S
[363/636] Compiling armv4-mont-linux.S
[364/636] Compiling aesv8-gcm-armv8-linux.S
[365/636] Compiling aesv8-gcm-armv8-apple.S
[366/636] Compiling aesv8-armv8-win.S
[367/636] Compiling aesv8-armv8-linux.S
[368/636] Compiling aesni-x86_64-apple.S
[369/636] Compiling aesv8-armv8-apple.S
[370/636] Compiling d1_both.cc
[371/636] Compiling aesv8-armv7-linux.S
[372/636] Compiling aesni-x86-linux.S
[373/636] Compiling aesni-x86-apple.S
[374/636] Compiling aesni-x86_64-linux.S
[375/636] Compiling aesni-gcm-x86_64-linux.S
[376/636] Compiling aesni-gcm-x86_64-apple.S
[377/636] Compiling aes-gcm-avx2-x86_64-apple.S
[378/636] Compiling aes-gcm-avx10-x86_64-apple.S
[379/636] Compiling aes-gcm-avx2-x86_64-linux.S
[380/636] Compiling aes-gcm-avx10-x86_64-linux.S
[382/636] Compiling SwiftProtobuf api.pb.swift
[383/636] Compiling SwiftProtobuf descriptor.pb.swift
[384/636] Compiling SwiftProtobuf duration.pb.swift
[385/636] Compiling SwiftProtobuf empty.pb.swift
[386/636] Compiling SwiftProtobuf field_mask.pb.swift
[387/636] Compiling SwiftProtobuf source_context.pb.swift
[388/636] Compiling SwiftProtobuf struct.pb.swift
[389/636] Compiling SwiftProtobuf timestamp.pb.swift
[390/636] Compiling SwiftProtobuf type.pb.swift
[391/636] Compiling SwiftProtobuf wrappers.pb.swift
[392/636] Compiling SwiftProtobuf resource_bundle_accessor.swift
[393/637] Compiling x_val.cc
[394/637] Compiling x_spki.cc
[395/637] Compiling x_x509.cc
[396/637] Compiling x_x509a.cc
[397/637] Compiling x_pubkey.cc
[398/637] Compiling x_sig.cc
[399/637] Compiling x_req.cc
[400/637] Compiling x_name.cc
[401/637] Compiling x_exten.cc
[402/637] Compiling x_attrib.cc
[403/637] Compiling x_crl.cc
[404/637] Compiling x509spki.cc
[405/637] Compiling x_algor.cc
[406/637] Compiling x_all.cc
[407/637] Compiling x509rset.cc
[408/637] Compiling x509cset.cc
[409/637] Compiling x509name.cc
[410/637] Compiling x509_vpm.cc
[411/637] Compiling x509_txt.cc
[412/637] Compiling x509_v3.cc
[413/637] Compiling x509_set.cc
[414/637] Compiling x509_vfy.cc
[415/637] Compiling x509_trs.cc
[416/637] Compiling x509_ext.cc
[417/637] Compiling x509_d2.cc
[418/637] Compiling x509_obj.cc
[419/637] Compiling x509_def.cc
[420/637] Compiling x509_req.cc
[421/637] Compiling x509_lu.cc
[422/637] Compiling x509_cmp.cc
[423/637] Compiling x509_att.cc
[424/637] Compiling x509.cc
[425/637] Compiling v3_skey.cc
[426/637] Compiling v3_utl.cc
[427/637] Compiling v3_prn.cc
[428/637] Compiling v3_pcons.cc
[429/637] Compiling v3_pmaps.cc
[430/637] Compiling v3_purp.cc
[431/637] Compiling v3_ocsp.cc
[432/637] Compiling v3_ncons.cc
[433/637] Compiling v3_int.cc
[434/637] Compiling v3_lib.cc
[435/637] Compiling v3_genn.cc
[436/637] Compiling v3_ia5.cc
[437/637] Compiling v3_info.cc
[438/637] Compiling v3_extku.cc
[439/637] Compiling v3_enum.cc
[440/637] Compiling v3_cpols.cc
[441/637] Compiling v3_crld.cc
[442/637] Compiling v3_conf.cc
[443/637] Compiling v3_bitst.cc
[444/637] Compiling v3_alt.cc
[445/637] Compiling v3_bcons.cc
[446/637] Compiling v3_akey.cc
[447/637] Compiling v3_akeya.cc
[448/637] Compiling i2d_pr.cc
[449/637] Compiling t_x509.cc
[450/637] Compiling t_x509a.cc
[451/637] Compiling t_crl.cc
[452/637] Compiling t_req.cc
[453/637] Compiling rsa_pss.cc
[454/637] Compiling policy.cc
[455/637] Compiling name_print.cc
[456/637] Compiling by_file.cc
[457/637] Compiling a_digest.cc
[458/637] Compiling by_dir.cc
[459/637] Compiling a_verify.cc
[460/637] Compiling a_sign.cc
[461/637] Compiling voprf.cc
[462/637] Compiling asn1_gen.cc
[463/637] Compiling algorithm.cc
[464/637] Compiling thread_win.cc
[465/637] Compiling thread_none.cc
[466/637] Compiling thread_pthread.cc
[467/637] Compiling thread.cc
[468/637] Compiling stack.cc
[469/637] Compiling trust_token.cc
[470/637] Compiling sha512.cc
[471/637] Compiling siphash.cc
[472/637] Compiling pmbtoken.cc
[473/637] Compiling sha256.cc
[474/637] Compiling sha1.cc
[475/637] Compiling spake2plus.cc
[476/637] Compiling slhdsa.cc
[477/637] Compiling rsa_print.cc
[478/637] Compiling rsa_extra.cc
[479/637] Compiling rc4.cc
[480/637] Compiling windows.cc
[481/637] Compiling refcount.cc
[482/637] Compiling rsa_crypt.cc
[483/637] Compiling trusty.cc
[484/637] Compiling urandom.cc
[485/637] Compiling rand.cc
[486/637] Compiling passive.cc
[487/637] Compiling rsa_asn1.cc
[488/637] Compiling ios.cc
[489/637] Compiling getentropy.cc
[490/637] Compiling deterministic.cc
[491/637] Compiling fork_detect.cc
[492/637] Compiling poly1305_arm_asm.S
[493/637] Compiling forkunsafe.cc
[494/637] Compiling poly1305.cc
[495/637] Compiling poly1305_arm.cc
[496/637] Compiling pool.cc
[497/637] Compiling poly1305_vec.cc
[498/637] Compiling pkcs7.cc
[499/637] Compiling pkcs8.cc
[500/637] Compiling pkcs7_x509.cc
[501/637] Compiling p5_pbev2.cc
[502/637] Compiling pkcs8_x509.cc
[503/637] Compiling pem_xaux.cc
[504/637] Compiling pem_x509.cc
[505/637] Compiling pem_pkey.cc
[506/637] Compiling pem_pk8.cc
[507/637] Compiling obj_xref.cc
[508/637] Compiling mlkem.cc
[509/637] Compiling mldsa.cc
[510/637] Compiling pem_all.cc
[511/637] Compiling pem_info.cc
[512/637] Compiling mem.cc
[513/637] Compiling pem_oth.cc
[514/637] Compiling pem_lib.cc
[515/637] Compiling obj.cc
[516/637] Compiling fips_shared_support.cc
[517/637] Compiling lhash.cc
[518/637] Compiling md5.cc
[519/637] Compiling poly_rq_mul.S
[520/637] Compiling md4.cc
[521/637] Compiling hrss.cc
[522/637] Compiling ex_data.cc
[523/637] Compiling kyber.cc
[524/637] Compiling sign.cc
[525/637] Compiling hpke.cc
[526/637] Compiling scrypt.cc
[527/637] Compiling print.cc
[528/637] Compiling pbkdf.cc
[529/637] Compiling p_x25519.cc
[530/637] Compiling p_x25519_asn1.cc
[531/637] Compiling p_ed25519.cc
[532/637] Compiling p_rsa_asn1.cc
[533/637] Compiling p_rsa.cc
[534/637] Compiling p_ed25519_asn1.cc
[535/637] Compiling p_hkdf.cc
[536/637] Compiling p_ec.cc
[537/637] Compiling p_ec_asn1.cc
[538/637] Compiling p_dh_asn1.cc
[539/637] Compiling p_dh.cc
[540/637] Compiling evp_ctx.cc
[541/637] Compiling evp_asn1.cc
[542/637] Compiling p_dsa_asn1.cc
[543/637] Compiling engine.cc
[544/637] Compiling evp.cc
[545/637] Compiling err.cc
[546/637] Compiling hash_to_curve.cc
[547/637] Compiling ec_derive.cc
[548/637] Compiling ecdh.cc
[549/637] Compiling ecdsa_asn1.cc
[550/637] Compiling dsa.cc
[551/637] Compiling params.cc
[552/637] Compiling ec_asn1.cc
[553/637] Compiling dsa_asn1.cc
[554/637] Compiling dh_asn1.cc
[555/637] Compiling x25519-asm-arm.S
[556/637] Compiling des.cc
[557/637] Compiling cpu_intel.cc
[558/637] Compiling digest_extra.cc
[559/637] Compiling crypto.cc
[560/637] Compiling spake25519.cc
[561/637] Compiling cpu_arm_linux.cc
[562/637] Compiling cpu_arm_freebsd.cc
[563/637] Compiling curve25519.cc
[564/637] Compiling cpu_aarch64_win.cc
[565/637] Compiling bcm.cc
[566/637] Compiling cpu_aarch64_openbsd.cc
[567/637] Compiling cpu_aarch64_fuchsia.cc
[568/637] Compiling curve25519_64_adx.cc
[569/637] Compiling cpu_aarch64_linux.cc
[570/637] Compiling cpu_aarch64_sysreg.cc
[571/637] Compiling cpu_aarch64_apple.cc
[572/637] Compiling conf.cc
[573/637] Compiling e_rc4.cc
[574/637] Compiling tls_cbc.cc
[575/637] Compiling e_rc2.cc
[576/637] Compiling get_cipher.cc
[577/637] Compiling e_tls.cc
[578/637] Compiling e_null.cc
[579/637] Compiling e_des.cc
[580/637] Compiling e_chacha20poly1305.cc
[581/637] Compiling derive_key.cc
[582/637] Compiling e_aesctrhmac.cc
[583/637] Compiling e_aesgcmsiv.cc
[584/637] Compiling unicode.cc
[585/637] Compiling chacha.cc
[586/637] Compiling buf.cc
[587/637] Compiling cbb.cc
[588/637] Compiling cbs.cc
[589/637] Compiling ber.cc
[590/637] Compiling blake2.cc
[591/637] Compiling bn_asn1.cc
[592/637] Compiling asn1_compat.cc
[593/637] Compiling socket_helper.cc
[594/637] Compiling socket.cc
[595/637] Compiling convert.cc
[596/637] Compiling hexdump.cc
[597/637] Compiling printf.cc
[598/637] Compiling errno.cc
[599/637] Compiling pair.cc
[600/637] Compiling file.cc
[601/637] Compiling fd.cc
[602/637] Compiling base64.cc
[603/637] Compiling connect.cc
[604/637] Compiling bio_mem.cc
[605/637] Compiling tasn_fre.cc
[606/637] Compiling bio.cc
[607/637] Compiling tasn_typ.cc
[608/637] Compiling tasn_enc.cc
[609/637] Compiling posix_time.cc
[610/637] Compiling tasn_utl.cc
[611/637] Compiling f_string.cc
[612/637] Compiling tasn_new.cc
[613/637] Compiling f_int.cc
[614/637] Compiling tasn_dec.cc
[615/637] Compiling asn1_par.cc
[616/637] Compiling asn_pack.cc
[617/637] Compiling asn1_lib.cc
[618/637] Compiling a_utctm.cc
[619/637] Compiling a_type.cc
[620/637] Compiling a_octet.cc
[621/637] Compiling a_time.cc
[622/637] Compiling a_object.cc
[623/637] Compiling a_strex.cc
[624/637] Compiling a_strnid.cc
[625/637] Compiling a_i2d_fp.cc
[626/637] Compiling a_mbstr.cc
[627/637] Compiling a_dup.cc
[628/637] Compiling a_int.cc
[628/637] Write sources
[630/637] Compiling a_d2i_fp.cc
[631/637] Compiling a_gentm.cc
[632/637] Compiling CGRPCZlib empty.c
[633/637] Compiling a_bitstr.cc
[635/656] Compiling Atomics AtomicMemoryOrderings.swift
[636/656] Compiling Atomics DoubleWord.swift
[637/656] Compiling Atomics ManagedAtomic.swift
[638/656] Compiling Atomics ManagedAtomicLazyReference.swift
[638/656] Compiling a_bool.cc
[640/658] Compiling Atomics UnsafeAtomic.swift
[641/658] Compiling Atomics UnsafeAtomicLazyReference.swift
[642/658] Compiling Atomics Primitives.shims.swift
[643/658] Compiling Atomics AtomicInteger.swift
[644/658] Compiling Atomics AtomicOptionalWrappable.swift
[645/658] Compiling Atomics AtomicReference.swift
[646/658] Compiling Atomics AtomicStorage.swift
[647/658] Compiling Atomics AtomicValue.swift
[648/658] Compiling Atomics IntegerOperations.swift
[649/658] Compiling Atomics Unmanaged extensions.swift
[650/658] Emitting module Atomics
[651/658] Compiling Atomics OptionalRawRepresentable.swift
[652/658] Compiling Atomics RawRepresentable.swift
[653/658] Compiling Atomics AtomicBool.swift
[654/658] Compiling Atomics IntegerConformances.swift
[655/658] Compiling Atomics PointerConformances.swift
[656/658] Compiling Atomics Primitives.native.swift
[657/659] Compiling c-nioatomics.c
[658/659] Compiling c-atomics.c
[660/665] Compiling NIOConcurrencyHelpers NIOLock.swift
[661/665] Compiling NIOConcurrencyHelpers lock.swift
[662/665] Emitting module NIOConcurrencyHelpers
[663/665] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[664/665] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[665/665] Compiling NIOConcurrencyHelpers atomics.swift
[667/725] Compiling NIOCore GlobalSingletons.swift
[668/725] Compiling NIOCore IO.swift
[669/725] Compiling NIOCore IOData.swift
[670/725] Compiling NIOCore IPProtocol.swift
[671/725] Compiling NIOCore IntegerBitPacking.swift
[672/725] Compiling NIOCore IntegerTypes.swift
[673/725] Compiling NIOCore Interfaces.swift
[674/725] Compiling NIOCore Linux.swift
[675/725] Compiling NIOCore MarkedCircularBuffer.swift
[676/725] Compiling NIOCore MulticastChannel.swift
[677/725] Compiling NIOCore NIOAny.swift
[678/725] Compiling NIOCore NIOCloseOnErrorHandler.swift
[679/725] Compiling NIOCore NIOLoopBound.swift
[680/725] Compiling NIOCore NIOScheduledCallback.swift
[681/725] Compiling NIOCore NIOSendable.swift
[682/725] Compiling NIOCore RecvByteBufferAllocator.swift
[683/733] Compiling NIOCore EventLoop.swift
[684/733] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[685/733] Compiling NIOCore EventLoopFuture+Deprecated.swift
[686/733] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[687/733] Compiling NIOCore EventLoopFuture.swift
[688/733] Compiling NIOCore FileDescriptor.swift
[689/733] Compiling NIOCore FileHandle.swift
[690/733] Compiling NIOCore FileRegion.swift
[691/733] Compiling NIOCore ChannelPipeline.swift
[692/733] Compiling NIOCore CircularBuffer.swift
[693/733] Compiling NIOCore Codec.swift
[694/733] Compiling NIOCore ConvenienceOptionSupport.swift
[695/733] Compiling NIOCore DeadChannel.swift
[696/733] Compiling NIOCore DispatchQueue+WithFuture.swift
[697/733] Compiling NIOCore EventLoop+Deprecated.swift
[698/733] Compiling NIOCore EventLoop+SerialExecutor.swift
[699/733] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[700/733] Compiling NIOCore SocketAddresses.swift
[701/733] Compiling NIOCore SocketOptionProvider.swift
[702/733] Compiling NIOCore SystemCallHelpers.swift
[703/733] Compiling NIOCore TimeAmount+Duration.swift
[704/733] Compiling NIOCore TypeAssistedChannelHandler.swift
[705/733] Compiling NIOCore UniversalBootstrapSupport.swift
[706/733] Compiling NIOCore Utilities.swift
[707/733] Compiling NIOCore AddressedEnvelope.swift
[708/733] Compiling NIOCore AsyncAwaitSupport.swift
[709/733] Compiling NIOCore AsyncChannel.swift
[710/733] Compiling NIOCore AsyncChannelHandler.swift
[711/733] Compiling NIOCore AsyncChannelInboundStream.swift
[712/733] Compiling NIOCore AsyncChannelOutboundWriter.swift
[713/733] Compiling NIOCore NIOAsyncSequenceProducer.swift
[714/733] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[715/733] Compiling NIOCore NIOAsyncWriter.swift
[716/733] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[717/733] Compiling NIOCore BSDSocketAPI.swift
[718/733] Compiling NIOCore ByteBuffer-aux.swift
[719/733] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[720/733] Compiling NIOCore ByteBuffer-conversions.swift
[721/733] Compiling NIOCore ByteBuffer-core.swift
[722/733] Compiling NIOCore ByteBuffer-hex.swift
[723/733] Compiling NIOCore ByteBuffer-int.swift
[724/733] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[725/733] Compiling NIOCore ByteBuffer-multi-int.swift
[726/733] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[727/733] Compiling NIOCore ByteBuffer-views.swift
[728/733] Compiling NIOCore Channel.swift
[729/733] Compiling NIOCore ChannelHandler.swift
[730/733] Compiling NIOCore ChannelHandlers.swift
[731/733] Compiling NIOCore ChannelInvoker.swift
[732/733] Compiling NIOCore ChannelOption.swift
[733/733] Emitting module NIOCore
[735/785] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[736/785] Emitting module NIOEmbedded
[737/785] Compiling NIOEmbedded AsyncTestingChannel.swift
[738/785] Compiling NIOEmbedded Embedded.swift
[740/786] Compiling NIOPosix PooledRecvBufferAllocator.swift
[741/786] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[742/786] Compiling NIOPosix PosixSingletons.swift
[743/786] Compiling NIOPosix RawSocketBootstrap.swift
[744/786] Compiling NIOPosix Resolver.swift
[745/786] Compiling NIOPosix Selectable.swift
[746/792] Compiling NIOPosix SelectableChannel.swift
[747/792] Compiling NIOPosix SelectableEventLoop.swift
[748/792] Compiling NIOPosix SelectorEpoll.swift
[749/792] Compiling NIOPosix SelectorGeneric.swift
[750/792] Compiling NIOPosix SelectorKqueue.swift
[751/792] Compiling NIOPosix SelectorUring.swift
[752/792] Compiling NIOPosix ServerSocket.swift
[753/792] Compiling NIOPosix Socket.swift
[754/792] Compiling NIOPosix SocketChannel.swift
[755/792] Compiling NIOPosix SocketProtocols.swift
[756/792] Compiling NIOPosix System.swift
[757/792] Compiling NIOPosix Thread.swift
[758/792] Emitting module NIOPosix
[759/792] Compiling NIOPosix ThreadPosix.swift
[760/792] Compiling NIOPosix ThreadWindows.swift
[761/792] Compiling NIOPosix UnsafeTransfer.swift
[762/792] Compiling NIOPosix Utilities.swift
[763/792] Compiling NIOPosix VsockAddress.swift
[764/792] Compiling NIOPosix VsockChannelEvents.swift
[765/792] Compiling NIOPosix BSDSocketAPICommon.swift
[766/792] Compiling NIOPosix BSDSocketAPIPosix.swift
[767/792] Compiling NIOPosix BSDSocketAPIWindows.swift
[768/792] Compiling NIOPosix BaseSocket.swift
[769/792] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[770/792] Compiling NIOPosix BaseSocketChannel.swift
[771/792] Compiling NIOPosix BaseStreamSocketChannel.swift
[772/792] Compiling NIOPosix Bootstrap.swift
[773/792] Compiling NIOPosix ControlMessage.swift
[774/792] Compiling NIOPosix DatagramVectorReadManager.swift
[775/792] Compiling NIOPosix Errors+Any.swift
[776/792] Compiling NIOPosix FileDescriptor.swift
[777/792] Compiling NIOPosix GetaddrinfoResolver.swift
[778/792] Compiling NIOPosix HappyEyeballs.swift
[779/792] Compiling NIOPosix IO.swift
[780/792] Compiling NIOPosix IntegerBitPacking.swift
[781/792] Compiling NIOPosix IntegerTypes.swift
[782/792] Compiling NIOPosix Linux.swift
[783/792] Compiling NIOPosix LinuxCPUSet.swift
[784/792] Compiling NIOPosix LinuxUring.swift
[785/792] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[786/792] Compiling NIOPosix NIOThreadPool.swift
[787/792] Compiling NIOPosix NonBlockingFileIO.swift
[788/792] Compiling NIOPosix PendingDatagramWritesManager.swift
[789/792] Compiling NIOPosix PendingWritesManager.swift
[790/792] Compiling NIOPosix PipeChannel.swift
[791/792] Compiling NIOPosix PipePair.swift
[792/792] Compiling NIOPosix Pool.swift
[794/795] Compiling NIO Exports.swift
[795/795] Emitting module NIO
[797/823] Compiling NIOTLS TLSEvents.swift
[798/823] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[799/823] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[800/823] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[801/823] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[802/823] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[803/823] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[804/823] Compiling NIOTLS SNIHandler.swift
[805/823] Emitting module NIOTLS
[806/824] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[807/824] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[809/826] Emitting module NIOHTTP1
[810/826] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[811/826] Emitting module NIOFoundationCompat
[812/827] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[813/827] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[815/878] Compiling NIOTransportServices StateManagedChannel.swift
[816/878] Compiling NIOTransportServices StateManagedListenerChannel.swift
[817/878] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[818/880] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[819/880] Compiling NIOTransportServices NIOTSErrors.swift
[820/880] Compiling NIOTransportServices NIOTSEventLoop.swift
[821/880] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[822/880] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[823/880] Compiling NIOTransportServices NIOTSListenerChannel.swift
[824/880] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[825/880] Compiling NIOTransportServices NIOTSSingletons.swift
[826/880] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[827/880] Compiling NIOTransportServices AcceptHandler.swift
[828/880] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[829/880] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[830/880] Compiling NIOTransportServices NIOTSBootstraps.swift
[831/880] Compiling NIOTransportServices NIOTSChannelOptions.swift
[832/880] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[833/880] Emitting module NIOTransportServices
[836/880] Compiling NIOTransportServices NIOTSDatagramListener.swift
[837/880] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[840/880] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[845/880] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[846/880] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[854/911] Compiling NIOHPACK IndexedHeaderTable.swift
[855/911] Compiling NIOHPACK IntegerCoding.swift
[856/912] Compiling NIOHPACK HuffmanTables.swift
[857/912] Compiling NIOExtras PCAPRingBuffer.swift
[858/912] Compiling NIOExtras QuiescingHelper.swift
[859/912] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[860/912] Compiling NIOExtras NIOExtrasError.swift
[861/912] Compiling NIOExtras RequestResponseHandler.swift
[862/912] Compiling NIOExtras RequestResponseWithIDHandler.swift
[863/912] Compiling NIOHPACK HuffmanCoding.swift
[864/914] Compiling NIOHPACK StaticHeaderTable.swift
[865/914] Emitting module NIOExtras
[866/914] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[867/914] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[868/914] Compiling NIOExtras JSONRPCFraming.swift
[869/914] Compiling NIOExtras DebugInboundEventsHandler.swift
[870/914] Emitting module NIOHPACK
[872/914] Compiling NIOExtras UnsafeTransfer.swift
[873/914] Compiling NIOExtras WritePCAPHandler.swift
[878/914] Compiling NIOSSL Zeroization.swift
[879/917] Emitting module NIOSSL
[884/917] Compiling NIOSSL SSLErrors.swift
[885/917] Compiling NIOSSL SSLInit.swift
[886/917] Compiling NIOSSL SSLPKCS12Bundle.swift
[887/917] Compiling NIOSSL SSLPrivateKey.swift
[889/917] Compiling NIOExtras DebugOutboundEventsHandler.swift
[890/917] Compiling NIOExtras FixedLengthFrameDecoder.swift
[891/917] Compiling NIOExtras NIOLengthFieldBitLength.swift
[892/917] Compiling NIOExtras NIORequestIdentifiable.swift
[896/917] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[897/917] Compiling NIOExtras LengthFieldPrepender.swift
[898/917] Compiling NIOExtras LineBasedFrameDecoder.swift
[902/976] Compiling NIOHTTP2 MaySendFrames.swift
[903/976] Compiling NIOHTTP2 SendingDataState.swift
[904/976] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[905/976] Compiling NIOHTTP2 ControlFrameBuffer.swift
[906/976] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[907/976] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[908/976] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[909/976] Compiling NIOHTTP2 ReceivingHeadersState.swift
[910/976] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[911/976] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[912/976] Compiling NIOHTTP2 ConnectionStateMachine.swift
[913/976] Compiling NIOHTTP2 ConnectionStreamsState.swift
[914/976] Compiling NIOHTTP2 MayReceiveFrames.swift
[915/976] Compiling NIOHTTP2 ReceivingDataState.swift
[917/977] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[918/977] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[919/977] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[921/978] Emitting module NIOHTTP2
[922/986] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[923/986] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[924/986] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[925/986] Compiling NIOHTTP2 HTTP2StreamID.swift
[926/986] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[927/986] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[928/986] Compiling NIOHTTP2 HTTP2UserEvents.swift
[929/986] Compiling NIOHTTP2 InboundEventBuffer.swift
[930/986] Compiling NIOHTTP2 InboundWindowManager.swift
[931/986] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[932/986] Compiling NIOHTTP2 StreamChannelFlowController.swift
[933/986] Compiling NIOHTTP2 StreamChannelList.swift
[934/986] Compiling NIOHTTP2 StreamMap.swift
[935/986] Compiling NIOHTTP2 StreamStateMachine.swift
[936/986] Compiling NIOHTTP2 UnsafeTransfer.swift
[937/986] Compiling NIOHTTP2 WatermarkedFlowController.swift
[938/986] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[939/986] Compiling NIOHTTP2 HTTP2Frame.swift
[940/986] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[941/986] Compiling NIOHTTP2 HTTP2FrameParser.swift
[942/986] Compiling NIOHTTP2 HTTP2PingData.swift
[943/986] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[944/986] Compiling NIOHTTP2 HTTP2Settings.swift
[945/986] Compiling NIOHTTP2 HTTP2Stream.swift
[946/986] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[947/986] Compiling NIOHTTP2 HasFlowControlWindows.swift
[948/986] Compiling NIOHTTP2 HasLocalSettings.swift
[949/986] Compiling NIOHTTP2 HasRemoteSettings.swift
[950/986] Compiling NIOHTTP2 LocallyQuiescingState.swift
[951/986] Compiling NIOHTTP2 QuiescingState.swift
[952/986] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[953/986] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[954/986] Compiling NIOHTTP2 StateMachineResult.swift
[955/986] Compiling NIOHTTP2 ContentLengthVerifier.swift
[956/986] Compiling NIOHTTP2 DOSHeuristics.swift
[957/986] Compiling NIOHTTP2 Error+Any.swift
[964/986] Compiling NIOHTTP2 SendingGoawayState.swift
[965/986] Compiling NIOHTTP2 SendingHeadersState.swift
[966/986] Compiling NIOHTTP2 SendingPushPromiseState.swift
[967/986] Compiling NIOHTTP2 SendingRstStreamState.swift
[968/986] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[969/986] Compiling NIOHTTP2 HTTP2SettingsState.swift
[970/986] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[971/986] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[972/986] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[976/986] Compiling NIOHTTP2 HTTP2Error.swift
[977/986] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[986/986] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[988/1114] Compiling GRPC ServerInterceptorContext.swift
[989/1114] Compiling GRPC ServerInterceptorPipeline.swift
[990/1114] Compiling GRPC ServerInterceptors.swift
[991/1114] Compiling GRPC InterceptorContextList.swift
[992/1114] Compiling GRPC LengthPrefixedMessageReader.swift
[993/1114] Compiling GRPC Logger.swift
[994/1114] Compiling GRPC LoggingServerErrorDelegate.swift
[995/1114] Compiling GRPC MessageEncodingHeaderValidator.swift
[996/1114] Compiling GRPC PlatformSupport.swift
[997/1114] Compiling GRPC ReadWriteStates.swift
[998/1114] Compiling GRPC Ref.swift
[999/1114] Compiling GRPC Serialization.swift
[1000/1114] Compiling GRPC Server+NIOSSL.swift
[1001/1114] Compiling GRPC Server.swift
[1002/1114] Compiling GRPC ServerBuilder+NIOSSL.swift
[1003/1114] Compiling GRPC ServerBuilder.swift
[1004/1114] Compiling GRPC ServerCallContext.swift
[1005/1114] Compiling GRPC StreamingResponseCallContext.swift
[1006/1131] Emitting module GRPC
[1007/1131] Compiling GRPC GRPCAsyncResponseStream.swift
[1008/1131] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[1009/1131] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[1010/1131] Compiling GRPC GRPCAsyncServerCallContext.swift
[1011/1131] Compiling GRPC GRPCAsyncServerHandler.swift
[1012/1131] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[1013/1131] Compiling GRPC GRPCAsyncUnaryCall.swift
[1014/1131] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[1015/1131] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[1016/1131] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[1017/1131] Compiling GRPC GRPCSendable.swift
[1018/1131] Compiling GRPC NIOAsyncWrappers.swift
[1019/1131] Compiling GRPC BidirectionalStreamingServerHandler.swift
[1020/1131] Compiling GRPC ClientStreamingServerHandler.swift
[1021/1131] Compiling GRPC ServerHandlerProtocol.swift
[1022/1131] Compiling GRPC ServerStreamingServerHandler.swift
[1023/1131] Compiling GRPC UnaryServerHandler.swift
[1024/1131] Compiling GRPC CallOptions.swift
[1025/1131] Compiling GRPC Array+BoundsCheck.swift
[1026/1131] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[1027/1131] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[1028/1131] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[1029/1131] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[1030/1131] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[1031/1131] Compiling GRPC ServerHandlerStateMachine.swift
[1032/1131] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[1033/1131] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[1034/1131] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[1035/1131] Compiling GRPC ServerInterceptorStateMachine.swift
[1036/1131] Compiling GRPC StreamState.swift
[1037/1131] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[1038/1131] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[1039/1131] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[1040/1131] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[1041/1131] Compiling GRPC GRPCAsyncRequestStream.swift
[1042/1131] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[1043/1131] Compiling GRPC ConnectionBackoff.swift
[1044/1131] Compiling GRPC ConnectionKeepalive.swift
[1045/1131] Compiling GRPC ConnectionManager+Delegates.swift
[1046/1131] Compiling GRPC ConnectionManager.swift
[1047/1131] Compiling GRPC ConnectionManagerChannelProvider.swift
[1048/1131] Compiling GRPC ConnectionManagerID.swift
[1049/1131] Compiling GRPC ConnectionPool+PerConnectionState.swift
[1050/1131] Compiling GRPC ConnectionPool+Waiter.swift
[1051/1131] Compiling GRPC ConnectionPool.swift
[1052/1131] Compiling GRPC ConnectionPoolIDs.swift
[1053/1131] Compiling GRPC GRPCChannelPool.swift
[1054/1131] Compiling GRPC PoolManager.swift
[1055/1131] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[1056/1131] Compiling GRPC PoolManagerStateMachine.swift
[1057/1131] Compiling GRPC PooledChannel.swift
[1058/1131] Compiling GRPC StreamLender.swift
[1059/1131] Compiling GRPC ConnectivityState.swift
[1060/1131] Compiling GRPC DebugOnly.swift
[1061/1131] Compiling GRPC UnaryResponseCallContext.swift
[1062/1131] Compiling GRPC ServerChannelErrorHandler.swift
[1063/1131] Compiling GRPC ServerErrorDelegate.swift
[1064/1131] Compiling GRPC ServerErrorProcessor.swift
[1065/1131] Compiling GRPC Stopwatch.swift
[1066/1131] Compiling GRPC StreamEvent.swift
[1067/1131] Compiling GRPC TLSVerificationHandler.swift
[1068/1131] Compiling GRPC TLSVersion.swift
[1069/1131] Compiling GRPC TimeLimit.swift
[1070/1131] Compiling GRPC UserInfo.swift
[1071/1131] Compiling GRPC Version.swift
[1072/1131] Compiling GRPC WebCORSHandler.swift
[1073/1131] Compiling GRPC WriteCapturingHandler.swift
[1074/1131] Compiling GRPC _EmbeddedThroughput.swift
[1075/1131] Compiling GRPC _FakeResponseStream.swift
[1076/1131] Compiling GRPC _GRPCClientCodecHandler.swift
[1077/1131] Compiling GRPC _MessageContext.swift
[1078/1131] Compiling GRPC BidirectionalStreamingCall.swift
[1079/1131] Compiling GRPC Call.swift
[1080/1131] Compiling GRPC CallDetails.swift
[1081/1131] Compiling GRPC ClientCall.swift
[1082/1131] Compiling GRPC ClientStreamingCall.swift
[1083/1131] Compiling GRPC LazyEventLoopPromise.swift
[1084/1131] Compiling GRPC ResponseContainers.swift
[1085/1131] Compiling GRPC ResponsePartContainer.swift
[1086/1131] Compiling GRPC ServerStreamingCall.swift
[1087/1131] Compiling GRPC UnaryCall.swift
[1088/1131] Compiling GRPC ClientConnection.swift
[1089/1131] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[1090/1131] Compiling GRPC ClientErrorDelegate.swift
[1091/1131] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[1092/1131] Compiling GRPC CompressionAlgorithm.swift
[1093/1131] Compiling GRPC DecompressionLimit.swift
[1094/1131] Compiling GRPC MessageEncoding.swift
[1095/1131] Compiling GRPC Zlib.swift
[1096/1131] Compiling GRPC GRPCServerPipelineConfigurator.swift
[1097/1131] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[1098/1131] Compiling GRPC GRPCServiceDescription.swift
[1099/1131] Compiling GRPC GRPCStatus.swift
[1100/1131] Compiling GRPC GRPCStatusAndMetadata.swift
[1101/1131] Compiling GRPC GRPCStatusMessageMarshaller.swift
[1102/1131] Compiling GRPC GRPCTLSConfiguration.swift
[1103/1131] Compiling GRPC GRPCTimeout.swift
[1104/1131] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[1105/1131] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[1106/1131] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[1107/1131] Compiling GRPC ClientInterceptorContext.swift
[1108/1131] Compiling GRPC ClientInterceptorPipeline.swift
[1109/1131] Compiling GRPC ClientInterceptorProtocol.swift
[1110/1131] Compiling GRPC ClientInterceptors.swift
[1111/1131] Compiling GRPC ClientTransport.swift
[1112/1131] Compiling GRPC ClientTransportFactory.swift
[1113/1131] Compiling GRPC MessageParts.swift
[1114/1131] Compiling GRPC DelegatingErrorHandler.swift
[1115/1131] Compiling GRPC Error+NIOSSL.swift
[1116/1131] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[1117/1131] Compiling GRPC FakeChannel.swift
[1118/1131] Compiling GRPC ClientConnection+NIOSSL.swift
[1119/1131] Compiling GRPC ClientConnection+NWTLS.swift
[1120/1131] Compiling GRPC GRPCChannel.swift
[1121/1131] Compiling GRPC GRPCChannelBuilder.swift
[1122/1131] Compiling GRPC GRPCClient.swift
[1123/1131] Compiling GRPC GRPCClientChannelHandler.swift
[1124/1131] Compiling GRPC GRPCClientStateMachine.swift
[1125/1131] Compiling GRPC GRPCContentType.swift
[1126/1131] Compiling GRPC GRPCError.swift
[1127/1131] Compiling GRPC GRPCHeaderName.swift
[1128/1131] Compiling GRPC GRPCIdleHandler.swift
[1129/1131] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[1130/1131] Compiling GRPC GRPCKeepaliveHandlers.swift
[1131/1131] Compiling GRPC GRPCPayload.swift
[1133/1241] Compiling ZcashLightClientKit NumberFormatter+Zcash.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1134/1241] Compiling ZcashLightClientKit URL+UpdateWithAlias.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1135/1241] Compiling ZcashLightClientKit Undescribable.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1136/1241] Compiling ZcashLightClientKit Zatoshi+SQLite.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1137/1241] Compiling ZcashLightClientKit ZcashRust+Utils.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1138/1241] Compiling ZcashLightClientKit ZcashSDK+extensions.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1139/1241] Compiling ZcashLightClientKit Initializer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1140/1241] Compiling ZcashLightClientKit SDKMetrics.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1141/1241] Compiling ZcashLightClientKit FiatCurrencyResult.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1142/1241] Compiling ZcashLightClientKit Memo.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1143/1241] Compiling ZcashLightClientKit Proposal.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1144/1241] Compiling ZcashLightClientKit ScanRange.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1145/1241] Compiling ZcashLightClientKit ScanSummary.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1146/1241] Compiling ZcashLightClientKit TransactionDataRequest.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1147/1241] Compiling ZcashLightClientKit WalletSummary.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1148/1256] Emitting module ZcashLightClientKit
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1149/1256] Compiling ZcashLightClientKit AsyncToClosureGateway.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1150/1256] Compiling ZcashLightClientKit AsyncToCombineGateway.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1151/1256] Compiling ZcashLightClientKit Clamped.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1152/1256] Compiling ZcashLightClientKit DBActor.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1153/1256] Compiling ZcashLightClientKit DIContainer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1154/1256] Compiling ZcashLightClientKit GenericActor.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1155/1256] Compiling ZcashLightClientKit LoggingProxy.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1156/1256] Compiling ZcashLightClientKit OSLogger.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1157/1256] Compiling ZcashLightClientKit SaplingParameterDownloader.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1158/1256] Compiling ZcashLightClientKit SpecificCombineTypes.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1159/1256] Compiling ZcashLightClientKit SyncSessionIDGenerator.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1160/1256] Compiling ZcashLightClientKit Task+sleep.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1161/1256] Compiling ZcashLightClientKit UsedAliasesChecker.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1162/1256] Compiling ZcashLightClientKit ZcashFileManager.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1163/1256] Compiling ZcashLightClientKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1164/1256] Compiling ZcashLightClientKit ValidateServerAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1165/1256] Compiling ZcashLightClientKit CompactBlockProcessor.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1166/1256] Compiling ZcashLightClientKit ConnectorProvider.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1167/1256] Compiling ZcashLightClientKit DatabaseStorageError.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1168/1256] Compiling ZcashLightClientKit SimpleConnectionProvider.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1169/1256] Compiling ZcashLightClientKit BlockDownloader.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1170/1256] Compiling ZcashLightClientKit BlockDownloaderService.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1171/1256] Compiling ZcashLightClientKit BlockEnhancer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1172/1256] Compiling ZcashLightClientKit UTXOFetcher.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1173/1256] Compiling ZcashLightClientKit FSCompactBlockRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1174/1256] Compiling ZcashLightClientKit SaplingParametersHandler.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1175/1256] Compiling ZcashLightClientKit BlockScanner.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1176/1256] Compiling ZcashLightClientKit AfterSyncHooksManager.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1177/1256] Compiling ZcashLightClientKit CompactBlockProgress.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1178/1256] Compiling ZcashLightClientKit SyncControlData.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1179/1256] Compiling ZcashLightClientKit BundleCheckpointSource.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1180/1256] Compiling ZcashLightClientKit Account.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1181/1256] Compiling ZcashLightClientKit AccountMetadataKey.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1182/1256] Compiling ZcashLightClientKit Action.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1183/1256] Compiling ZcashLightClientKit ClearAlreadyScannedBlocksAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1184/1256] Compiling ZcashLightClientKit ClearCacheAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1185/1256] Compiling ZcashLightClientKit DownloadAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1186/1256] Compiling ZcashLightClientKit EnhanceAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1187/1256] Compiling ZcashLightClientKit FetchUTXOsAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1188/1256] Compiling ZcashLightClientKit MigrateLegacyCacheDBAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1189/1256] Compiling ZcashLightClientKit ProcessSuggestedScanRangesAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1190/1256] Compiling ZcashLightClientKit RewindAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1191/1256] Compiling ZcashLightClientKit SaplingParamsAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1192/1256] Compiling ZcashLightClientKit ScanAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1193/1256] Compiling ZcashLightClientKit TxResubmissionAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1194/1256] Compiling ZcashLightClientKit UpdateChainTipAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1195/1256] Compiling ZcashLightClientKit UpdateSubtreeRootsAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1196/1256] Compiling ZcashLightClientKit BundleCheckpointURLProvider.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1197/1256] Compiling ZcashLightClientKit Checkpoint+helpers.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1198/1256] Compiling ZcashLightClientKit Checkpoint.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1199/1256] Compiling ZcashLightClientKit CheckpointSource.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1200/1256] Compiling ZcashLightClientKit CheckpointSourceFactory.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1201/1256] Compiling ZcashLightClientKit ClosureSynchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1202/1256] Compiling ZcashLightClientKit CombineSynchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1203/1256] Compiling ZcashLightClientKit Checkpoint+mainnet.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1204/1256] Compiling ZcashLightClientKit Checkpoint+testnet.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1205/1256] Compiling ZcashLightClientKit ZcashSDK.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1206/1256] Compiling ZcashLightClientKit BlockDao.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1207/1256] Compiling ZcashLightClientKit PagedTransactionDao.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1208/1256] Compiling ZcashLightClientKit TransactionDao.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1209/1256] Compiling ZcashLightClientKit UnspentTransactionOutputDao.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1210/1256] Compiling ZcashLightClientKit AccountEntity.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1211/1256] Compiling ZcashLightClientKit EncodedTransactionEntity.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1212/1256] Compiling ZcashLightClientKit Pczt.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1213/1256] Compiling ZcashLightClientKit SentNoteEntity.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1214/1256] Compiling ZcashLightClientKit TransactionEntity.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1215/1256] Compiling ZcashLightClientKit UnspentTransactionOutputEntity.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1216/1256] Compiling ZcashLightClientKit ZcashCompactBlock.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1217/1256] Compiling ZcashLightClientKit ZcashError.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1218/1256] Compiling ZcashLightClientKit ZcashErrorCode.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1219/1256] Compiling ZcashLightClientKit ZcashErrorCodeDefinition.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1220/1256] Compiling ZcashLightClientKit Bool+ToData.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1221/1256] Compiling ZcashLightClientKit Data+ToOtherTypes.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1222/1256] Compiling ZcashLightClientKit Data+Zcash.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1223/1256] Compiling ZcashLightClientKit Data+internal.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1224/1256] Compiling ZcashLightClientKit Error+ZcashError.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1225/1256] Compiling ZcashLightClientKit HexEncode.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1226/1256] Compiling ZcashLightClientKit Int+ToData.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1227/1256] Compiling ZcashLightClientKit WalletTypes.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1228/1256] Compiling ZcashLightClientKit Zatoshi.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1229/1256] Compiling ZcashLightClientKit LightWalletGRPCService.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1230/1256] Compiling ZcashLightClientKit Protocolbuffer+Extensions.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1231/1256] Compiling ZcashLightClientKit compact_formats.pb.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1232/1256] Compiling ZcashLightClientKit proposal.pb.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1233/1256] Compiling ZcashLightClientKit service.grpc.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1234/1256] Compiling ZcashLightClientKit service.pb.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1235/1256] Compiling ZcashLightClientKit LightWalletService.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1236/1256] Compiling ZcashLightClientKit LatestBlocksDataProvider.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1237/1256] Compiling ZcashLightClientKit ResourceProvider.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1238/1256] Compiling ZcashLightClientKit BlockRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1239/1256] Compiling ZcashLightClientKit CompactBlockRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1240/1256] Compiling ZcashLightClientKit NotesRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1241/1256] Compiling ZcashLightClientKit PaginatedTransactionRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1242/1256] Compiling ZcashLightClientKit TransactionRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1243/1256] Compiling ZcashLightClientKit TransactionRepositoryBuilder.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1244/1256] Compiling ZcashLightClientKit ZcashKeyDerivationBackend.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1245/1256] Compiling ZcashLightClientKit ZcashKeyDerivationBackendWelding.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1246/1256] Compiling ZcashLightClientKit ZcashRustBackend.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1247/1256] Compiling ZcashLightClientKit ZcashRustBackendWelding.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1248/1256] Compiling ZcashLightClientKit Synchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1249/1256] Compiling ZcashLightClientKit ClosureSDKSynchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1250/1256] Compiling ZcashLightClientKit CombineSDKSynchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1251/1256] Compiling ZcashLightClientKit Dependencies.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1252/1256] Compiling ZcashLightClientKit SDKSynchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1253/1256] Compiling ZcashLightClientKit DerivationTool.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1254/1256] Compiling ZcashLightClientKit TorClient.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1255/1256] Compiling ZcashLightClientKit TransactionEncoder.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[1256/1256] Compiling ZcashLightClientKit WalletTransactionEncoder.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'sqlite.swift': /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:7:15: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 5 |     name: "SQLite.swift",
 6 |     platforms: [
 7 |         .iOS(.v11),
   |               `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
/host/spi-builder-workspace/.build/checkouts/SQLite.swift/Package.swift:10:16: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
 8 |         .macOS(.v10_13),
 9 |         .watchOS(.v4),
10 |         .tvOS(.v11),
   |                `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
11 |         .visionOS(.v1)
12 |     ],
warning: 'csqlite': ignoring declared target(s) 'CSQLite' in the system package
warning: 'sqlite.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/SQLite.swift/Sources/SQLite/PrivacyInfo.xcprivacy
[0/1] Planning build
[1/1] Compiling plugin GRPCSwiftPlugin
[2/2] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/56] Compiling Atomics ManagedAtomic.swift
[5/56] Compiling Atomics ManagedAtomicLazyReference.swift
[6/91] Compiling SQLite SQLiteFeature.swift
[7/91] Compiling SQLite SQLiteVersion.swift
[8/91] Compiling SQLite Value.swift
[9/91] Compiling SQLite Cipher.swift
[10/91] Compiling SQLite RTree.swift
[11/91] Compiling SQLite Foundation.swift
[12/93] Compiling SQLite FTS4.swift
[13/93] Compiling SQLite FTS5.swift
[14/93] Compiling Logging MetadataProvider.swift
[15/93] Compiling SQLite Errors.swift
[16/93] Compiling SQLite Result.swift
[18/93] Compiling _NIOBase64 Base64.swift
[19/176] Compiling SwiftProtobuf BinaryDecodingError.swift
[20/176] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[21/176] Compiling SwiftProtobuf AnyMessageStorage.swift
[22/176] Compiling SwiftProtobuf AnyUnpackError.swift
[23/176] Compiling SwiftProtobuf CustomJSONCodable.swift
[24/176] Compiling SwiftProtobuf Decoder.swift
[25/176] Compiling SwiftProtobuf DoubleParser.swift
[26/176] Compiling NIOConcurrencyHelpers NIOLock.swift
[27/176] Compiling Logging Locks.swift
[28/176] Emitting module Logging
[29/176] Emitting module _NIOBase64
[30/177] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[31/177] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[32/177] Emitting module _NIODataStructures
[33/177] Compiling SwiftProtobuf BinaryDelimited.swift
[34/177] Compiling SwiftProtobuf BinaryEncoder.swift
[35/177] Compiling _NIODataStructures PriorityQueue.swift
[36/177] Compiling _NIODataStructures Heap.swift
[37/177] Compiling _NIODataStructures _TinyArray.swift
[39/178] Compiling NIOConcurrencyHelpers atomics.swift
[40/178] Compiling NIOConcurrencyHelpers lock.swift
[42/178] Compiling SwiftProtobuf FieldTypes.swift
[43/178] Compiling SwiftProtobuf Google_Protobuf_Any+Extensions.swift
[44/178] Compiling SwiftProtobuf Google_Protobuf_Any+Registry.swift
[45/178] Emitting module InternalCollectionsUtilities
[46/178] Emitting module NIOConcurrencyHelpers
[50/179] Compiling SwiftProtobuf Enum.swift
[51/179] Compiling SwiftProtobuf ExtensibleMessage.swift
[52/179] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[53/179] Compiling SwiftProtobuf ExtensionFields.swift
[54/179] Compiling SwiftProtobuf ExtensionMap.swift
[56/195] Emitting module SQLite
[57/199] Compiling DequeModule Deque+Equatable.swift
[58/199] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[59/201] Compiling DequeModule _DequeBuffer.swift
[60/201] Compiling DequeModule _DequeBufferHeader.swift
[61/201] Compiling DequeModule Deque+Codable.swift
[62/201] Compiling DequeModule Deque+Collection.swift
[65/201] Compiling DequeModule Deque+Testing.swift
[66/201] Compiling DequeModule Deque._Storage.swift
[67/201] Compiling DequeModule Deque._UnsafeHandle.swift
[68/201] Compiling DequeModule Deque.swift
[69/201] Compiling DequeModule Deque+Extras.swift
[70/201] Compiling DequeModule Deque+Hashable.swift
[71/201] Compiling Logging Logging.swift
[72/201] Compiling Logging LogHandler.swift
[74/202] Compiling DequeModule _DequeSlot.swift
[75/202] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/202] Compiling DequeModule Deque+CustomReflectable.swift
[85/202] Compiling DequeModule Deque+Descriptions.swift
[91/202] Compiling SwiftProtobuf BinaryEncodingError.swift
[92/202] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[93/202] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[94/202] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[106/202] Emitting module Atomics
[107/203] Compiling SwiftProtobuf Message+JSONAdditions.swift
[108/203] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[109/203] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[110/203] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[111/203] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[112/203] Compiling SwiftProtobuf Message.swift
[113/203] Compiling SwiftProtobuf MessageExtension.swift
[114/203] Compiling SwiftProtobuf NameMap.swift
[115/203] Compiling SwiftProtobuf PathDecoder.swift
[116/203] Compiling SwiftProtobuf PathVisitor.swift
[117/203] Compiling SwiftProtobuf ProtoNameProviding.swift
[118/203] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[119/203] Emitting module DequeModule
[122/215] Compiling SwiftProtobuf JSONEncodingVisitor.swift
[123/215] Compiling SwiftProtobuf JSONMapEncodingVisitor.swift
[124/215] Compiling SwiftProtobuf JSONScanner.swift
[125/215] Compiling SwiftProtobuf MathUtils.swift
[126/215] Compiling SwiftProtobuf JSONDecodingOptions.swift
[127/215] Compiling SwiftProtobuf JSONEncoder.swift
[128/215] Compiling SwiftProtobuf JSONEncodingError.swift
[129/215] Compiling SwiftProtobuf JSONEncodingOptions.swift
[130/274] Emitting module SwiftProtobuf
[131/274] Compiling NIOCore ChannelInvoker.swift
[132/274] Compiling NIOCore ChannelOption.swift
[133/274] Compiling NIOCore ChannelPipeline.swift
[134/274] Compiling NIOCore CircularBuffer.swift
[135/274] Compiling NIOCore Codec.swift
[136/274] Compiling NIOCore ConvenienceOptionSupport.swift
[137/274] Compiling NIOCore DeadChannel.swift
[138/274] Compiling NIOCore DispatchQueue+WithFuture.swift
[139/274] Compiling NIOCore EventLoop+Deprecated.swift
[140/274] Compiling NIOCore EventLoop+SerialExecutor.swift
[141/274] Compiling NIOCore EventLoop.swift
[142/274] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[148/275] Compiling NIOCore EventLoopFuture+Deprecated.swift
[149/275] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[150/275] Compiling NIOCore EventLoopFuture.swift
[151/275] Compiling NIOCore FileDescriptor.swift
[152/275] Compiling NIOCore FileHandle.swift
[153/275] Compiling NIOCore FileRegion.swift
[154/275] Compiling NIOCore MarkedCircularBuffer.swift
[155/275] Compiling NIOCore MulticastChannel.swift
[156/275] Compiling NIOCore NIOAny.swift
[157/275] Compiling NIOCore NIOCloseOnErrorHandler.swift
[158/275] Compiling NIOCore NIOLoopBound.swift
[159/275] Compiling NIOCore NIOScheduledCallback.swift
[160/275] Compiling NIOCore AddressedEnvelope.swift
[161/275] Compiling NIOCore AsyncAwaitSupport.swift
[162/275] Compiling NIOCore AsyncChannel.swift
[163/275] Compiling NIOCore AsyncChannelHandler.swift
[164/275] Compiling NIOCore AsyncChannelInboundStream.swift
[165/275] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/275] Compiling NIOCore NIOAsyncSequenceProducer.swift
[167/275] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[168/275] Compiling NIOCore NIOAsyncWriter.swift
[169/275] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[170/275] Compiling NIOCore BSDSocketAPI.swift
[171/275] Compiling NIOCore ByteBuffer-aux.swift
[178/275] Compiling NIOCore NIOSendable.swift
[179/275] Compiling NIOCore RecvByteBufferAllocator.swift
[180/283] Compiling NIOCore SocketOptionProvider.swift
[181/283] Compiling NIOCore SystemCallHelpers.swift
[182/283] Compiling NIOCore TimeAmount+Duration.swift
[183/283] Compiling NIOCore TypeAssistedChannelHandler.swift
[184/283] Compiling NIOCore UniversalBootstrapSupport.swift
[185/283] Compiling NIOCore Utilities.swift
[186/283] Compiling SwiftProtobuf TextFormatDecoder.swift
[187/283] Compiling SwiftProtobuf TextFormatDecodingError.swift
[188/283] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[189/283] Compiling SwiftProtobuf TextFormatEncoder.swift
[190/283] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[191/283] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[192/283] Compiling SwiftProtobuf TextFormatScanner.swift
[193/283] Compiling SwiftProtobuf TimeUtils.swift
[194/283] Compiling SwiftProtobuf UnknownStorage.swift
[195/283] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[196/283] Compiling SwiftProtobuf Varint.swift
[197/283] Compiling SwiftProtobuf Version.swift
[198/283] Compiling SwiftProtobuf Visitor.swift
[199/283] Compiling SwiftProtobuf WireFormat.swift
[200/283] Compiling SwiftProtobuf ZigZag.swift
[201/283] Compiling SwiftProtobuf any.pb.swift
[219/283] Compiling NIOCore GlobalSingletons.swift
[220/283] Compiling NIOCore IO.swift
[221/283] Compiling NIOCore IOData.swift
[222/283] Compiling NIOCore IPProtocol.swift
[223/283] Compiling NIOCore IntegerBitPacking.swift
[224/283] Compiling NIOCore IntegerTypes.swift
[225/283] Compiling NIOCore Interfaces.swift
[226/283] Compiling NIOCore Linux.swift
[227/283] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[228/283] Compiling NIOCore SocketAddresses.swift
[243/283] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[244/283] Compiling NIOCore ByteBuffer-conversions.swift
[245/283] Compiling NIOCore ByteBuffer-core.swift
[246/283] Compiling NIOCore ByteBuffer-hex.swift
[247/283] Compiling NIOCore ByteBuffer-int.swift
[248/283] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[249/283] Compiling NIOCore ByteBuffer-multi-int.swift
[250/283] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[251/283] Compiling NIOCore ByteBuffer-views.swift
[252/283] Compiling NIOCore Channel.swift
[253/283] Compiling NIOCore ChannelHandler.swift
[254/283] Compiling NIOCore ChannelHandlers.swift
[272/283] Compiling SwiftProtobuf api.pb.swift
[273/283] Compiling SwiftProtobuf descriptor.pb.swift
[274/283] Compiling SwiftProtobuf duration.pb.swift
[275/283] Compiling SwiftProtobuf empty.pb.swift
[276/283] Compiling SwiftProtobuf field_mask.pb.swift
[277/283] Compiling SwiftProtobuf source_context.pb.swift
[278/283] Compiling SwiftProtobuf struct.pb.swift
[279/283] Compiling SwiftProtobuf timestamp.pb.swift
[280/283] Compiling SwiftProtobuf type.pb.swift
[281/283] Compiling SwiftProtobuf wrappers.pb.swift
[282/283] Compiling SwiftProtobuf resource_bundle_accessor.swift
[284/284] Emitting module NIOCore
[286/336] Emitting module NIOEmbedded
[287/336] Compiling NIOPosix PooledRecvBufferAllocator.swift
[288/336] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[289/336] Compiling NIOPosix PosixSingletons.swift
[290/336] Compiling NIOPosix RawSocketBootstrap.swift
[291/336] Compiling NIOPosix Resolver.swift
[292/336] Compiling NIOPosix Selectable.swift
[293/342] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[294/342] Compiling NIOEmbedded AsyncTestingChannel.swift
[295/342] Compiling NIOEmbedded Embedded.swift
[297/343] Compiling NIOPosix IO.swift
[298/343] Compiling NIOPosix IntegerBitPacking.swift
[299/343] Compiling NIOPosix IntegerTypes.swift
[300/343] Compiling NIOPosix Linux.swift
[301/343] Compiling NIOPosix LinuxCPUSet.swift
[302/343] Compiling NIOPosix LinuxUring.swift
[303/343] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[304/343] Compiling NIOPosix ThreadPosix.swift
[305/343] Compiling NIOPosix ThreadWindows.swift
[306/343] Compiling NIOPosix UnsafeTransfer.swift
[307/343] Compiling NIOPosix Utilities.swift
[308/343] Compiling NIOPosix VsockAddress.swift
[309/343] Compiling NIOPosix VsockChannelEvents.swift
[310/343] Compiling NIOPosix SelectableChannel.swift
[311/343] Compiling NIOPosix SelectableEventLoop.swift
[312/343] Compiling NIOPosix SelectorEpoll.swift
[313/343] Compiling NIOPosix SelectorGeneric.swift
[314/343] Compiling NIOPosix SelectorKqueue.swift
[315/343] Compiling NIOPosix SelectorUring.swift
[316/343] Compiling NIOPosix ServerSocket.swift
[317/343] Compiling NIOPosix Socket.swift
[318/343] Compiling NIOPosix SocketChannel.swift
[319/343] Compiling NIOPosix SocketProtocols.swift
[320/343] Compiling NIOPosix System.swift
[321/343] Compiling NIOPosix Thread.swift
[322/343] Emitting module NIOPosix
[323/343] Compiling NIOPosix NIOThreadPool.swift
[324/343] Compiling NIOPosix NonBlockingFileIO.swift
[325/343] Compiling NIOPosix PendingDatagramWritesManager.swift
[326/343] Compiling NIOPosix PendingWritesManager.swift
[327/343] Compiling NIOPosix PipeChannel.swift
[328/343] Compiling NIOPosix PipePair.swift
[329/343] Compiling NIOPosix Pool.swift
[330/343] Compiling NIOPosix Bootstrap.swift
[331/343] Compiling NIOPosix ControlMessage.swift
[332/343] Compiling NIOPosix DatagramVectorReadManager.swift
[333/343] Compiling NIOPosix Errors+Any.swift
[334/343] Compiling NIOPosix FileDescriptor.swift
[335/343] Compiling NIOPosix GetaddrinfoResolver.swift
[336/343] Compiling NIOPosix HappyEyeballs.swift
[337/343] Compiling NIOPosix BSDSocketAPICommon.swift
[338/343] Compiling NIOPosix BSDSocketAPIPosix.swift
[339/343] Compiling NIOPosix BSDSocketAPIWindows.swift
[340/343] Compiling NIOPosix BaseSocket.swift
[341/343] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[342/343] Compiling NIOPosix BaseSocketChannel.swift
[343/343] Compiling NIOPosix BaseStreamSocketChannel.swift
[345/346] Emitting module NIO
[346/346] Compiling NIO Exports.swift
[348/374] Emitting module NIOTLS
[349/374] Compiling NIOTLS TLSEvents.swift
[350/374] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[351/374] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[352/374] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[353/374] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[354/374] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[355/374] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[356/374] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[357/374] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[358/376] Compiling NIOTLS SNIHandler.swift
[359/377] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[360/377] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[362/377] Emitting module NIOFoundationCompat
[363/377] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[364/378] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[365/378] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[367/378] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[368/378] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[369/378] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[370/378] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[371/429] Compiling NIOTransportServices NIOTSDatagramListener.swift
[372/429] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[373/429] Compiling NIOTransportServices StateManagedChannel.swift
[374/429] Compiling NIOTransportServices StateManagedListenerChannel.swift
[375/429] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[376/429] Compiling NIOTransportServices NIOTSErrors.swift
[377/429] Compiling NIOTransportServices NIOTSEventLoop.swift
[378/431] Compiling NIOTransportServices NIOTSBootstraps.swift
[379/431] Compiling NIOTransportServices NIOTSChannelOptions.swift
[380/431] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[381/431] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[382/431] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[383/431] Compiling NIOTransportServices NIOTSListenerChannel.swift
[384/431] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[385/431] Compiling NIOTransportServices NIOTSSingletons.swift
[386/431] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[389/431] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[390/431] Emitting module NIOTransportServices
[394/431] Emitting module NIOHTTP1
[397/432] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[398/432] Compiling NIOTransportServices AcceptHandler.swift
[399/432] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[400/432] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[401/432] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[402/432] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[409/433] Compiling NIOSSL NIOSSLSecureBytes.swift
[410/433] Compiling NIOSSL RNG.swift
[411/433] Compiling NIOSSL SafeCompare.swift
[412/433] Compiling NIOSSL Zeroization.swift
[417/445] Compiling NIOHPACK HPACKHeader.swift
[418/445] Compiling NIOHPACK HeaderTables.swift
[419/445] Compiling NIOHPACK DynamicHeaderTable.swift
[420/445] Compiling NIOHPACK HPACKDecoder.swift
[421/445] Compiling NIOHPACK HPACKEncoder.swift
[422/445] Compiling NIOHPACK HPACKErrors.swift
[428/447] Compiling NIOSSL SSLPrivateKey.swift
[429/465] Emitting module NIOSSL
[430/465] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[431/465] Compiling NIOExtras NIOExtrasError.swift
[432/467] Compiling NIOHPACK IndexedHeaderTable.swift
[433/467] Compiling NIOHPACK IntegerCoding.swift
[434/468] Compiling NIOHPACK HuffmanTables.swift
[435/468] Compiling NIOHPACK HuffmanCoding.swift
[436/468] Compiling NIOExtras RequestResponseHandler.swift
[437/468] Compiling NIOExtras RequestResponseWithIDHandler.swift
[438/468] Compiling NIOExtras PCAPRingBuffer.swift
[439/468] Compiling NIOExtras QuiescingHelper.swift
[440/468] Compiling NIOExtras NIOLengthFieldBitLength.swift
[441/468] Compiling NIOExtras NIORequestIdentifiable.swift
[442/468] Emitting module NIOHPACK
[443/468] Emitting module NIOExtras
[444/468] Compiling NIOHPACK StaticHeaderTable.swift
[445/468] Compiling NIOExtras LengthFieldPrepender.swift
[446/468] Compiling NIOExtras LineBasedFrameDecoder.swift
[447/468] Compiling NIOExtras FixedLengthFrameDecoder.swift
[448/468] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[449/468] Compiling NIOExtras DebugInboundEventsHandler.swift
[450/468] Compiling NIOExtras DebugOutboundEventsHandler.swift
[457/469] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[458/469] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[459/469] Compiling NIOExtras JSONRPCFraming.swift
[465/469] Compiling NIOSSL TLSConfiguration.swift
[466/469] Compiling NIOSSL UniversalBootstrapSupport.swift
[467/469] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[469/470] Compiling NIOExtras UnsafeTransfer.swift
[470/470] Compiling NIOExtras WritePCAPHandler.swift
[472/529] Compiling NIOHTTP2 MaySendFrames.swift
[473/529] Compiling NIOHTTP2 SendingDataState.swift
[474/529] Compiling NIOHTTP2 SendingGoawayState.swift
[475/529] Compiling NIOHTTP2 SendingHeadersState.swift
[476/529] Compiling NIOHTTP2 SendingPushPromiseState.swift
[477/529] Compiling NIOHTTP2 SendingRstStreamState.swift
[478/529] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[479/529] Compiling NIOHTTP2 HTTP2SettingsState.swift
[480/529] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[481/529] Compiling NIOHTTP2 HasFlowControlWindows.swift
[482/529] Compiling NIOHTTP2 HasLocalSettings.swift
[483/529] Compiling NIOHTTP2 HasRemoteSettings.swift
[484/529] Compiling NIOHTTP2 LocallyQuiescingState.swift
[485/529] Compiling NIOHTTP2 QuiescingState.swift
[486/529] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[487/529] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[488/537] Compiling NIOHTTP2 InboundWindowManager.swift
[489/537] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[490/537] Compiling NIOHTTP2 StreamChannelFlowController.swift
[491/537] Compiling NIOHTTP2 StreamChannelList.swift
[492/537] Compiling NIOHTTP2 StreamMap.swift
[493/537] Compiling NIOHTTP2 StreamStateMachine.swift
[494/537] Compiling NIOHTTP2 UnsafeTransfer.swift
[495/537] Compiling NIOHTTP2 WatermarkedFlowController.swift
[496/537] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[497/537] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[498/537] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[499/537] Compiling NIOHTTP2 HTTP2StreamID.swift
[500/537] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[501/537] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[502/537] Compiling NIOHTTP2 HTTP2UserEvents.swift
[503/537] Compiling NIOHTTP2 InboundEventBuffer.swift
[504/537] Emitting module NIOHTTP2
[505/537] Compiling NIOHTTP2 ConnectionStateMachine.swift
[506/537] Compiling NIOHTTP2 ConnectionStreamsState.swift
[507/537] Compiling NIOHTTP2 MayReceiveFrames.swift
[508/537] Compiling NIOHTTP2 ReceivingDataState.swift
[509/537] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[510/537] Compiling NIOHTTP2 ReceivingHeadersState.swift
[511/537] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[512/537] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[513/537] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[514/537] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[515/537] Compiling NIOHTTP2 HTTP2Frame.swift
[516/537] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[517/537] Compiling NIOHTTP2 HTTP2FrameParser.swift
[518/537] Compiling NIOHTTP2 HTTP2PingData.swift
[519/537] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[520/537] Compiling NIOHTTP2 HTTP2Settings.swift
[521/537] Compiling NIOHTTP2 HTTP2Stream.swift
[522/537] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[523/537] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[524/537] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[525/537] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[526/537] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[527/537] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[528/537] Compiling NIOHTTP2 HTTP2Error.swift
[529/537] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[530/537] Compiling NIOHTTP2 StateMachineResult.swift
[531/537] Compiling NIOHTTP2 ContentLengthVerifier.swift
[532/537] Compiling NIOHTTP2 DOSHeuristics.swift
[533/537] Compiling NIOHTTP2 Error+Any.swift
[534/537] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[535/537] Compiling NIOHTTP2 ControlFrameBuffer.swift
[536/537] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[537/537] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[539/665] Compiling GRPC ServerInterceptorContext.swift
[540/665] Compiling GRPC ServerInterceptorPipeline.swift
[541/665] Compiling GRPC ServerInterceptors.swift
[542/665] Compiling GRPC InterceptorContextList.swift
[543/665] Compiling GRPC LengthPrefixedMessageReader.swift
[544/665] Compiling GRPC Logger.swift
[545/665] Compiling GRPC LoggingServerErrorDelegate.swift
[546/665] Compiling GRPC MessageEncodingHeaderValidator.swift
[547/665] Compiling GRPC PlatformSupport.swift
[548/665] Compiling GRPC ReadWriteStates.swift
[549/665] Compiling GRPC Ref.swift
[550/665] Compiling GRPC Serialization.swift
[551/665] Compiling GRPC Server+NIOSSL.swift
[552/665] Compiling GRPC Server.swift
[553/665] Compiling GRPC ServerBuilder+NIOSSL.swift
[554/665] Compiling GRPC ServerBuilder.swift
[555/665] Compiling GRPC ServerCallContext.swift
[556/665] Compiling GRPC StreamingResponseCallContext.swift
[557/682] Compiling GRPC GRPCAsyncResponseStream.swift
[558/682] Compiling GRPC GRPCAsyncResponseStreamWriter.swift
[559/682] Compiling GRPC GRPCAsyncSequenceProducerDelegate.swift
[560/682] Compiling GRPC GRPCAsyncServerCallContext.swift
[561/682] Compiling GRPC GRPCAsyncServerHandler.swift
[562/682] Compiling GRPC GRPCAsyncServerStreamingCall.swift
[563/682] Compiling GRPC GRPCAsyncUnaryCall.swift
[564/682] Compiling GRPC GRPCAsyncWriterSinkDelegate.swift
[565/682] Compiling GRPC GRPCChannel+AsyncAwaitSupport.swift
[566/682] Compiling GRPC GRPCClient+AsyncAwaitSupport.swift
[567/682] Compiling GRPC GRPCSendable.swift
[568/682] Compiling GRPC NIOAsyncWrappers.swift
[569/682] Compiling GRPC BidirectionalStreamingServerHandler.swift
[570/682] Compiling GRPC ClientStreamingServerHandler.swift
[571/682] Compiling GRPC ServerHandlerProtocol.swift
[572/682] Compiling GRPC ServerStreamingServerHandler.swift
[573/682] Compiling GRPC UnaryServerHandler.swift
[574/682] Compiling GRPC CallOptions.swift
[575/682] Emitting module GRPC
[576/682] Compiling GRPC BidirectionalStreamingCall.swift
[577/682] Compiling GRPC Call.swift
[578/682] Compiling GRPC CallDetails.swift
[579/682] Compiling GRPC ClientCall.swift
[580/682] Compiling GRPC ClientStreamingCall.swift
[581/682] Compiling GRPC LazyEventLoopPromise.swift
[582/682] Compiling GRPC ResponseContainers.swift
[583/682] Compiling GRPC ResponsePartContainer.swift
[584/682] Compiling GRPC ServerStreamingCall.swift
[585/682] Compiling GRPC UnaryCall.swift
[586/682] Compiling GRPC ClientConnection.swift
[587/682] Compiling GRPC ClientConnectionConfiguration+NIOSSL.swift
[588/682] Compiling GRPC ClientErrorDelegate.swift
[589/682] Compiling GRPC CoalescingLengthPrefixedMessageWriter.swift
[590/682] Compiling GRPC CompressionAlgorithm.swift
[591/682] Compiling GRPC DecompressionLimit.swift
[592/682] Compiling GRPC MessageEncoding.swift
[593/682] Compiling GRPC Zlib.swift
[594/682] Compiling GRPC Array+BoundsCheck.swift
[595/682] Compiling GRPC ServerHandlerStateMachine+Actions.swift
[596/682] Compiling GRPC ServerHandlerStateMachine+Draining.swift
[597/682] Compiling GRPC ServerHandlerStateMachine+Finished.swift
[598/682] Compiling GRPC ServerHandlerStateMachine+Handling.swift
[599/682] Compiling GRPC ServerHandlerStateMachine+Idle.swift
[600/682] Compiling GRPC ServerHandlerStateMachine.swift
[601/682] Compiling GRPC ServerInterceptorStateMachine+Actions.swift
[602/682] Compiling GRPC ServerInterceptorStateMachine+Finished.swift
[603/682] Compiling GRPC ServerInterceptorStateMachine+Intercepting.swift
[604/682] Compiling GRPC ServerInterceptorStateMachine.swift
[605/682] Compiling GRPC StreamState.swift
[606/682] Compiling GRPC Call+AsyncRequestStreamWriter.swift
[607/682] Compiling GRPC CancellationError+GRPCStatusTransformable.swift
[608/682] Compiling GRPC GRPCAsyncBidirectionalStreamingCall.swift
[609/682] Compiling GRPC GRPCAsyncClientStreamingCall.swift
[610/682] Compiling GRPC GRPCAsyncRequestStream.swift
[611/682] Compiling GRPC GRPCAsyncRequestStreamWriter.swift
[612/682] Compiling GRPC UnaryResponseCallContext.swift
[613/682] Compiling GRPC ServerChannelErrorHandler.swift
[614/682] Compiling GRPC ServerErrorDelegate.swift
[615/682] Compiling GRPC ServerErrorProcessor.swift
[616/682] Compiling GRPC Stopwatch.swift
[617/682] Compiling GRPC StreamEvent.swift
[618/682] Compiling GRPC TLSVerificationHandler.swift
[619/682] Compiling GRPC TLSVersion.swift
[620/682] Compiling GRPC TimeLimit.swift
[621/682] Compiling GRPC UserInfo.swift
[622/682] Compiling GRPC Version.swift
[623/682] Compiling GRPC WebCORSHandler.swift
[624/682] Compiling GRPC WriteCapturingHandler.swift
[625/682] Compiling GRPC _EmbeddedThroughput.swift
[626/682] Compiling GRPC _FakeResponseStream.swift
[627/682] Compiling GRPC _GRPCClientCodecHandler.swift
[628/682] Compiling GRPC _MessageContext.swift
[629/682] Compiling GRPC DelegatingErrorHandler.swift
[630/682] Compiling GRPC Error+NIOSSL.swift
[631/682] Compiling GRPC EventLoopFuture+RecoverFromUncleanShutdown.swift
[632/682] Compiling GRPC FakeChannel.swift
[633/682] Compiling GRPC ClientConnection+NIOSSL.swift
[634/682] Compiling GRPC ClientConnection+NWTLS.swift
[635/682] Compiling GRPC GRPCChannel.swift
[636/682] Compiling GRPC GRPCChannelBuilder.swift
[637/682] Compiling GRPC GRPCClient.swift
[638/682] Compiling GRPC GRPCClientChannelHandler.swift
[639/682] Compiling GRPC GRPCClientStateMachine.swift
[640/682] Compiling GRPC GRPCContentType.swift
[641/682] Compiling GRPC GRPCError.swift
[642/682] Compiling GRPC GRPCHeaderName.swift
[643/682] Compiling GRPC GRPCIdleHandler.swift
[644/682] Compiling GRPC GRPCIdleHandlerStateMachine.swift
[645/682] Compiling GRPC GRPCKeepaliveHandlers.swift
[646/682] Compiling GRPC GRPCPayload.swift
[647/682] Compiling GRPC ConnectionBackoff.swift
[648/682] Compiling GRPC ConnectionKeepalive.swift
[649/682] Compiling GRPC ConnectionManager+Delegates.swift
[650/682] Compiling GRPC ConnectionManager.swift
[651/682] Compiling GRPC ConnectionManagerChannelProvider.swift
[652/682] Compiling GRPC ConnectionManagerID.swift
[653/682] Compiling GRPC ConnectionPool+PerConnectionState.swift
[654/682] Compiling GRPC ConnectionPool+Waiter.swift
[655/682] Compiling GRPC ConnectionPool.swift
[656/682] Compiling GRPC ConnectionPoolIDs.swift
[657/682] Compiling GRPC GRPCChannelPool.swift
[658/682] Compiling GRPC PoolManager.swift
[659/682] Compiling GRPC PoolManagerStateMachine+PerPoolState.swift
[660/682] Compiling GRPC PoolManagerStateMachine.swift
[661/682] Compiling GRPC PooledChannel.swift
[662/682] Compiling GRPC StreamLender.swift
[663/682] Compiling GRPC ConnectivityState.swift
[664/682] Compiling GRPC DebugOnly.swift
[665/682] Compiling GRPC GRPCServerPipelineConfigurator.swift
[666/682] Compiling GRPC GRPCServerRequestRoutingHandler.swift
[667/682] Compiling GRPC GRPCServiceDescription.swift
[668/682] Compiling GRPC GRPCStatus.swift
[669/682] Compiling GRPC GRPCStatusAndMetadata.swift
[670/682] Compiling GRPC GRPCStatusMessageMarshaller.swift
[671/682] Compiling GRPC GRPCTLSConfiguration.swift
[672/682] Compiling GRPC GRPCTimeout.swift
[673/682] Compiling GRPC GRPCWebToHTTP2ServerCodec.swift
[674/682] Compiling GRPC HTTP2ToRawGRPCServerCodec.swift
[675/682] Compiling GRPC HTTP2ToRawGRPCStateMachine.swift
[676/682] Compiling GRPC ClientInterceptorContext.swift
[677/682] Compiling GRPC ClientInterceptorPipeline.swift
[678/682] Compiling GRPC ClientInterceptorProtocol.swift
[679/682] Compiling GRPC ClientInterceptors.swift
[680/682] Compiling GRPC ClientTransport.swift
[681/682] Compiling GRPC ClientTransportFactory.swift
[682/682] Compiling GRPC MessageParts.swift
[684/792] Compiling ZcashLightClientKit NumberFormatter+Zcash.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[685/792] Compiling ZcashLightClientKit URL+UpdateWithAlias.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[686/792] Compiling ZcashLightClientKit Undescribable.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[687/792] Compiling ZcashLightClientKit Zatoshi+SQLite.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[688/792] Compiling ZcashLightClientKit ZcashRust+Utils.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[689/792] Compiling ZcashLightClientKit ZcashSDK+extensions.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[690/792] Compiling ZcashLightClientKit Initializer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[691/792] Compiling ZcashLightClientKit SDKMetrics.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[692/792] Compiling ZcashLightClientKit FiatCurrencyResult.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[693/792] Compiling ZcashLightClientKit Memo.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[694/792] Compiling ZcashLightClientKit Proposal.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[695/792] Compiling ZcashLightClientKit ScanRange.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[696/792] Compiling ZcashLightClientKit ScanSummary.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[697/792] Compiling ZcashLightClientKit TransactionDataRequest.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[698/792] Compiling ZcashLightClientKit WalletSummary.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[699/807] Compiling ZcashLightClientKit Account.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[700/807] Compiling ZcashLightClientKit AccountMetadataKey.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[701/807] Compiling ZcashLightClientKit Action.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[702/807] Compiling ZcashLightClientKit ClearAlreadyScannedBlocksAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[703/807] Compiling ZcashLightClientKit ClearCacheAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[704/807] Compiling ZcashLightClientKit DownloadAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[705/807] Compiling ZcashLightClientKit EnhanceAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[706/807] Compiling ZcashLightClientKit FetchUTXOsAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[707/807] Compiling ZcashLightClientKit MigrateLegacyCacheDBAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[708/807] Compiling ZcashLightClientKit ProcessSuggestedScanRangesAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[709/807] Compiling ZcashLightClientKit RewindAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[710/807] Compiling ZcashLightClientKit SaplingParamsAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[711/807] Compiling ZcashLightClientKit ScanAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[712/807] Compiling ZcashLightClientKit TxResubmissionAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[713/807] Compiling ZcashLightClientKit UpdateChainTipAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[714/807] Compiling ZcashLightClientKit UpdateSubtreeRootsAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[715/807] Emitting module ZcashLightClientKit
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[716/807] Compiling ZcashLightClientKit AsyncToClosureGateway.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[717/807] Compiling ZcashLightClientKit AsyncToCombineGateway.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[718/807] Compiling ZcashLightClientKit Clamped.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[719/807] Compiling ZcashLightClientKit DBActor.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[720/807] Compiling ZcashLightClientKit DIContainer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[721/807] Compiling ZcashLightClientKit GenericActor.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[722/807] Compiling ZcashLightClientKit LoggingProxy.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[723/807] Compiling ZcashLightClientKit OSLogger.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[724/807] Compiling ZcashLightClientKit SaplingParameterDownloader.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[725/807] Compiling ZcashLightClientKit SpecificCombineTypes.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[726/807] Compiling ZcashLightClientKit SyncSessionIDGenerator.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[727/807] Compiling ZcashLightClientKit Task+sleep.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[728/807] Compiling ZcashLightClientKit UsedAliasesChecker.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[729/807] Compiling ZcashLightClientKit ZcashFileManager.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[730/807] Compiling ZcashLightClientKit resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[731/807] Compiling ZcashLightClientKit ValidateServerAction.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[732/807] Compiling ZcashLightClientKit CompactBlockProcessor.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[733/807] Compiling ZcashLightClientKit ConnectorProvider.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[734/807] Compiling ZcashLightClientKit DatabaseStorageError.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[735/807] Compiling ZcashLightClientKit SimpleConnectionProvider.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[736/807] Compiling ZcashLightClientKit BlockDownloader.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[737/807] Compiling ZcashLightClientKit BlockDownloaderService.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[738/807] Compiling ZcashLightClientKit BlockEnhancer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[739/807] Compiling ZcashLightClientKit UTXOFetcher.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[740/807] Compiling ZcashLightClientKit FSCompactBlockRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[741/807] Compiling ZcashLightClientKit SaplingParametersHandler.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[742/807] Compiling ZcashLightClientKit BlockScanner.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[743/807] Compiling ZcashLightClientKit AfterSyncHooksManager.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[744/807] Compiling ZcashLightClientKit CompactBlockProgress.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[745/807] Compiling ZcashLightClientKit SyncControlData.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[746/807] Compiling ZcashLightClientKit BundleCheckpointSource.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[747/807] Compiling ZcashLightClientKit BundleCheckpointURLProvider.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[748/807] Compiling ZcashLightClientKit Checkpoint+helpers.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[749/807] Compiling ZcashLightClientKit Checkpoint.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[750/807] Compiling ZcashLightClientKit CheckpointSource.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[751/807] Compiling ZcashLightClientKit CheckpointSourceFactory.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[752/807] Compiling ZcashLightClientKit ClosureSynchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[753/807] Compiling ZcashLightClientKit CombineSynchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[754/807] Compiling ZcashLightClientKit Checkpoint+mainnet.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[755/807] Compiling ZcashLightClientKit Checkpoint+testnet.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[756/807] Compiling ZcashLightClientKit ZcashSDK.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[757/807] Compiling ZcashLightClientKit BlockDao.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[758/807] Compiling ZcashLightClientKit PagedTransactionDao.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[759/807] Compiling ZcashLightClientKit TransactionDao.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[760/807] Compiling ZcashLightClientKit UnspentTransactionOutputDao.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[761/807] Compiling ZcashLightClientKit AccountEntity.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[762/807] Compiling ZcashLightClientKit EncodedTransactionEntity.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[763/807] Compiling ZcashLightClientKit WalletTypes.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[764/807] Compiling ZcashLightClientKit Zatoshi.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[765/807] Compiling ZcashLightClientKit LightWalletGRPCService.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[766/807] Compiling ZcashLightClientKit Protocolbuffer+Extensions.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[767/807] Compiling ZcashLightClientKit compact_formats.pb.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[768/807] Compiling ZcashLightClientKit proposal.pb.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[769/807] Compiling ZcashLightClientKit service.grpc.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[770/807] Compiling ZcashLightClientKit service.pb.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[771/807] Compiling ZcashLightClientKit LightWalletService.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[772/807] Compiling ZcashLightClientKit LatestBlocksDataProvider.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[773/807] Compiling ZcashLightClientKit ResourceProvider.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[774/807] Compiling ZcashLightClientKit BlockRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[775/807] Compiling ZcashLightClientKit CompactBlockRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[776/807] Compiling ZcashLightClientKit NotesRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[777/807] Compiling ZcashLightClientKit PaginatedTransactionRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[778/807] Compiling ZcashLightClientKit Pczt.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[779/807] Compiling ZcashLightClientKit SentNoteEntity.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[780/807] Compiling ZcashLightClientKit TransactionEntity.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[781/807] Compiling ZcashLightClientKit UnspentTransactionOutputEntity.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[782/807] Compiling ZcashLightClientKit ZcashCompactBlock.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[783/807] Compiling ZcashLightClientKit ZcashError.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[784/807] Compiling ZcashLightClientKit ZcashErrorCode.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[785/807] Compiling ZcashLightClientKit ZcashErrorCodeDefinition.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[786/807] Compiling ZcashLightClientKit Bool+ToData.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[787/807] Compiling ZcashLightClientKit Data+ToOtherTypes.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[788/807] Compiling ZcashLightClientKit Data+Zcash.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[789/807] Compiling ZcashLightClientKit Data+internal.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[790/807] Compiling ZcashLightClientKit Error+ZcashError.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[791/807] Compiling ZcashLightClientKit HexEncode.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[792/807] Compiling ZcashLightClientKit Int+ToData.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[793/807] Compiling ZcashLightClientKit TransactionRepository.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[794/807] Compiling ZcashLightClientKit TransactionRepositoryBuilder.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[795/807] Compiling ZcashLightClientKit ZcashKeyDerivationBackend.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[796/807] Compiling ZcashLightClientKit ZcashKeyDerivationBackendWelding.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[797/807] Compiling ZcashLightClientKit ZcashRustBackend.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[798/807] Compiling ZcashLightClientKit ZcashRustBackendWelding.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[799/807] Compiling ZcashLightClientKit Synchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[800/807] Compiling ZcashLightClientKit ClosureSDKSynchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[801/807] Compiling ZcashLightClientKit CombineSDKSynchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[802/807] Compiling ZcashLightClientKit Dependencies.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[803/807] Compiling ZcashLightClientKit SDKSynchronizer.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[804/807] Compiling ZcashLightClientKit DerivationTool.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[805/807] Compiling ZcashLightClientKit TorClient.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[806/807] Compiling ZcashLightClientKit TransactionEncoder.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
[807/807] Compiling ZcashLightClientKit WalletTransactionEncoder.swift
/host/spi-builder-workspace/Sources/ZcashLightClientKit/Account/AccountMetadataKey.swift:9:8: error: no such module 'libzcashlc'
 7 |
 8 | import Foundation
 9 | import libzcashlc
   |        `- error: no such module 'libzcashlc'
10 |
11 | /// A ZIP 325 Account Metadata Key.
BUILD FAILURE 6.1 linux